- This topic has 3 replies, 2 voices, and was last updated 10 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Optimal Theme Support › Top area where the sub nav goes question
If Don’t want to have a menu here but put text and social icons, what would be the process to do so?
Thanks
Kris
You would need to add a hook and you could register a widget to be placed in that area if you wanted to use a widget. Otherwise, using a hook in your functions.php to place content there would work fine.
Plenty of information on how to create hooks and register widgets on the StudioPress tutorials page – http://www.studiopress.com/tutorials
I tried to use the genesis hook plugin and it puts all these red boxes on the site, can I use this plugin to accomplish this?
You can use that plugin if you want. I prefer to use the functions.php through FTP, so if I ever have an error in my code, (a typo, etc) I can easily undo or correct the mistake if the site goes down.