Skip to content

Instantly share code, notes, and snippets.

@ku
Created June 28, 2014 15:28
Show Gist options
  • Select an option

  • Save ku/ec01f13829e677246737 to your computer and use it in GitHub Desktop.

Select an option

Save ku/ec01f13829e677246737 to your computer and use it in GitHub Desktop.
if ($this->posts[0]->tumblr_url) {
header( "Location: " . $this->posts[0]->tumblr_url, true, 301);
exit;
}
}
// Put sticky posts at the top of the posts array
"wp-includes/query.php" 4399 lines --76%--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment