Skip to content

Instantly share code, notes, and snippets.

@Ramoonus
Created July 29, 2012 12:29
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 Ramoonus/3198382 to your computer and use it in GitHub Desktop.
Save Ramoonus/3198382 to your computer and use it in GitHub Desktop.
Genesis Code Template
<?php
remove_action( 'genesis_before_post_content', 'genesis_post_info' );
remove_action( 'genesis_after_post_content', 'genesis_post_meta' );
remove_action( 'genesis_after_post', 'genesis_do_author_box_single' );
genesis();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment