This just a quick post with some code…
An email received in the week asked about changing the navigation menu from Pages to Categories in a WordPress theme which was made using the Artiseer program.
We have used Artiseer in the past (and think it’s a great app) and we also have experience of this very task. As usual, I’ll just get straight to it.
So… you need this piece of code:
And here’s what you do with it:
After making the theme and exporting it to WordPress, login to the WordPress Dash. Go to ‘Appearance’ and click on the Editor.
Over on the left, locate the ‘header.php’ file, open it and find the following piece of code:
Add that first piece of code just below the code above.
It will then look something like this:
That’s it… Job Done!