This depends on your theme. If it has no option for this, you’ll have to do this yourself. Find the template where the author box is generated (presumably single.php
) and copy it to a child theme.
Then make the production of the box conditional to the current category;
if (!is_category (array ('exclude-this-category, another-category-to-exclude')) {
echo '<div class="post-author-bio" itemprop="description">';
....
echo '<div>';
}
Related Posts:
- Inside a loop, how to change CSS class based on category name?
- How to create an automatic MultiColoumn MegaMenu with Categories WordPress
- Check if current category has subcategories
- wp_nav_menu not appearing for a couple pages
- wp_update_nav_menu_item() to insert categories
- How to get the url to tag & category base set by the user?
- How to set up sub-categories for author pages?
- How to make a relationship between books and authors?
- Create a full width responsive header image per page
- Remove “Category Archives: title” at the top of a category page [duplicate]
- Why adding Categories does not auto refresh in Backend while using my custom theme?
- Root level category, tag, author and archive pages to work
- How to have a static category/author page?
- Automatically assign posts by author to a specific category
- is_archive() content being shown instead of is_category()
- Search by word, category, tag, author
- How to group the loop posts in a particular by author?
- How to control template resolution if both Author and Category filter in place?
- Hide post meta data on a specific category
- Retrieve all posts within tag OR category?
- Edit the markup of categories list
- How to show author name only if the post is in a specific category?
- Different excerpt styles per category, but chronological
- New Theme creation
- How to get data about category in category.php
- editing fonts of category links from the_category() funtion
- How to check category of of custom post type or not
- Set a them for all subset of category
- Highlight wp_nav_menu when category is selected
- How to call custom category field data in theme?
- Category location styling
- Display posts separated by Category in Author’s page
- Hide woocommerce category name from specific pages
- Hide woocommerce category name from specific pages
- Different templates for different category tags
- Why category.php throw 404 in wordpress while calling paginate_links()?
- Restrict author to create subcategory in a selected category
- Add /category/ to an author archive page
- Style category link depending on category ID
- Woo Framework: woo_cat_featured not populating
- Redirect to another page using contact form 7? [closed]
- How to conditionally hide author name on Single.php if category is “news”, otherwise if category is something else display author name?
- Why do I have stray bullet from
- How to add custom color fields to the category edit page?
- Question on using custom structures for categories
- Author Page – List of categories plus number of posts in that category
- Post by category+author not working!
- Different CSS class by category
- Insert HTML content in WP Query at specific point
- Display Related Posts by “Category” “by Author”
- How do I retrieve the category ID (ugly permalinks) in my sub-navigation menu?
- Simple way to style posts of a single category differently in the loop and in single
- Category page returns 404 error
- Remove Archive | from Categories
- Custom css per category and per single post belong in each category
- Show post categories
- Add description to categories menu in admin
- filter a loop base on specific category
- Problem with multiple loops in wordpress theme
- Restrict CSS on one page
- what file I need to create to work date archive links?
- How to add icon over specific thumb
- How to differentiate the homepage structure from the category page structure in WordPress template?
- How to detect /category and /tag base pages?
- How to get sub-categories to display same look as there parents
- WooCommerce shared categories
- Assign author to category and not only posts
- Assignt automatically two categories by author
- Show the number of the post
- How to fetch common posts from two feeds?
- category description not showing in my woocommerce
- Products category search not working
- In if…else condition, the else statement shows even if if statement is correct
- Can’t display posts by filtering categories using isotope.js
- How to “remove” WordPress categories UL and make the list loop in a horizontal line?
- Media Library Categories
- How can I add HTML classes for current taxonomy/term hierarchy into my pages to simplify styles?
- Change single.php template based on parent category
- Assign a category to all articles
- Show posts from all categories
- How do you add Author and date Published on Category Pages?
- If it is a top level category show children otherwise show sibling categories
- Lowest catagory link
- how to Specifies an author / editor to edit one category only?
- Hide all posts by an author
- Custom CSS to resize elements in multiple categories
- How to get multiple loop in category.php, my scripts becomes madness
- Category base 404 – fix
- altering theme – content generated by PAGES not PORTFOLIO
- Archives and category of authors
- Category Archives: Show posts categorized in parent category only
- Custom Woocommerce Category view
- WordPress 3.5 how to determine if user is on category listing or category edit screen?
- Display only one level subcategory in wordpress
- How to prevent page re-sizing for mobile browsers [closed]
- Get all first images of posts in same category
- How to display the category featured images [closed]
- How to display posts by author in a separate page, other than author.php?
- Limit authors on specific catogories
- How to make /category/ URL load properly instead of 404 error?