• Home
  • Blog
  • Showcase
  • Setup Docs
    • Sunshine Help
    • Flex Help
  • Support
    • Support Area
    • Contact us
    • Feedback
  • Connect
    • Newsletter
    • Twitter
    • Facebook
  • My Account
  • Flex
  • Sunshine
Support : Simple Pro Themes

Support : Simple Pro Themes

Reply To: Feature request: Hide Post Info and Intro text on mobile devices

If you have purchased a product, please enter the email address that you used to register at time of purchase.
Log In
Lost Password

Create an Account
  • Your username must be unique, and cannot be changed later.
  • We use your email address to email you a secure password and verify your account.

Support › Forums › Feedback/Suggestion › Feature request: Hide Post Info and Intro text on mobile devices › Reply To: Feature request: Hide Post Info and Intro text on mobile devices

January 12, 2016 at 7:12 pm #803
Davinder Singh Kanith
Moderator

To remove ‘author’ from default loop, you can output customized post info using following code in functions.php file (add it at bottom of the file)

//* Customize the post info function
add_filter( 'genesis_post_info', 'sp_post_info_filter' );
function sp_post_info_filter($post_info) {
if ( !is_page() ) {
	$post_info = '[post_date] [post_comments] [post_edit]';
	return $post_info;
}}

Copyright © 2022 · Simple PRO Themes for Genesis Framework · About · FAQs · Contact · Affiliates