Skip to content

Instantly share code, notes, and snippets.

@freekrai
Created January 22, 2014 19:56
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 freekrai/8566195 to your computer and use it in GitHub Desktop.
Save freekrai/8566195 to your computer and use it in GitHub Desktop.
<?php
$limit = 5;
$strictlimit = TRUE;
$weight = array(
'body'=>1,
'title'=>1,
'tax'=>1
);
$postids = $related->get_related($post->ID,$limit,$strictlimit,$weight);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment