• 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: Showing button under featured page without showing content

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 › Flex Theme › Showing button under featured page without showing content › Reply To: Showing button under featured page without showing content

December 1, 2015 at 2:52 pm #700
Chinmoy Paul
Moderator

Add this code in your functions.php file

add_filter( 'get_the_content_more_link', 'flex_custom_content', 10, 2 );
function flex_custom_content( $more_link, $more_text ) {
  $more_link = str_replace( array('… ', '... '), '', $more_link );
  return $more_link; 
}

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