$feedURL
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘$feedURL’ is closed to new replies.