Thread Starter
rob100
(@rob100)
Ok making progress lol I worked out how to change my password for this forum.
Thread Starter
rob100
(@rob100)
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.
Thread Starter
rob100
(@rob100)
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.
Thread Starter
rob100
(@rob100)
The word support needs removing from this forum.
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 🙁