Remove Post Info Using Genesis Framework
To remove the Post Info (date and author), you can use this snippet:
remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
Related Posts
- Remove Tags and Categories (Post Meta) Using Genesis Framework
- Remove Post or Page Title
- Modify Meta Info in Entry Header
- Remove Entry Content Using Genesis Framework
- Remove Header When Using Genesis Framework
- Remove Page Title on Frontpage Using Genesis Framework
- Enable Layout Settings for Custom Post Type Using Genesis Framework