I installed the Related plugin.
New I'm trying to copy the PHP code into the Loop file but ... I do not know which one is it, where do I have to copy the code, ..?
Can I have any help with this step?
Many thanks in advance.
Marta Iraola
I installed the Related plugin.
New I'm trying to copy the PHP code into the Loop file but ... I do not know which one is it, where do I have to copy the code, ..?
Can I have any help with this step?
Many thanks in advance.
Marta Iraola
Look in your theme files where it says
<?php while ( have_posts() ) : the_post(); ?>
(...)
<?php endwhile; // end of the loop. ?>
This 'while' loop is called 'the loop'. Place the plugin code anywhere between these two lines.
Cheers
This topic has been closed to new replies.