The theme uses the_excerpt() instead of the_content().
I had created a child theme before (so I don’t modify the source theme directly: only the child one), so I only had to copy/paste the PHP file (archive.php) from source theme to child theme, and change the_excerpt() for the_content( __( 'Read more ›', 'my-domain' ) );
Related Posts:
- CSS – Change height of Storefront / WooCommerce product categories, but not products
- Wrap posts from a category in HTML
- Including categories in search results
- Different post sort order within different categories
- How to add metabox for post of specific category
- How to get Category Id from Post Id ?
- Query posts from current year
- Exclude category on blog list page
- How to choose a sort order (for posts) per category? (ideally when creating a new category)
- WordPress Child Category Display All Posts
- Limit function to specific post category
- Show all post titles
- Posts are not showing up on particular category
- Display posts in alphabetical order for a particular category
- How to make search for the custom post type?
- How to display related posts by subcategory and not parent category
- Category Template: Need to display different content on first page of archives
- How to display WordPress archive into three columns [closed]
- Display post category in foreach loop with category link
- Get mixed category random posts
- Extracting post categories
- Using wp_list_categories like the the_category (showing just current categories of a post)
- Should I use posts or pages in this scenario?
- How to limit posts by category
- How to allow users to post only in certain category and hide elements from edit page?
- Get user categories with most posts in it
- Need help with category listing!
- Prepending %category% onto default posts fails
- List all categories with featured image from post?
- Using ajax on editing a category edit page?
- Disable sticky option for specific categories
- date issue with category post retrival
- How to make multiple sections in home pulling posts category wise?
- Limit the number of posts a category can have – newest post goes in, oldest one drops out, possible? plugin?
- How to get subcategories from category slug?
- Remove current category from post but display all others
- Showing categories and subcategories with posts
- Change default category when I publish a post
- Loop doesn’t exclude the specified category in home page
- Post Image not displaying in category view
- How do I include the category next to the title of a post?
- Parent category / child category posts
- Display post number by category
- HTML Form Submit to table in same page
- Unable to differentiate between two categories under custom post type on single.php
- Exclude post category in a blog page
- Are post, page and category IDs unique to each other?
- Static pages not working
- WP_Query of Category Not Showing First Post
- How to make posts being uncategorized
- How to display a single(current) post from a category
- displaying the categories post
- What’s a theme that properly handles previews of different types of posts?
- How to add content above footer in posts from specific category
- Display hierarchical categories/sub-categories for a single post only
- WordPress – When visiting a `single post/ single.php` my category menu item link becomes active
- How to Create another Page Category like the “Post” and “Pages”
- How to create a button to filter posts (list) by meta value
- Why do I have categories with duplicate slugs?
- Is there a way to save different data when USER interacts with the same POST?
- How to display particular categorie’s post which associated to specific user?
- Display Specific Categories posts on the home page
- Checking if a post contains an html tag
- How to generate an HTML link automatically from URL in a users’ post
- show only one category and filter by tag
- Automatic Table of contents with categories and posts
- Code to display random ordered posts in Categories across pages [duplicate]
- AJAX load more posts not using correct category and repeating the same few posts
- Category posts show on local install, they do not show on live server
- How can I exclude only a specific sub category post from category display?
- how to print total number of posts filtered by category?
- Need help with hiding an image within a post in a category
- WordPress not showing recent posts
- How to filter out post from a category not its subcategory in wordpress dashboard
- Add category information beneath post?
- How can I display a specific number of post in a category via a url
- how to chang preview of list of articles of one category?
- Newly created category does not show category
- Post of a specific category – not to be seen in paging previous/next post
- How to show main category related to that post
- Display selected category on post page
- How to pass multiple checkbox values to wordpress query?
- Sort post by category using HTML Select tag
- Make assigning post to a specific category equivalent to assigning it to all categories
- Show a Category Specific Info Box
- How to use in_category?
- How to get all the terms of a post
- Display the first post’s comments of category in comments.php template
- How to filter categories of a post
- ‘get_previous_post’ in same category returning (!empty) when no previous post in category exists
- List posts related to category on a div [closed]
- how to show all post with its contents
- wordpress show category link instead of post link [closed]
- Only show posts belonging to multiple cateogries at same time
- How to display my categories in a list (to a post, not the sidebar)?
- How to make category for word post_content
- How to automatically convert a form with HTML link into post
- How to show related posts by detecting the current category?
- Display posts on a custom page from only a specific category?
- What is the best way to publish News articles?