Hello!
I’ve been playing around with the new wordpress default theme and I noticed that single posts dont come with the sidebar by default wich is really weird, because most of people uses the sidebar as a navigation extension and/or for showing ads.
I have gone with this solution in this other blog, but this makes some css edits and I dont really want to change anything in it yet.
I have gone trhough removing the filter causing that the sidebar overlaps just when you add
into your single.php file
This is the problematic filter:
add_filter( ‘body_class’, ‘twentyeleven_body_classes’ );
For not extending this post, this is the link where you can download the child theme and enjoy of the sidebar without modifying your core files.
{ 0 comments }









