get_the_category_list
runs it output through the filter the_category
. You could hook in there and change whatever you like. Something like this should work (untested):
<?php
add_filter('the_category', 'wpse90955_the_category');
function wpse90955_the_category($cat_list)
{
return str_ireplace('<a', '<a target="_parent"', $cat_list);
}
If you just need to have that list filter in certain spots, you can define the function above in a plugin or theme’s functions.php
, then add the filter, call get_the_category_list
, and remove the filter.
<?php
// assume wpse90955_the_category was defined elsewhere and is already loaded
add_filter('the_category', 'wpse90955_the_category');
echo get_the_category_list($some_sep, $parents, $some_post_id);
remove_filter('the_category', 'wpse90955_the_category');
Related Posts:
- Make parent categories not selectable
- Reflect nested categories in appearance > menus
- How to show posts of an columnized different categories on the same line or row?
- Echo one category as title when post has multiple categories?
- I use same slug name for category and page
- On Category page, How can I get the category ID?
- Order Taxonomy Term by date created
- How do I display the posts from a custom post type on a category.php page?
- Let visitors post comments on category page
- category_description() shows raw html after version 3.x?
- Automatically add product_categories to nav_menu
- Add Product categories to WordPress menu without losing hierarchy
- Make parent category not selectable when it has child categories
- Can I use get_adjacent_post for specific categories?
- Accessing WordPress MySQL Database via Data Connection in Visual Studio 2010 using C#
- How to display posts under a specific subcategory of a given category
- Ignoring a category in WP_Query still shows the links in next_post_link()?
- Implementing a tricky wordpress menu (nested categories + thumbnails)
- products nested by subcategories in a current category archive
- get_the_category() always returns empty array
- Get current_parent_category in a loop or Cat ancestor- big problem
- Show number of articles in menu
- Can you pre-check wordpress categories?
- If posts category is “cars”, display image
- How do you categorize pages?
- List Sub-Categories of a Parent Category
- add text to the top of category page
- If statement for catergories
- Rewrite a category
- Query posts from category based on a filter most favorited
- How do I call posts with a certain tag?
- Order of subcategories
- WordPress/Woocommerce only show category in shop to a single role
- How to create a page which lists all categories with its ratings [closed]
- Category control subcategories
- display posts from specific category on a page , in thematic child theme?
- Latest comments from each category?
- custom post type category link redirects to index
- How do I make the category sidebar widget (stock) display the total # of posts including those in subcategories?
- Categorie parents and childs displayed
- Can Categories be used to hack a Multisite-like setup w/ a single MySql db?
- Why do I have stray bullet from
- Display random categories
- Custom loop of a single category, cannot order by date. What am I missing?
- Get URL Category Name By ID
- Link To Child Category For A Post
- List a maximum of ‘x’ product categories with qty of ‘y’ in each column
- Show parent categories and sub categories but not grand children categories
- How can i change what one category displays?
- How do I change the category permalink structure?
- How to display post in custom file not in archive file?
- Why is my sub-category template showing the wrong posts
- why category__and and category__in wont work togather?
- Natural sort / ordering wp_dropdown_categories
- Make wp_dropdown_categories into a variable that persists until changed?
- Best way to categorize/populate a magazine style layout
- Mass Update User Profile Checkbox Options
- Category sticky latest
- Setting the Primary Category for a Post Based on Context
- Show the number of the post
- Automatically adding tags and categories into Post Excerpt for searching
- How to list posts from a sub-category that is listed in a parent category (more details below)?
- How can i add service category here? [duplicate]
- Allow Custom Role to edit a custom post type category
- How to check parent & child category
- Meta Query | Compare category name and meta value
- How to prevent tag “iframe” from being deleted from the heading description of rubric?
- When creating a new product, auto assign it to all custom taxonomy woocommerce
- How do I merge WooCommerce categories with the same name?
- Custom get_the_password_form
- How can I make a category function as a page?
- How to add custom option to wp_dropdown_categories?
- How to hide/remove featured images in particular categories post?
- In ACF, how to show custom category selection tab upon selecting a main category
- WooCommerce – Get products from category right before deleting category
- omit categories from main navigation menu
- Renaming default category taxonomy?
- Profiling user with categories
- Category names dependent on each other?
- How to relocate images
- Category next page link not working
- Hide category name in URL
- Category archives
- Category For Pages In WordPress
- Inserting categories as a hierarchical terms from frontend form
- Backend – Categories and Menus conflicts
- category__and works, but why?
- How to add an empty entry to masonry?
- Own Custom Tags/Category page ( posts)
- How to display many photo albums related to category
- Modify functions.php to add a term ‘uses-theme’ set to theme name on post save
- Create custom Perma link
- Display post of current parent category, and in right hand side show child category post
- Category pagination not working in category.php please help me
- Add product category to post_class
- Moving Blog and Changing URL
- completely confused with archive.php, category.php
- hide_empty property not working when using get_terms
- Category Redirection Problem
- Hierarchical outline of posts