Lukefr
Member
Posted 10 months ago #
hey people, im having some trouble with my sidebar. Its on top of my text and i dont know how to fix it. at first i was having a problem where the sidebar didnt show up in my posts, so i added this code to my single.php:
<?php get_sidebar();?>
and after that, this problem happend. My page i want help on is
http://exercise.webatu.com/wordpress/lose-weight/the-science-of-losing-weight/
any help is greatly appretiated :)
so i added this code to my single.php
very likely added in the wrong location. please remove the code again. the sidebar would be added just before the 'get-footer' line, but would need a lot of other adjustments to align it properly (see my post).
when working with Twenty Eleven:
a: create a child theme to make the edits with; http://codex.wordpress.org/Child_Themes
b: for sidebars, try to use the plugin http://wordpress.org/extend/plugins/twenty-eleven-theme-extensions/
Lukefr
Member
Posted 10 months ago #
Thank you! That plugin solved multiple problems ive been having. Very helpful, thanks again.