I have a blog that only consists of a video in the post. I don't want the video in the RSS feed so I only want the post title.
How do I cut off everything but the title in the RSS feed?
I have a blog that only consists of a video in the post. I don't want the video in the RSS feed so I only want the post title.
How do I cut off everything but the title in the RSS feed?
I also would like to know how to display only post title on rss. Hope someone could help.
Gotcha!!
on wp-includes/feed-functions.php
find function the_excerpt_rss()
comment out or delete the lines inside that function.
This topic has been closed to new replies.