Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save braddalton/5291718 to your computer and use it in GitHub Desktop.
Save braddalton/5291718 to your computer and use it in GitHub Desktop.
function display_posts_shortcode_home() {
if (is_home()) {
echo do_shortcode('[display-posts id="14,3"]');
}
};
add_action('genesis_after_content', 'display_posts_shortcode_home');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment