Tagged Questions
1
vote
1answer
118 views
Full text articles in the rss feed (i.e. without the more tag)
I can't seem to remove the "Continue reading..." link in my rss feed. The feed is located here: http://gforge.se/category/r/feed/ I use the <!--more--> tag manually and I've checked that the ...
0
votes
1answer
46 views
Change rss title of individual feeds?
I want to set a custom title to indiviual rss feeds. Right now my post feed runs under a page called podcasts and the title of my rss feed then becomes <blog name> ยป podcasts because it is the ...
0
votes
2answers
96 views
Reversing the order of items in a category rss feed?
Is there an easy way to reverse the default item order of a category rss feed?
Default: Last posted item first
Wanted: First posted item first
No plugins please, plain wp api function calls (such ...
1
vote
1answer
26 views
date issue with category post retrival
I am trying to retrieve all posts from an rss feed from a category, and I have working code that does this. However, on one category I will only get all posts until a certain date. Any post prior to ...
7
votes
2answers
176 views
Individual rss feed entry length for categories?
I know how to retrieve the rss2 feed from a category in wp, namely adding /feed behind the category name. However when I do this, not all entries from that feed are included in the rss, this is ...
1
vote
1answer
124 views
How to create category index table out of wordpress site or on other website?
I want to create a page on other part on my website (outside wordpress directory) where I can show list of posts from a specific category.
I am looking for exact solution provided by @toscho here:
...
1
vote
0answers
54 views
Category RSS feed doesn't show category name
I'm pulling an RSS feed from a custom post type "blogs" under a category of "workers-compensation". Here is the URL: http://www.company.com/category/workers-compensation/feed/?post_type=blog
The feed ...
3
votes
3answers
221 views
Allow users to create their own feed from selected categories?
I've been wandering around on the web for the last couple of hours wondering if there's a way to allow users to build their own RSS feed by selecting categories within WordPress, that could then be ...
0
votes
1answer
126 views
How can I offer different RSS-Feeds by category?
I want to write a WordPress-Blog about some quite different topics. I will write most of it in English, but some topics are only interesting for Germans. The posts in the German-category will be in ...
1
vote
2answers
207 views
How Can You Exclude Categories From Your RSS Feeds?
I've searched and found posts that have asked and answered how to merge different categories into an RSS feed. What I need to know is how to exclude specific categories from the RSS feed?
...
1
vote
1answer
249 views
Need Category RSS Feed that shows all posts
How do I go about making this? I've been trying to get add_feed and such but have had no luck.
2
votes
2answers
292 views
How do I view a feed consisting of posts from multiple categories?
By default, my site's RSS feed URLs are in this format:
category/[category-name]/feed/
As far as I can tell, that doesn't allow me to view a feed using multiple categories. Is anyone aware of a ...