- This topic has 6 replies, 4 voices, and was last updated 4 years, 2 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Support › Forums › Sunshine Pro Theme › Remove date and post author fields
We need to remove date and post author fields from all the pages and post all site, could you fix this?
Add following code at the bottom of functions.php file
//* Remove the post info function
remove_action( 'genesis_before_post_content', 'genesis_post_info' );
Thanks Davinder, i insert the code, but does NOT working …
Try it
remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
Perfect!
It works!
🙂
I was able to remove the date but there is a calendar icon there. How do I remove it?
You will remove the calendar icon from CSS file.