Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Poonam Namdev

    (@poonam9)

    Hello @sealsystems,

    Thank you for bringing this to our attention. We’ve reported it to our developers and we will try to fix it in an upcoming release of the plugin.

    Apologies for keeping you waiting.

    Plugin Support Poonam Namdev

    (@poonam9)

    Hello @sealsystems,

    To remove the <br/> from the feeds you need to add the following code to the functions.php file of your child theme.

    add_filter( 'feedzy_summary_output', 'feedzy_summary_output', 10, 4 );
    function feedzy_summary_output( $contentSummary, $newLink, $feedURL, $item ) {
    	return html_entity_decode($contentSummary);
    }

    Let me know if there’s anything else I can do for you—I’m happy to help.

    Thread Starter SEALsystems

    (@sealsystems)

    Thanks, that worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘BR displayed’ is closed to new replies.