Page 1 of 1

Removing linebreak in RSS feed plugin

Posted: Fri Feb 13, 2009 2:47 pm
by Elhcay
How do I remove the linebreak after the topic title in Remote RSS/OPML-Blogroll Feed such that there'd be no linebreak between the topic title of each feed and the date? Thanks.

eg. changing
------
{Topic}

{date}
-------

to

-------
{topic}
{date}
-------

or

------
{topic}{date}
------

Re: Removing linebreak in RSS feed plugin

Posted: Fri Feb 13, 2009 4:04 pm
by garvinhicking
Hi!

For that you need to edit the plugin_remoterss.tpl template file to customize this.

It might be that you can arrange it differently with CSS floats, as well.

Regards,
Garvin