Reply To: Remove post info from posts

Homepage Community Forums Epik Theme Support Remove post info from posts Reply To: Remove post info from posts

#7357
derekalvarez
Customer

    Thanks Eric, I tried the whole thing… converted the css to HTML5, added add_theme_support( ‘html5’ ); to my functions.php file and changed the code to…

    //* Remove the post info function
    remove_action( ‘genesis_entry_header’, ‘genesis_post_info’ );

    Still, nothing?