Hello,
I would like to create for my wordpress theme a custom content feed where I only display the title of my post, a custom field value and the picture of my post and text of my content.
But how I can do this ?... I mean, I need to create it in function.php, feed.php ?...
If someone know a good tutorial about it, let me know !
Thanks to you.
Generally I always make post after reading the doc...
I don't understand the doc about this point, it talk about 5 files
wp-rss2.php
Displays your entries in RSS 2.0 format.
wp-rss.php
Displays your entries in RSS 0.92 format.
wp-rdf.php
Displays your entries in RDF/RSS 1.0 format
wp-atom.php
Displays your entries in Atom format.
wp-commentsrss2.php
Displays comments - either the most recent comments on all posts, or the comments on a specific post - in RSS 2.0 format.
So I need to create 5 template files ?
Concerning the custom content, some function has been deprecated, so I really don't understand how I can custom all of this...
Thanks.