Forums

how to remove read more when full text is on in wordpress? (2 posts)

  1. bilal.malik
    Member
    Posted 1 year ago #

    the code looks like this

    function new_excerpt_length($length) {
        return 100;
    }
    add_filter('excerpt_length', 'new_excerpt_length');

    there is an option in wp-admin>settings>reading>For each article in a feed, show if this is set to full text the excerpt() must return full length article instead of specified length.

    how to do this?

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    No. Those settings refer to your RSS feeds - not your posts on your site. They are controlled by the relevant template file in your theme.

Topic Closed

This topic has been closed to new replies.

About this Topic