Programmatically use SearchWP Related template
<?php | |
// This should be within your single.php or other applicable template that has the $post defined | |
$related = new SearchWP_Related\Template(); | |
echo $related->get_template(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment