Thread Starter
Harvey
(@harvey)
Hello all,
Quick question. Could anyone suggest a few recommended WP themese which have sidebars on both sides of the blog?
Looking for a theme like this for a new site I have in mind!
Any help or pointers appreciated!
Regards,
Harvey
Check out The Green Pelican
Made a file “leftsidebar.php” just like “sidebar.php” and added code to “template-functions-general.php” to create function “get_leftsidebar()”
I just cut and paste an existing function block and edit the necessary words like change “get_sidebar()” to “get_leftsidebar().
I hope this helps.
Don’t have to edit the core file at all, simply use
<?php include 'leftsidebar.php' ?>
where you need the file to be.
Thread Starter
Harvey
(@harvey)
Thanks for the tips. I tried teh Green Pelican place, but the URL seems to be broken. Tempoarily down?
Any other specific suggestions appreciated!
Thread Starter
Harvey
(@harvey)