Read more link
-
Hi, the code for read more link used to be entered into the feedzy-rss-feeds-shortcode.php as below
add_shortcode( 'feedzy-rss', 'feedzy_rss' ); function bweb_feedzy_readmore( $content, $link, $feedURL ) { $content = str_replace( '[…]', '<a href="' . $link . '" target="_blank">' . __('Read more', 'yourTextDomain') . ' →</a>', $content ); return $content; } add_filter( 'feedzy_summary_output', 'bweb_feedzy_readmore', 9, 3 );and this worked. Were does it have to be entered now as there is no feedzy-rss-feeds-shortcode.php in the latest free version.
Regards
Mike McCormack
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Read more link’ is closed to new replies.