I would like use many differents templates with yarpp.
I moved all templates on my theme and it's working.
When I write :
<?php get_template_part('yarpp-template-example'); ?>
I got error.
I tried to do that
<?php related_posts(array('use_template' => 'true', 'template_file' => 'yarpp-template-example')); ?>
but it's do nothing particular and use the default template.
How can I do ?
Thanks.