• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

post excerpt read more link

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › post excerpt read more link

This topic is: not resolved

Tagged: read more

  • This topic has 3 replies, 3 voices, and was last updated 8 years, 4 months ago by Susan.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • August 29, 2017 at 11:06 am #210872
    p297
    Member

    Hi,

    I'm trying to edit the read more code for

    August 30, 2017 at 2:55 am #210900
    Victor Font
    Moderator

    See if this helps: https://victorfont.com/how-to-change-the-wordpress-read-more-text/


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    August 30, 2017 at 6:49 am #210885
    p297
    Member

    Hi,

    I'm trying to edit the read more code that shows on a post excerpt to remove the ellipsis. It currently says '... [Read more...]' with the '[Read more...] a hyperlink (see included URL). I want it to just say '[Read more...]'.

    I've tried 6 different variations of code that I've found on help docs and forums in the functions.php file but haven't gotten the results I wanted. 5 variations made no change and 1 broke the code.

    1. No change

       /**
         * Override the default string for automatic excerpts
         * 
         * @param type $more
         * @return string
        */
        function custom_excerpt_more($more) {
            return '';// return empty string
        }
        add_filter('excerpt_more', 'custom_excerpt_more');

    2. No change

    // Add Read More Link to Excerpts
    	add_filter('excerpt_more', 'get_read_more_link');
    	add_filter( 'the_content_more_link', 'get_read_more_link' );
    	function get_read_more_link() {
    	   return '...&nbsp;<a href="' . get_permalink() . '">[Read&nbsp;More]</a>';
    	}

    3. No change

    function replace_excerpt($content) {
           return str_replace('[...]',
                   '&lt;div class="more-link"&gt;<a href="'. get_permalink() .'">Continue Reading</a>&lt;/div&gt;',
                   $content
           );
    }
    add_filter('the_excerpt', 'replace_excerpt');

    4. Broke the code - code same as in 3 with an addition to it suggested in the forum

    function replace_excerpt($content) {
           return str_replace('[...]',
                   '&lt;div class="more-link"&gt;<a href="'. get_permalink() .'">Continue Reading</a>&lt;/div&gt;',
                   $content
           );
    }
    add_filter('the_excerpt', 'replace_excerpt');
    
    &lt;?php function replace_excerpt($content) {
    return str_replace('[&hellip;]', '... ', $content );
    }?&gt;

    5. No change

    // Changing excerpt more
    function new_excerpt_more($more) {
      global $post;
      remove_filter('excerpt_more', 'new_excerpt_more'); 
      return ' <a>ID) . '"&gt;' . 'read more' . '</a>';
    }
    add_filter('excerpt_more','new_excerpt_more');
    add_filter('excerpt_more','__return_false');

    6. No change - code snippet from last line in 5 after forum said 'if you just want to strip the ellipsis'

    add_filter('excerpt_more','__return_false');

    7. No change

    function trim_excerpt($text) {
      return rtrim($text,'[...]');
    }
    add_filter('get_the_excerpt', 'trim_excerpt');
    

    I've also tried looking in the archive.php, front-page.php, page_archive.php, single.php, functions.php, and even the styles.css files to try and find the code where I can customize the read more to remove the ellipsis - ... - but haven't found anything.

    Please help!

    August 31, 2017 at 5:51 pm #211000
    Susan
    Moderator

    I'm closing this thread, as it is a duplicate of this one:

    Remove ellipsis on read more

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘post excerpt read more link’ is closed to new replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble