In the appropriate template file, you need to replace the_excerpt() with the_content().
As this is a change specific to a known category (i.e. “podcasts”), I would recommend creating a custom template file for that category, called category-podcasts.php, and making the change in that template file.
To create this template file, look for (in order) category.php, archive.php, or index.php. Copy whichever one you find, and rename it as category-podcasts.php.
If your Theme is loop.php-based, then you will probably want to copy loop.php as loop-podcasts.php, make the change in this file, and then call it within the category-podcasts.php template file.
Related Posts:
- How to get category slug link? ( include parent categories)
- Disable Category Link
- How do I get the category URL from get_the_category?
- How do I use the same post slug for different Categories?
- Rewrite rule page url with category
- Create terms when registering taxonomy?
- How to create non-unique sub-category slugs?
- Rewrite category slug
- Category links suddenly started giving 404 errors
- Using same slug name for a page and category
- Add category to custom post type automatically, using category slug
- I use same slug name for category and page
- Divi change project slug based on category
- Removing the number in a category slug
- Add custom taxonomy terms to WordPress menu dynamically & append #slug to url
- Plural Category Base Slug On Category Archive Page
- Return category slug / title from category ID
- Any way to assign Post Categories and Tags to Links?
- Duplicate Category and Page URL loads Category instead of the Page
- Category slug $_SERVER[‘REQUEST_URI’];
- 403 forbidden on one page only
- Get the name an the description of a link category
- Using a portfolio_category slug in wordpress URL
- Is it possible to select and edit the way the most recent post from a certain category is displayed on the page?
- Categories vs. Page Site Organization
- WooCommerce duplicate sub categories and product slugs
- How to enable category hierarchy for links?
- Need to pull parent category and slug – only pulling daughter category
- Combining post categories and link categories?
- Pagination for category slug returns 404 when page >= 2
- Link Attachment Image to Category
- Class active for Archive link – looped out
- Why do my categories redirect?
- wordpress sub-category ( lowercase letters + non-latin characters ) = 404
- The default code for “posts_nav_link” on category.php isn’t working
- Get category url in loop
- Mod_Rewrite to show only last subcategory in URL
- Older entries link within category page
- Style category link depending on category ID
- Get posts from specific taxonomy term
- how to get full category path including parent and subcategories
- Automatically redirect a page to a category that share the same slug
- Use the category name instead of category slug in permalinks
- Get paged category link programmatically
- How do I add a tag slug to a category URL to filter posts?
- Change of category structure will cause two kinds of URLs for one post
- Link To Child Category For A Post
- Change slug of Standard wp Post category
- How to not display a category post on blog page?
- Link from navbar to categories
- How to remove the category from post slug
- Ordering categories by slug vs. name
- javascripts files not linking to my category slugs?
- Echo Category Nicename
- wp_insert_link not working
- How to list posts from a sub-category that is listed in a parent category (more details below)?
- pagination 404 error, same slug home and categories
- Different post slug based on archive
- A different permalink structure for different categories
- OK to redirect the root WordPress category slug?
- How Can I Use Equal And Question Mark In Category Slug?
- How to remove category name for only one category?
- How to prevent WordPress from redirecting single page to prefixed category archive with same name?
- Include a page’s “category” in its URL
- Using the slug of a custom post category as prefix for the underlying custom post slugs
- Change the full slug for a specific category?
- Show Subcategory Name Instead of Parent Category
- Get category from slug list
- Link For Portfolio Categories
- How to auto update post title and slug with category name when post status is updated
- Hide category name using mod_rewrite
- How to get the link of all categories
- Show only one of the categories of a post in the breadcrumb?
- hierarchical taxonomy in permalinks? using same slug
- woocommerce – products by category slug? [closed]
- Category slug in in loop always the same?
- How can I get rid of the the category suffix–NOT “prefix” (i.e. foo-1, foo-2, etc)
- Featured image for links and categories
- Categories as selectable links on submission form
- Displaying categories and subcategories without link
- How to add custom prefix before category base for category page URL?
- category id (term_id) in url instead of slug
- Using same term for slug and category
- How to create an automatic MultiColoumn MegaMenu with Categories WordPress
- Is There a Difference Between Taxonomies and Categories?
- List all subcategories from category
- How To Find Out WordPress Category Table in MYSQL?
- Add custom field to Category
- Get Category ID inside Category template
- Only one category per post
- WordPress Multisite – global categories
- Get the children of the parent category
- Get posts from sites in Multisite?
- WP REST API: filter by category 1 AND category 2
- How To Get Parent Category Slug of Current Post
- Display All Products by Category with WooCommerce
- What is the difference between a “tag” and a “category”?
- Is there an easy way to make a meta box have the tabs like the Categories meta box has?
- How to check if I’m on the last page of posts?
- Display posts from the same category using next/previous post link