Hi I have the plugin feedwordpress installed with wp 2.9.2 but when the feeds are collected they go in to the main stream of posts.
How can I generate new posts for the feed on my website?
Also the rss feeds on my website do not display for posts imported by feedwordpress. Only posts I publish are displayed in feeds on my website, how can I fix this?
And one last question, can I change my password for this forum?
Many thanks for any help in advance.
Ok making progress lol I worked out how to change my password for this forum.
I have solved the problem with individual posts not being created.
Only problem now is the feeds list on my website. If I clicke the feed icon it takes me to http://www.mywebsite/feed/ but the feed list is empty. If I add rss/ http://www.mywebsite/feed/rss/ all the feeds are there.
Does anyone know why this happens?
How can I change the link address on the rss web browser icon to point to http://www.mywebsite/feed/rss/ ?
Any help would be awesome.
Ok back to square one, I have no rss feeds to display on my blog after fetching a feed with feedwordpress.
I have just done a clean install of wp 2.92 and the only installed one plugin feedwordpress, still it will not work.
I am sure there is some simple fix for this but for the life in me do not know how to do it, been trying to sort this out for 4 days now.
View my nightmare problem here
Please help.
The word support needs removing from this forum.
annabelt
Member
Posted 2 years ago #
Hi rob100,
"How can I change the link address on the rss web browser icon to point to http://www.mywebsite/feed/rss/ ?"
I don't know if there's a setting for this in the WordPress interface, but you could try looking in your header.php file for this line: <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
and where it says <?php bloginfo('rss2_url'); ?>, replace that with the right address for your rss feed
As for the rest of it, I am having trouble with it myself :(