Created
June 10, 2017 12:52
-
-
Save jchristopher/69304d64653b778a35ec91b88525fce2 to your computer and use it in GitHub Desktop.
Programmatically use SearchWP Related template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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