Hi there, I've asked about this before, we want to display the full post when you click "blog", so that images display without you having to click through to the post to see them. You said:
In includes/loop-index.php replace:
if(is_search() || avia_is_overview())
with:
if(is_search() )
However it was already "if(is_search() )", and "if(is_search() || avia_is_overview())" didn't seem to be in there at all, any ideas?
Thanks in advance














