Is there any way to create a vertical sidebar navigation, rather than the horizontal top navigation?
Thanks
Is there any way to create a vertical sidebar navigation, rather than the horizontal top navigation?
Thanks
You would need to edit your theme's stylesheet and probably your theme's template files too.
matthewdeleget.com did this on his blog section. You might ask him if you can check out his theme files.
Add <?php wp_list_pages();?> or <?php wp_list_categories();?> or both in your sidebar and style them as you like add CSS on your style.css file. That's all in a few words.
@banago Can you please be more detailed in how to do this? I can't even make a regular sidebar.
sorry double post.
The latest version of the theme has a right hand sidebar on the blog section while the "portfolio" sections look as they always have. It's not on the wordpress.org site yet, but in the meantime you can download the latest beta from github http://github.com/slambert/WPFolio/downloads
Thew new version is on the wordpress.org servers now.
This topic has been closed to new replies.