feedwordpress: get blog title from RSS
-
Hi ,
I am new to wordpress.I am using feedwordpress, which works quite fine. It syndicate other blogs rss,atoms,etc…. along with the feed title , date and contents
But the user require me to display their Blog title under the feed title . I really dont know how!
I tried using…
<?php bloginfo_rss(‘name’); ?>
<?php $blog_title = get_bloginfo(); ?>nothing seems to be working out , please help
- The topic ‘feedwordpress: get blog title from RSS’ is closed to new replies.