Hello,
I would like to order template of 3 column Gallery end Flexible Grid to have images before Title and post.
Could you help me please ?
Hello,
I would like to order template of 3 column Gallery end Flexible Grid to have images before Title and post.
Could you help me please ?
Hey!
Open up flashlight\template-masonry.php and delete following line:
get_template_part( 'includes/loop', 'masonry' );
Then replace:
<div class='inner_box'>
with:
<div class='inner_box'>
<?php get_template_part( 'includes/loop', 'masonry' ); ?>
Best regards,
Peter
You must log in to post.