When you say pictures, you mean post thumbnails ?
If yes, then you can add them to your RSS feeds like this, add in functions.php
function rss_post_thumbnail( $content ) {
global $post;
if( has_post_thumbnail( $post->ID ) ) {
$content="<p>" . get_the_post_thumbnail( $post->ID ) . '</p>' . get_the_content();
}
return $content;
}
add_filter('the_excerpt_rss', 'rss_post_thumbnail');
add_filter('the_content_feed', 'rss_post_thumbnail');
Related Posts:
- Remove or Edit in Feeds
- Should I provide RSS or Atom feeds?
- Multiple versions of RSS feed? One with full content, one with the excerpt
- RSS Subscriber count without using FeedBurner
- How to add category exclusion to rss feed
- Style RSS Feed for a human?
- How to get the last updated date of a post from a WP RSS feed?
- How to remove published date from RSS feed
- display featured image in RSS feed
- WordPress RSS File Template
- WordPress Add [cdata] to title tag in rss feed
- Remove a certain post type from appearing in all RSS feeds
- How can I get RSS feed for a custom page?
- How can I remove image from feed?
- RSS Feed Behaviour (Inc. Feedburner)
- How can I minimize the content of my RSS feed to fit more items in Feedburner’s 512k limit?
- Two RSS feeds, different items limit?
- One reason for changing the GUID
- Help Me Choose RSS or XML-RPC
- How to remove the comments feed from WP 3.1.1?
- RSS Widget on theme
- How can I post Facebook fan page status updates to my WordPress blog?
- how to display image from rss
- Creating an individual RSS feed for each site user
- How to set the cache for the built-in SimplePie feed parser?
- How to modify the image size in RSS (mailchimp compatibility)?
- How to use force_feed with fetch_feed
- fetch_feed works on localhost but not on server
- WordPress appends RSS item with unwanted content
- Where does WordPress default SimplePie save cache data?
- How can I migrate to worpress using my last blog’s rss
- How to Fetch Rss Feeds From Other Websites
- What flash slideshow player can read an rss feed as a source?
- Is there a way to fetch RSS feed by date range rather than number of items?
- Podcast set up within a page, or, adding a /feed to a page
- Featured Image on custom rss templet
- RSS Feed Empty in Firefox
- Does get_the_content_feed strip invalid tags?
- Display RSS feed using pagination
- How to output unlimited RSS Feed items
- How do I create an rssfeed from the contents on this page?
- Email notification of new posts that match query
- Remove ‘More..’ link from RSS feed
- Excerpt formatting for Google News Feed [closed]
- Feed error: A feed could not be found at youtube.com/… (1 post) [closed]
- WordPress cache feeds
- Force use of RSS 0.92 feed
- Getting Thumbnail in fetch_feed from custom field
- How do I use fetch_feed() to pull in a large number of posts?
- HTML Validation fails because of ampersands in RSS link
- Force the_content() to show full post in RSS feed
- Get full content from feeds and save a duplicate copy in my site
- WP HTTP Error: couldn’t connect to host for RSS feeds on same domain
- How can I control what / how much text is in my RSS feeds?
- Add extra content to RSS feed
- CDATA error for RSS feed
- Disable Sharedaddy in Feeds
- Trying to build Google Sitemap feed and it’s downloading instead of displaying in browser
- Show Top 10 posts in a rss feed
- I want to remove “continue reading…” in rss feed
- How do I edit my default RSS Feed?
- How do I use 2 modified feed templates?
- RSS/Atom feeds invalid, “Mismatched tag” errors
- How to make an RSS feed to show most viewed posts for last 24 hours?
- WordPress RSS feed?
- WordPress content on non-WP site residing on a remote domain — how to display posts?
- fetch_feed showing only first item
- Is it possible to create a RSS feed containing all blog entries? [closed]
- Add a Subscribe to Blog link next to comments
- Trip Advisor and WordPress
- Allow WordPress users to ‘follow’ RSS feeds from blog authors
- Comments RSS Feed showing repeating title
- My WordPress installation isn’t updating the feed when a new post is published
- How do you make RSS feeds work under IIS 7?
- Use Feedburner instead of default feed on WordPress.com?
- WP Default Feed Url Change
- Best way to setup RSS feed for a custom WP blog plugin
- Exporting post info into a formatted table and into MailChimp as automated as possible
- RSS feed has stopped updating
- Cannot Load a Specific RSS Feed to WordPress
- change rss feed url structure
- Is there any harm in using RSS.php (or other deprecated features)?
- Adding a second RSS feed
- WordPress removes namespace part from my tags in RSS feed
- How can I remove or substitute the default RSS2 template?
- RSS Feed Validator Issue
- How to import and parse RSS feed from a WP site to a non-WP if ‘allow_url_include’ is set to ‘off’?
- Custom rss feed template – Get featured image and custom fields
- RSS Feed Broken – Limit?
- Send value to RSS feed to create custom feed
- are there any downsides to increasing the number of most recent items in a feed
- How to make my feed tidy
- Adding Gravatar to rss feed
- RSS Feed Custom Title? (code placing) [duplicate]
- Looking for a plugin which could publish my site rss to facebook timeline automaticlly
- How to add the Author on my RSS Feed
- PLEASE help me to get my RSS feed working [closed]
- Set RSS feed update time
- Is fech_feed() use lots of server resourses?
- Extracting Channel Data from fetch_feed()