Is there a way to specify the template to be used within the template tag (<?php related_entries(); ?>)?? Thanks!
Is there a way to specify the template to be used within the template tag (<?php related_entries(); ?>)?? Thanks!
Yes, you should be able to specify something like
related_entries(array('use_template'=>true, 'template_file'=>'yarpp-template-test.php'));
where yarpp-template-test.php is in your theme.
This topic has been closed to new replies.