Thread Starter
hwb
(@hwb)
thanks. this did the trick.
hello, this may vary by theme (depending on the location of the navigation menu), but I was just able to do this on the Yashfa theme by visiting the Header template.
The code I changed was:
<li <?php if(is_home()){echo ‘class=”current_page_item”‘;}?>>/” title=”Home”>Home
to
<li <?php if(is_home()){echo ‘class=”current_page_item”‘;}?>>/” title=”Blog”>Blog.