Title: Adding Read More button
Last modified: December 19, 2024

---

# Adding Read More button

 *  Resolved [Carolyn Melo](https://wordpress.org/support/users/nubiesan/)
 * (@nubiesan)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/adding-read-more-button-2/)
 * I am trying to insert the read more button in the feed posts. I found the CSS
   code, but I don’t know what I should change in the code to make it link to my
   site. I assume I put the code in the additional css block in the plugin.
 * Can you show me what to change in the code?
 * function bweb_feedzy_readmore( $content, $link, $feedURL ) {
 * $content = str_replace( ‘[&hellip;]’, ‘<a href=”‘ . $link . ‘” target=”_blank”
   >’ . __(‘Read more’, ‘yourTex
 * tDomain’) . ‘ &rarr;</a>’, $content ); return $content;
 *  }
 * add_filter( ‘feedzy_summary_output’, ‘bweb_feedzy_readmore’, 9, 3 );
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadding-read-more-button-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Support [Poonam Namdev](https://wordpress.org/support/users/poonam9/)
 * (@poonam9)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/adding-read-more-button-2/#post-18210677)
 * Hi [@nubiesan](https://wordpress.org/support/users/nubiesan/),
 * You can add the mentioned code to your theme’s functions.php file or create a
   site-specific plugin by following the instructions in [this](https://docs.themeisle.com/article/889-how-to-create-a-site-specific-plugin)
   guide.
 * Hope it helps.
 *  Thread Starter [Carolyn Melo](https://wordpress.org/support/users/nubiesan/)
 * (@nubiesan)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/adding-read-more-button-2/#post-18212193)
 * I’m still not sure how to do this. I looked in the documentation, but it is somewhat
   beyond me. I will keep trying.
 *  Plugin Support [Poonam Namdev](https://wordpress.org/support/users/poonam9/)
 * (@poonam9)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/adding-read-more-button-2/#post-18213927)
 * Hi [@nubiesan](https://wordpress.org/support/users/nubiesan/),
 * If you are having trouble in create a site specific plugin, you can simply add
   the code in the functions.php file of your theme. However, I recommend you create
   a full back up of you site before editing the theme file.
 * Hope it helps.
 *  Thread Starter [Carolyn Melo](https://wordpress.org/support/users/nubiesan/)
 * (@nubiesan)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/adding-read-more-button-2/#post-18213947)
 * thanks, I will try that

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Adding Read More button’ is closed to new replies.

 * ![](https://ps.w.org/feedzy-rss-feeds/assets/icon-256x256.gif?rev=3418285)
 * [RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator](https://wordpress.org/plugins/feedzy-rss-feeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/feedzy-rss-feeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/feedzy-rss-feeds/)
 * [Active Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feedzy-rss-feeds/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Carolyn Melo](https://wordpress.org/support/users/nubiesan/)
 * Last activity: [1 year, 5 months ago](https://wordpress.org/support/topic/adding-read-more-button-2/#post-18213947)
 * Status: resolved