Temporarily comment out trestle_post_info_meta() functionality as it is causing posts to sporadically change type.

This commit is contained in:
MickeyKay
2014-06-26 12:57:55 -07:00
parent fc9fc2a7c4
commit 25eef48115
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -100,7 +100,8 @@ function trestle_theme_setup() {
add_filter( 'wp_revisions_to_keep', 'trestle_update_revisions_number', 10, 2 );
// Manually control where Post Info & Meta display
add_action( 'the_post', 'trestle_post_info_meta', 0 );
/* @TODO: temporarily commented this line out because it's causing posts to randomly switch post type! */
//add_action( 'the_post', 'trestle_post_info_meta', 0 );
// Remove default featured image fallback of 'first-attached'
add_filter( 'genesis_get_image_default_args', 'trestle_featured_image_fallback' );