Tagged Questions
0
votes
1answer
268 views
How do I edit wp_head and/or functions.php to remove rss-feed which isnt used and dont validate?
When using w3.org's validation tool Unicorn I get the following error/warning:
URI: http://energyshop.se/hem/feed/
This feed does not validate.
After looking into my source its there crystal clear ...
0
votes
1answer
120 views
Aspx/Rss feed - failed to open stream: Redirection limit reached
I have this issue ive been stuck with now. Its when i load a page that have a feed.
I put the feed in wp-admin , this usually work with other feeds but not sure why its not working with this kind of ...
1
vote
1answer
330 views
RSS Feed has no styles in chrome - function to add one?
This is a really bizarre problem. For some reason Chrome does not have any RSS feed formatting?
Where as most other browsers do!
So it seems from I read online that I have to create my own style ...
1
vote
1answer
84 views
custom rss templete
The objective is to fetch fields associated with a specific post id to create a custom rss feed.
It is required to use functions like the_content_feed('rss2') , the_excerpt_rss() etc outside the ...
0
votes
1answer
308 views
Comments RSS Feed showing repeating title
functions.php
I added a filter in the functions.php file to grab the do_feed_rss2 and the do_feed_atom with my own RSS function with just a simple a simple text replacement "Answers" instead of ...