Quantcast
Channel: WordPress › Support » Topic: Customizing the feed template
Browsing latest articles
Browse All 9 View Live

kaihao96 on "Customizing the feed template"

Hi, Can anyone out there help me how to customize the RSS feed template because my post format is very different. I don't use the normal box for content, I uses custom field instead. So I would like to...

View Article



Felix J on "Customizing the feed template"

Have you read this? http://codex.wordpress.org/Customizing_Feeds http://yoast.com/custom-rss-feeds-wordpress/ http://www.seodenver.com/custom-rss-feed-in-wordpress/

View Article

Shane G on "Customizing the feed template"

Hi, Here is a piece of code to point to your own feed template and create an unique feed name. function create_my_customfeed() { load_template( TEMPLATEPATH . 'your-custom-feed.php'); // You'll create...

View Article

kaihao96 on "Customizing the feed template"

I guess you didn't get want I meant. I wanted to include the custom field value into my CSSFEED, my content box is blank.

View Article

kaihao96 on "Customizing the feed template"

I guess you didn't get want I meant. I wanted to include the custom field value into my rss feed**, my content box is blank.

View Article


somethingclassy on "Customizing the feed template"

Shane, thank you for the code, it seems to be exactly what I'm looking for (my goal is to output everything as XML for the purpose of importing it and using it in a Flash frontend). But I wasn't sure...

View Article

joneslee85 on "Customizing the feed template"

@somwthingclassy: the code should go into functions.php of your theme

View Article

magaworks on "Customizing the feed template"

Hi, I have wordpress 2.9.2 I have implemented the code just like you say in my template function.php, and created my template "custom-feed.php" and uploaded both file in my theme folder. But I keep...

View Article


leadiv on "Customizing the feed template"

magaworks, I ran into this same issue. You need to add a '/' in front of your custom wordpress feed file. So this: load_template( TEMPLATEPATH . 'your-custom-feed.php'); becomes: load_template(...

View Article

Browsing latest articles
Browse All 9 View Live




Latest Images