• Resolved xqzywqzxynotexists

    (@xqzywqzxynotexists)


    Hi, I use this code and it works perfectly!

    function bweb_horizontal_layout( $content, $feedURL ) {
    return ‘<div class=”feedzy-horizontal”>’ . $content . ‘</div>’;
    }
    add_filter( ‘feedzy_global_output’, ‘bweb_horizontal_layout’, 9, 2 );

    But I have many RSS feeds on my site and I just want to show a few horizontally.

    I found this text but I do not understand how to do it.

    Note: the $feedURL argument (variable which contains the displayed feed URL) is available for every hooks, but is always optional. Use it for more targeted tweaks.

    Best regards Anders

Viewing 1 replies (of 1 total)
  • Plugin Contributor Hardeep Asrani

    (@hardeepasrani)

    Hey there,

    Sorry for the delay, our WPorg system broke and we stopped receiving support tickets for some products.

    It will be applied to all the feeds that you have, and not just specific fields, unfortunately.

    Hope you understand.

Viewing 1 replies (of 1 total)
  • The topic ‘$feedURL’ is closed to new replies.