In the single post view, the one with the full recipe, the grey is gone behind the sidebar.
Why is this? And how can i fix this?
In the single post view, the one with the full recipe, the grey is gone behind the sidebar.
Why is this? And how can i fix this?
Open your header.php in your templates directory. Look for the code that looks like this:
if ((! $withcomments) && (! is_single()) && (! is_page())) {
comment that out and just put in this:
if( 1 ) {
that did it!!!
thanx
This topic has been closed to new replies.