I want to add an if/else statement to the header.php file to show a block of code if its the homepage, else show another block of code. How can I implement this on the actual template header.php file?
My header.php file is correctly pulling in the nav as:
<ul>
<li>menu 1</li>
…etc
</ul>
What do i need to change to add a <span> tag inside the menu loop like this:
<ul>
<li><span>menu 1</span></li>
…etc
</ul>
I am looking for a photo gallery addon with categories and comments. I want to be able to setup a few categories of photos and upload photos and have users comment on them. Any suggestions?