I agree that editing the loop would be the best way to do this as it keep the changes local to that php template. Simply go into category.php (or archive.php) and tag.php, look for <?php the_title(); ?>
and delete it or change it to <?php //the_title(); ?>
to comment it out.
Related Posts:
- 404 Error On Category and Tags Pages
- Sort posts by tags in category pages
- Root level category, tag, author and archive pages to work
- How to filter archives both by category and tag?
- Remove Archive Headline and Archive Intro Text fields on category and tag archive pages in WordPress Admin with Genesis framework
- How to remove category titles?
- About title on a page
- custom browse by
- Search tag within category
- Is There a Difference Between Taxonomies and Categories?
- What is the difference between a “tag” and a “category”?
- How to get category and archive title?
- Get rid of WordPress category, tag and author archives?
- Can’t custom taxonomies have same terms (slugs) as categories?
- How to display non-hierarchical taxonomy as terms with checkboxes?
- Category archive by year with permalink support /category/YYYY
- get_categories for custom post type with a specific custom taxonomy attached
- How To Modify The Loop in archives.php To Have 11 Posts Per Page and CSS Styling
- How do the ‘tag’ and ‘category’ (default) taxonomies do ‘save_post’ action?
- Control term order on a per-post basis
- get all tags from category
- Force WordPress to Show Pages Instead of Category
- Checklist of selected categories
- Decreasing the Memory Consumption of a WordPress Site?
- What’s the URL for a category archive?
- Rewrite URL with category and tag combined using WP_Rewrite
- How to tax query X number of posts related by tag first, then by category if not enough in tag-related
- Use tag interface for hierarchical taxonomy?
- How to search for categories and/or tags?
- Using URL parameters, list posts from category and custom taxonomy
- How to get the url to tag & category base set by the user?
- How to get the category of the post and link it to the archive (of the category)
- Filter categories using tags
- Sticky posts on home page, search, tag and archives without plugin
- How to hide a specific category posts in my monthly archive?
- Optimal way to redirect home page to category archive?
- Display posts links from a category group by year
- Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
- Category and tag with same name
- Display list of Sub-Categories and the posts they contain, within one main Category
- Create subdomains for tags and categories
- In the tag archive – display count of posts for each category they belong to
- Is it possible to disable certain user roles from creating tags?
- Automated adding of one tag to all the posts in a category
- Moving Categories submenu to Media, but still opens Posts menu
- Sort category page with custom field
- How to create tabled index of posts in a certain category
- How would you create a “weekly” archive?
- Remove “Category Archives: title” at the top of a category page [duplicate]
- Exclude most recent posts from specific category in wp_query()
- Display all posts with same title
- Sticky Posts Not Sticking to Top of Category Archive
- When using get_categories or similar, is it possible to filter results that contain certain Tags as well?
- How to totally get rid of Category in my blog?
- Showing all the posts in one page?
- Categories and Tags returning 404 on the sidebar when using ugly permalinks
- Category Specific Archive
- How to have Multiple Archives Widgets, one archive widget per category (in a different page)?
- Deleting All tags except categories Wp database
- Is it possible to put tags and category information in the post as text?
- Are Custom Taxonomy Templates Possible?
- “Sticky” posts for each category (archive.php)
- Script to duplicate categories as tags
- Search by word, category, tag, author
- I want exclude the particular category in sidebar
- Remove Categories and Tags from Admin Dashboard
- display most popular tags of category?
- Display only posts from referred category on date archive page
- Get tags specific category
- Using widget logic I want to show only a widget on the archive page if there are no posts
- What type of page should i use? static page or category page? and what’s the difference? [closed]
- Can paginate_links() be customized for a specific category or tag?
- Any way to assign Post Categories and Tags to Links?
- Creating archive pages for children categories
- Category archive page – loop through posts of certain tag (with pagination) – pre_get_posts
- Category vs Tag vs Table
- Help with multiple dropdown tags search
- Display “add to cart” button on every listing in product category page?
- Custom WP_Query for current category (in category.php)?
- How to get post category title within the loop?
- Hide tag and category boxes from the post editor
- Single_cat_title() print the title before text
- Retrieve all posts within tag OR category?
- How to find the number of Tags a post has?
- How to not treat categories as tags in feeds
- WordPress categories being called “archives” in google links. How to remove?
- Categories: A Greenhorn Question on Strategy (Not Code)
- How to customize tag and category post listings to show introductory content?
- Add title, post content, and category like add_post_meta and update_post_meta
- conditional for sub category on archive page
- Sorting posts by season
- weekly archive for custom category
- WP_Query() returns null when results exist!
- Are Category or Tag Archive Pages Possible?
- How to remove “Category : …”
- Warning: sizeof (): Parameter must be an array or an object that implements Countable, On products pages
- WordPress subcategories return 404 in custom template
- How can I duplicate categories and tags?
- How to run select query of post with category and tags for API?
- Making a tourism information website [closed]