Reply To: How to remove post link or meta from each post.

Homepage Community Forums Epik Theme Support How to remove post link or meta from each post. Reply To: How to remove post link or meta from each post.

#8076
Wes
Moderator

    If you’re using the old markup (epik 1.2) then you would use the XHTML code. Example –

    //* Remove the post meta function
    remove_action( 'genesis_after_post_content', 'genesis_post_meta' );<!--formatted-->

    You would place this in your functions.php file. You could also use the Simple edits plugin – http://wordpress.org/extend/plugins/genesis-simple-edits/ to add it as well…..thats what they recommend for beginners.