Remove Post Meta, Info & Contents from Genesis Homepage
Updated On May 23, 2015 March 12, 2014 -Written ByBy default, Genesis Theme homepage will display: post contents below post title, post information (like date of publishing, author name, leave a comment button) and post meta (tags and categories assigned to post). If you are developing custom look where lot of posts will be displayed on homepage, then removing this additional information can clean up the interface.
Remove post meta, info, contents in Genesis Home
1. Before: Here is the default view of Genesis Theme’s homepage.
2. Add following code in functions.php file (note: backing up of funtions.php file before making changes is recommended).
https://gist.github.com/9511065
3. After: Above code addition will make homepage much neater without post info, post meta and post content details.
If you want either of post info or meta or content – just delete corresponding line of code to keep that part below post title on the homepage.