Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created January 17, 2012 03:43
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 billerickson/1624498 to your computer and use it in GitHub Desktop.
Save billerickson/1624498 to your computer and use it in GitHub Desktop.
Manually Curated Related Posts - in your theme's functions.php file
<?php
// Related Posts (see mu-plugins/lib/functions/related-posts.php
add_action( 'genesis_before_loop', 'be_related_posts_pre_loop' );
add_action( 'genesis_after_post_content', 'be_related_posts', 15 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment