CG-Feedread Style 2 and the <br> tag
-
I have CG-Feedread 1.5.1b Plugin and Activated. I am trying to get a feed to match the rest of my sidebar. I have the $feedStyle set to 2 which inserts <br> behind it. I wish to remove the <br> from the $feedStyle = 2. I have looked at the feed-read.php file, but I cannot figure out how to remove the <br>. Any help would be apprectiated.
Here is my current config:
<?php
$feedUrl = “https://www.digg.com/rss/index.xml”; // a sample CNET feed. use your own…
$feedOut = getSomeFeed($feedUrl, 8, false, “rss-feed”, ”, 36, false, ”, ”, ‘2’, ‘true’, ”);
if ($feedOut)
echo $feedOut;
?>My site is Redlobo.com
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CG-Feedread Style 2 and the <br> tag’ is closed to new replies.