WP SITES

3083 Coded Tutorials & 286 Plugins

Genesis remove post date (entry-time) sitewide and (comments-link) on homepage

Using a code editor, copy & paste this PHP code to the end of your Genesis child themes functions.php file.

  • The code removes the post date from all post and page types.
  • The code also removes the comment link from the front page only.

You can swap out the is_front_page() conditional tag in the code to remove the comment link from other post and page types.

This code uses the :

Note : Plugins like the Genesis Simple Edits plugin which also use this filter hook may override this PHP code.

Leave a Reply

New Plugins