Help! My sidebar moved to the bottom! How do undo?
-
I posted this in my theme’s forum as well, but was hoping someone had some knowledge of this.
I was trying to move my ‘comments’ line down to the bottom of posts, so on content.php I pasted this under the “entry-meta-bottom”
<?php echo prana_post_date() . prana_post_comments() . prana_post_author() . prana_post_sticky() . prana_post_edit_link(); ?>
</div>And then suddenly my sidebar went to the bottom as well. I didn’t think that would affect the sidebar? What can I do to make sure the sidebar appears as normal?
Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Help! My sidebar moved to the bottom! How do undo?’ is closed to new replies.