Hi, why domain/feed not work for me?
I commented the lines that display rss in header.php, added this inside the footer:
<?php bloginfo('rss2_url');?>
but it doesnt work...
Hi, why domain/feed not work for me?
I commented the lines that display rss in header.php, added this inside the footer:
<?php bloginfo('rss2_url');?>
but it doesnt work...
ANY HELP ???
Hi Albo,
Just a quick FYI, our Queue system goes by oldest posted response in a topic. So when you self bump like that it actually puts the post in the back of the line and takes longer to get to you.
As for the issue, I don't know where you commented that out from, but you should put it back.
The icon that displays the RSS is on line 135:
echo ' <li class="rss"><a href="'.avia_get_option('feedburner',get_bloginfo('rss2_url')).'">RSS</a></li>';
So depending on where you want the RSS link in your footer, you could do something like this:
<a href="<?php echo avia_get_option('feedburner',get_bloginfo('rss2_url')) ?>">RSS</a>
Regards,
Devin
Yes, I already did it, but it doesnt work.
I'll need to take a look at your site live in that case. I test that link on a live installation before posting so I know it does work when just added after the copyright notice or somewhere that isn't already inside a php wrapper.
Regards,
Devin
Thanks! Take a look at the left bottom of the page, before the footer: http://www.io-me.info/
I really I cant understand the issue.
I don't understand the issue. You have an RSS icon that links to your RSS feed and its working correctly.
Yes, I know that, but I'm not able to generate any feed... What I have on the Angular portfolio is not showed via feed.
Hi!
You can use following url for the portfolio feed: http://www.io-me.info/feed/?post_type=portfolio
Best regards,
Peter
You are GREAT!
Glad Peter could help :)
Regards,
Devin
This topic has been closed to new replies.