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

#7379
derekalvarez
Customer

    I looked at it again and here is the correct code…


    //* Remove the entry meta in the entry header (requires HTML5 theme support)
    remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );

    For some reason, you have to add that “12” at the end.