August 19, 2013 at 7:35 am
#3354
Sanjip Shah
Participant
@XavierC You will have to edit the code for this. You could just add the following code just after the attitude_theloop_for_template_blog_image_large function starts in the content_extensions.php file in line around 414.
if( have_posts() ) {
while( have_posts() ) {
the_post();
the_content();
}
}
Also, please make the child theme to make this customization so that you won’t lose the changes when you update the parent theme.