Hy,
i try to do that:
<?php echo $item->get_category(); ?>
with simplepie to show a list of posts with rss, but i can't show the current category, it is not possible to do that?
bye,
fred
Hy,
i try to do that:
<?php echo $item->get_category(); ?>
with simplepie to show a list of posts with rss, but i can't show the current category, it is not possible to do that?
bye,
fred
from what i believe all you need to do is
type
<?php echo SimplePieWP('http://yourdomain.com/category/feed'); ?>
Please if im wrong point this out as its not quite working for me.
This topic has been closed to new replies.