Hi everyone, I wanted some advice about displaying different sidebars on different pages of my wordpress blog... Basically, some pages / posts are way longer than others and I want to fill up the white space in the sidebars on these particular pages... Any help would b e gratefully appreciated Claw
If you looking for custom template page Make a php file sidebar-name.php like sidebar.php Then specify into the page u want as below <?php get_sidebar('name');?> Code (markup):
The Widget Logic plugin (can´t post link but just google widget logic wordpress) is the best way of doing this. You can have all sorts of combinations of sidebars on different pages and posts very easily. TheWebWizz
you can create two separate widget sidebar for index page and single page u can use function.php file to make related changes (do only if you are much familiar with Word press) Two sidebar will definayly give good boost to SEO alternatively create two php file for sidebar1.php and sidebar2.php and include those files let me know prob u faced