Hello,
I’m Adrián. I would like to place related post before tags. How can I do it?
http://lalibretadelmister.com/ejercicio-de-futbol-4×6-con-transiciones-sucesivas/
Thanks in advance.
Hey adrianej!
Open up /enfold/includes/loop-index.php and add this on line 200,
//show related posts based on tags if there are any
get_template_part( 'includes/related-posts');
Next open up /enfold/single.php and comment out line 40,
//get_template_part( 'includes/related-posts');
Cheers!
Elliott