nubijoe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Highlight menu item when on single.php and category.phpBecause when I am on single.php or category.php, and I look through the source code, then neither of the page items in the menu has the current_page_item class.
Forum: Fixing WordPress
In reply to: Highlight menu item when on single.php and category.phpOk, let me ask you this then, if you dont mind 🙂
Is the current menu item supposed to be highlighted when I am on single.php and category.php by using current_page_item ?
Forum: Fixing WordPress
In reply to: Highlight menu item when on single.php and category.phpI can’t really link to the site.
I’ll try to explain myself better.
I have a menu that is created through wp_page_menu.
One page is called “Blog”. When I click the blog-menu link, all the blog posts are shown along with a submenu consisting of the subcategories within the “”blog category. When I click one of these subcategories, I am sent to category.php and then the “Blog” menu link is no longer highlighted.
Furthermore, if I press one of the posts that is listed on category.php, the “Blog” menu link is no longer highlighted.
Forum: Fixing WordPress
In reply to: Different single.php based on previous pageAnyone who can help?