<?php if (is_single()){ ?>
... put what you want to display on single post pages ...
<?php }else{ ?>
... put what you want on the rest of your blog
<?php } ?>
Viewing 1 replies (of 1 total)
The topic ‘Change side bar on post page’ is closed to new replies.