• Dear Robert,
    how can I remove Read More Text?

    If I leave the field blank there is default text displayed in RSS feed.
    Cntinue reading <blog title> at <url>.

Viewing 2 replies - 1 through 2 (of 2 total)
  • &nbsp

    Add that to the field.

    Otherwise it’s a code edit.

    Plugin Author Robin Cornett

    (@littlerchicken)

    If you are okay to add the necessary code to your site, you can do it with this:

    
    add_filter( 'send_images_rss_excerpt_read_more', '__return_empty_string' );
    

    If you’re adding code to your site, please practice safe coding, make sure things are backed up, etc. HTH

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Read More Text’ is closed to new replies.