Add Menu Item to Future Posts
-
Hello,
Thanks for the plugin.
I’d like to figure out a way to add a menu item everytime I create a new post of a certain type. For example, I’d like to add a menu item named “Learn French” to any new posts I add that has a tag or a slug that is/contains “french.” In other words, instead of having to add another is_single(id) condition to my “Learn French” menu item everytime I create a new post, I want the new post to be somehow recognized as fitting in the conditions to display the “Learn French” menu item when users are on that post.
Here’s 2 approaches I tried but don’t seem to work
-
has_tag (59) – Tag 59 is called “daily-french” but I don’t think this works because it isn’t in The Loop.
has_term (‘french’) – I would think this would work as my slug is “french-etc…” but it doesn’tDo you have any ideas?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Add Menu Item to Future Posts’ is closed to new replies.