|
|
|
date: Sun, 6 Jul 2008 17:55:54 +0100,
group: uk.net.web.authoring
back
wordpress help
Are there any wordpress experts out there ?
I have added an rss feed to a page using
?php require_once(ABSPATH . WPINC . '/rss.php');
wp_widget_rss_output('http://rssfeed address', array('items' => 5,
'show_summary' => 1, 'show_author' => 0, 'show_date' => 0));
?>
It works well but there are bullets that I can not seem to get rid of -
www.digmo.co.uk/music (at the bottom of the page) any ideas on how to
get rid of theses ?
David
--
DigMo!
Main RSS : http://www.digmo.co.uk/feed
Mac & Technology RSS :http://www.digmo.co.uk/category/technology/feed
Music RSS : http://www.digmo.co.uk/category/music/feed
date: Sun, 6 Jul 2008 17:55:54 +0100
author: David
|
Re: wordpress help
David schreef:
> Are there any wordpress experts out there ?
>
> I have added an rss feed to a page using
>
> ?php require_once(ABSPATH . WPINC . '/rss.php');
> wp_widget_rss_output('http://rssfeed address', array('items' => 5,
> 'show_summary' => 1, 'show_author' => 0, 'show_date' => 0));
> ?>
>
> It works well but there are bullets that I can not seem to get rid of -
> www.digmo.co.uk/music (at the bottom of the page) any ideas on how to
> get rid of theses ?
>
> David
I see no bullets.
--
http://www.archytas.nl/
webdesign, internet applicaties, internetgestuurde elektronica
date: Mon, 07 Jul 2008 16:33:09 +0100
author: Roderik
|
Re: wordpress help
On 2008-07-07 16:33:09 +0100, Roderik said:
> David schreef:
>> Are there any wordpress experts out there ?
>>
>> I have added an rss feed to a page using
>>
>> ?php require_once(ABSPATH . WPINC . '/rss.php');
>> wp_widget_rss_output('http://rssfeed address', array('items' => 5,
>> 'show_summary' => 1, 'show_author' => 0, 'show_date' => 0));
>> ?>
>>
>> It works well but there are bullets that I can not seem to get rid of -
>> www.digmo.co.uk/music (at the bottom of the page) any ideas on how to
>> get rid of theses ?
>>
>> David
>
> I see no bullets.
I got it fixed, altered the CSS :)
Thanks
David
--
DigMo!
Main RSS : http://www.digmo.co.uk/feed
Mac & Technology RSS :http://www.digmo.co.uk/category/technology/feed
Music RSS : http://www.digmo.co.uk/category/music/feed
date: Tue, 8 Jul 2008 00:18:19 +0100
author: David
|
|
|