Recently had zenphoto installed. I'm looking for a way to add to the main menu a link to my wordpress blog as well as a way to control the menu items themselves. for example i dont need a archive/search button.
How you actually do these would depend on the theme you are running in Zenphoto. Most themes support a "home link" which you would set to your wordpress site.
Some other things, like search, can be optional in themes. Others you would have to change the theme code. For custom menus in general (presuming the theme supports it) there is a plugin.
Thank you so much everyone for all your help! I'm not much of a coder but you've given me direction. And I'm always up for more if you've got it. Most importantly thank you.
Comments
Some other things, like search, can be optional in themes. Others you would have to change the theme code. For custom menus in general (presuming the theme supports it) there is a plugin.
you need to edit the header.php file.
Around line 361 starts the code for the top menu.
There you can add a menu item to your blog.
Cheers
Ralf