Your action callback probably gets called, but it could be that the if-statement that just fails. Are you using the default “category” taxonomy (i.e. Dashboard > Posts > Categories) or a custom taxonomy (i.e. Dashboard > {my-post-type} > {my-taxonomy}) as the project category?
If you’re using a custom taxonomy, then you should use is_tax(‘my-taxonomy’) instead of is_category() as the latter checks for the default category, not custom ones.
But, you can temporarily add a die('it works');
to your callback also, before the if statement, to verify that it gets called.
Related Posts:
- So how to redirect category to a page of the same name if it exists?
- WordPress category page redirects in .htaccess not working
- WP didn’t redirect to canonical category URL
- How to display post in custom file not in archive file?
- Get posts from sites in Multisite?
- Using wp_category_checklist in a widget
- How to add the category ID to admin page
- Exclude one category from get_the_term_list
- WordPress remove separator from last item in wp_list_categories
- Filter categories using tags
- Need help adding custom field to category
- Show Post from parent category (custom taxonomy) ONLY!
- How to Include the Parent and Child Category in the Permalink if the Post is Added to Both
- How to display a list of categories
- Number of posts in page – set per category and exclude sidebar
- Create single.php for specific category by category id
- is_category in pre_get_posts results in php notices
- Use get_term_children to get the sub category of a parent category for the current post
- How to make all posts in a category “unsticky”?
- How do I get the total number of categories in a list of search results?
- Update wordpress post terms programatically
- How to stop wordpress from showing the selected category on top of others in the category selection?
- advanced custom field Show field in special categry page [closed]
- Creating archive pages for children categories
- “NOT ONLY IN” taxonomy query operator?
- Exclude Child Categories Using wp_list_categories
- How to remove the “+Add Category” button from the Category metabox?
- How do I get a list of all categories that a given user has written blog posts for?
- Display the featured image from the last post
- Arrange posts by date in front page
- “Categories” on my front page [closed]
- Warning: sizeof (): Parameter must be an array or an object that implements Countable, On products pages
- How to loop only categories without posts (+ show category featured image with acf) [closed]
- How can I create a Category Index page that lists all categories?
- Add “page-a” slug to category link if user visit category link from “page-a”
- create a page which displays a list of categories title+ short description?
- select parent category first then child
- Scheduling update post daily
- Retrieving category’s color with get_term_meta
- How to exclude children categories of parent category
- Assign category from custom field on post creation and update
- Sticky posts not working when a specific category is set
- I want to display the all the posts that are inside a certain subcategory
- Custom category URL rewriting
- Get Number of total Parent Categories for Custom Taxonomy
- Category template with pagination returns 404 on next pages
- Display custom taxonomy attached to the post on post single page
- How to display numbered pages in a category
- How can I add an “ALL CATEGORIES” entry in wp_dropdown_categories?
- Ive got a term (get_term_by) but now I want to filter it by a category it is in?
- Get and show all of the available categories
- how to remove the default title of Categories widget
- Using a rich text editor for category description?
- How to put page numbers with the next/previous on a post/category list?
- Overriding default calendar to show posts from a category
- Categories will only display links to posts
- How can you access category information from a theme?
- Filter WooCommerce archive pages by an additional category
- WP 4.7 in_category change?
- Display subcategories in dropdown
- Illegal string offset ‘taxonomy’ in
- How Do I Delete WordPress Posts Older Than 400 Days, From A WordPress Category
- Category Page Template – Can’t get category ID
- Are term_taxonomy_id and term_id the same? [duplicate]
- Filter Category Loop Dynamically
- SQL query to get posts from multiple categories but not in a category
- Can each user have only access to a private area (his own categories and posts)?
- Shortcode to display all the post from a category in a page
- WP Category Meta plugin fix? [closed]
- WP SQL Categories Export and Import
- How to display WooCommerce category image in my category page banner as a background?
- Why are my newly added categories not showing up when creating a post?
- Order wp_dropdown_categories by ASC or DESC
- Get a list of categories, separated by / to display inside the for custom metatags
- Get_term_meta() always returns false
- Displaying only selected categories
- get_the_category vs wp_get_post_categories
- How to get get_categories()’s ‘hide_empty’ argument to work with global year var in the archive template?
- Getting a sub category based on a category name
- How to display only sticky posts on category pages?
- I have many different products on my website how can I get them to display under specific categories?
- Help with SQL query, how to add taxonomie terms with value stored in options?
- /blog/ permalink prefix causes category pages to 404
- WordPress Shop and restricting products and categories for some users/groups
- Pass list of categories to JS
- WP url to get rss with full text of post
- Display Referring Category on single post?
- Conditional statements based on custom meta value in category archives
- Placement of categories
- Paginating a list of all posts collected by category titles
- Display deepest post category, when post have multiple categories
- Paginate WordPress Category Pages
- Get a list of post titles and links from yootheme master theme
- Customize category query in widget
- Page permalink rewrite
- Broken category styling
- Excluding cateory not working on my site. how to solve this? [closed]
- Get all first images of posts in same category
- Woocommerce Force the category choice before creating new product? [duplicate]
- Restricted category in Woocommerce [closed]