Dynamic Highlighting Blog Page and Children
-
Hi.
I’ve just started using WordPress for the first time.
I started off with…
<li<?php if (is_page('blog')){ echo " class=\"current\"";}?>><a href="https://domain.com/blog/">Blog</a></li>
Which after some searching on the forum I realised I needed to change it to…
<li<?php if (is_home()){ echo " class=\"current\"";}?>><a href="https://domain.com/blog/">Blog</a></li>
But I’m having trouble finding out how to keep the menu item highlighted for all the blog posts as well.
Thanks in advanced to anyone who can point me in the right direction.
mr.sly x
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Dynamic Highlighting Blog Page and Children’ is closed to new replies.