Quantcast
Channel: WordPress › Support » Tag: custom feed - Recent Posts
Browsing latest articles
Browse All 30 View Live

DonRaikes on "Want feeds by category"

I have a wp 2.3 weblog, and I want to present rss2 feeds for each of several categories. What is the best way to handle this? For example I want a feed for just category #3 and another for category #9.

View Article



theapparatus on "Want feeds by category"

Feeds should already be present for catgeories. Just add in the feed portion to the url of the category in question. Not sure what you're running for permalinks since you don't gie a link to the blog...

View Article

DonRaikes on "Want feeds by category"

Thanks so much that worked great. BTW: the weblog is at: http://eagles-wing.net/weblog/

View Article

iperez_genius on "Custom feed"

I am following this tutorial http://www.seodenver.com/custom-rss-feed-in-wordpress/ and for the life of me i can't get it to work. Here is what i am doing. Can anyone advise me where i am going wrong....

View Article

bigcityjohn on "trying to rewrite custom rss feed URL"

I've created a new custom rss feed file (mycustomfeed.php) which is accessible at http://www.myblog.com/?feed=mycustomfeed. I've searched the forums for help trying to rewrite the URL, and found a link...

View Article


Michael Bishop on "trying to rewrite custom rss feed URL"

This works for me add_action('init', 'my_add_feed'); function my_rewrite_rules( $wp_rewrite ) { $new_rules = array( 'feed/(.+)' => 'index.php?feed='.$wp_rewrite->preg_index(1) );...

View Article

Michael Bishop on "trying to rewrite custom rss feed URL"

I should add that my_create_feed is the function that actually, well, creates the feed content.

View Article

bigcityjohn on "trying to rewrite custom rss feed URL"

Thanks, miklb! This works perfectly for the rewrite. I appreciate the help...would've never figured this out on my own.

View Article


jtmack on "Hide post from public feed, index and search. but show in a...

Is this even possible? Basically I want to create a special feed just for a third party app that's private. Ideally, I would like to have a special "hidden" category that doesn't appear in the main rss...

View Article


wp_newb on "ERROR: mycustomfeed is not a valid feed template."

The objective is to create a custom feed using wp hook. The following code was added in the function.php of the child theme folder. function create_my_customfeed() { load_template( TEMPLATEPATH ....

View Article

evo252 on "Create a custom feed"

Hello, I have my RSS feed : mydomain.com/feed/ which displays only excerpts of my posts. I would like to keep this feed displaying only excerpts (specifically for my readers on feedburner), and create...

View Article

Tony Locke on "trying to rewrite custom rss feed URL"

I want to take this RSS feed http://www.rssweather.com/zipcode/30096/rss.php , or something like it, and recreate it using the zipcode from the user profile field %field_9 field_zip-code alt"% But, I...

View Article

bigcityjohn on "trying to rewrite custom rss feed URL"

Tony, my issue here is marked "Resolved." You'll need to start a new thread for your own, unique issue.

View Article


esmi on "trying to rewrite custom rss feed URL"

@Tony Locke: stop posting the same question all over the place! Stick to your own topic.

View Article

martiniboy on "Hide post from public feed, index and search. but show in a...

Hi jtmack Did you ever get a solution for this?? I was thinking of doing it with a custom post type but not sure if it is possible.

View Article


antonyjosephsmith on "orderby title does nothing once filtered by date"

Hi all, I'm trying to create a custom feed which grabs the days posts and then puts them all in alphabetical order. I can get them in alphabetical order or I can get all the days posts. However once I...

View Article

antonyjosephsmith on "orderby title does nothing once filtered by date"

Anyone have any ideas please? Thanks

View Article


antonyjosephsmith on "Custom Feed Orderby has no effect"

Hi all, I'm trying to create a custom feed which grabs the days posts and then puts them all in alphabetical order. I can get them in alphabetical order or I can get all the days posts. However once I...

View Article

Tanmoy on "WordPress custom feed with thumbnail images"

I'd to create a custom feed to set post number, type and category. So I used this trick function do_feed_custom() { $cats = "4,5,6,24,25,26"; query_posts( array( 'cat' => $cats, 'post_type' =>...

View Article

Antoine K on "Custom Feed Orderby has no effect"

Hi I am having the same difficulties, have you found a way to fix this ? Thanks.

View Article

antonyjosephsmith on "Custom Feed Orderby has no effect"

I'm aware of a solution but haven't had chance to try fix it yet. Are you any good with PHP? The answer lies in here: Having looked at the documentation and source code for the query_posts() function,...

View Article


ElPapay on "Feed-only information?"

For each post, I want to include a special link but I don't want it to be view-able on my site, I want it to be view-able only by people who are subscribed on my feed. Is that possible? Thanks in...

View Article


TrapperPhd on "[Plugin: WP RSS Aggregator] Blank custom feed (page)"

Hi there, I am using RSS Aggregator (4.5.3) with keyword-filtering plugin (1.5.1) on a Wordpress/Buddypress installation. Currently, I import only one feed, filtering works fine, and items are shown...

View Article

Mekku on "[Plugin: WP RSS Aggregator] Blank custom feed (page)"

We haven't encountered this before. Even if the limits were incorrect, you would receive a feed that contains no items. Have you tried refreshing your permalinks? From WordPress Admin > Settings...

View Article

TrapperPhd on "[Plugin: WP RSS Aggregator] Blank custom feed (page)"

Hi there, Sorry for the delay. No, refreshing permalinks unfortunately did not help. I have now done the following. 1. Deleted all feeds I had 2. Deinstalled WP-RSS-Aggr plugin and Filter-Plugin 3....

View Article


molnarbalazs on "custom feed from custom post type with custom fields"

i have a problem (job) the details: the wp theme is the Jobify ( http://themeforest.net/item/jobify-wordpress-job-board-theme/5247604 ) I used child theme for publish. details: This is a job seeker...

View Article

Seitiro on "[Plugin: Custom Facebook Feed] Shortcode Feed on frontpage -...

Hey guys, i got the custom facebook feed and it's hella fine. but one thing bothers me: I got a full feed on a single page, and a shortcoded feed as a teaser on the front page. How comes the full feed...

View Article

smashballoon on "[Plugin: Custom Facebook Feed] Shortcode Feed on frontpage -...

Hey Seitiro, It looks like the content formatting function in your theme is adding 'code' tags into the feed on the front page for some reason which is causing the font change. If you add the following...

View Article

Seitiro on "[Plugin: Custom Facebook Feed] Shortcode Feed on frontpage -...

And you sir, are my hero of the week... and it's just monday night! Boom, worked perfectly! Thanks for the Facebook Feed and thanks for the quick help

View Article



smashballoon on "[Plugin: Custom Facebook Feed] Shortcode Feed on frontpage -...

No problem Seitiro, you're very welcome! Happy to help :) No obligation, but if you like the plugin and want to support development by leaving a super-quick review then it's always hugely appreciated!...

View Article
Browsing latest articles
Browse All 30 View Live




Latest Images