Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created May 30, 2023 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save searchwpgists/ee12559d819601f88529ec03711019fe to your computer and use it in GitHub Desktop.
Save searchwpgists/ee12559d819601f88529ec03711019fe to your computer and use it in GitHub Desktop.
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