Full Text Feed plugin shows full content….follow the installation steps there,and then goto settings->Reading->For each article in a feed, show=>select Full text and save.it’ll work.if you want to implement via the code means,
<?php if (get_option('rss_use_excerpt')) : ?>
<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
<?php else : ?>
<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
<?php if ( strlen( $post->post_content ) > 0 ) : ?>
<content:encoded><![CDATA[<?php the_content() ?>]]></content:encoded>
<?php else : ?>
<content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded>
<?php endif; ?>
<?php endif; ?>
Related Posts:
- WordPress Multisite – global categories
- Get posts from sites in Multisite?
- Individual rss feed entry length for categories?
- Multisite – Protect categories from deletion?
- Category page doesn’t use category.php, instead it redirects to homepage
- 5 blogs on one WordPress site
- Multisite blog converting categories to subdomains
- Adding categories to all blogs at once
- WordPress MU 2.9.2 to 3.0.5 changes to category.php
- Multi-site or categories?
- Multisite – create a category in specific site
- WordPress Multisite – global categories
- Default category link for a custom category is a broken link
- How to not treat categories as tags in feeds
- Displaying multiple loops based off of category
- Archives for each category on WP Multisite
- How do I share categories across selected sites in a Multisite setup
- get_categories() returns “Uncategorised”
- Creating a custom feed for categories that includes the first post’s featured image
- wordpress multisite… collect all posts on main blog – exclude category?
- Can Categories be used to hack a Multisite-like setup w/ a single MySql db?
- How to put page numbers with the next/previous on a post/category list?
- Properly setting up a feed
- How replace individual elements in the RSS feed with a single string
- How to Sync Menu, Widgets and other masters from Main Website to its Sub Site
- Generating a feed of all but one category of posts
- Categories show 404 error on multisite installation
- Global navigation in multisite: problem with categories
- Duplicate new categories across multisite network
- How to fetch common posts from two feeds?
- get_the_category return empty inside loop
- global categories – Share specific categories in wordpress multisite
- Limit Category/Tag Dropdown To blog_id in Multisite Install With Global Categories/Tags
- Using template file for single post in sub-directory multisite
- A search box for all sites – Multisite
- How to create default categories in new installs?
- Multiple parent categories
- How to populate a WordPress install with a lot of categories, quickly?
- How to structure Multisite sites into categories?
- Change rss title of individual feeds?
- Reversing the order of items in a category rss feed?
- Replace category titles inside RSS feed
- List all subcategories from category
- Remove parent category from permalink? Basically only have the child category?
- Display all posts in category, with specific tag posts at top
- Send an email when custom post type category is changed
- How to Set an Individual Homepage for Each User?
- How to Check if a Child Category is Being Queried
- Attachment page per category
- How to get the depth of a category’s subcategories
- Best way to programmatically link to multiple categories (union/intersection) [closed]
- Code to pull in a PHP file named after the category ID
- Get categories from save_post hook
- Need to pull parent category and slug – only pulling daughter category
- Category location styling
- WordPress category page redirects in .htaccess not working
- Change thumbnail image depending product category
- How to organize custom categories for filtering and selecting
- Different menu navigation per category
- category doesn’t showing up in admin
- Get category URL knowing it’s id
- How could I know all the categories from post?
- How to make subcategory for custom post and and display?
- Create menu locations for each category in wordpress
- How to make the ‘delete’ button inactive on some categories?
- Notice: Trying to get property of non-object in : custom fields category
- Array: What is this value based on?
- Show testimonials based on post category matching product name
- WordPress list categories dropdown with parent-child relation and child under it’s parent
- How to Link to Most Recent Custom Post of Same Term
- WP REST API not retrieving all categories
- Category page not showing
- How to only show parent categories in sidebar
- Change RSS format for specific categories
- Displaying a custom field in Category Archives
- List post only under the category, exclude child category content
- Custom Portfolio Page
- Custom Fields Value As Taxonomy
- Detect category choice for posts with multiple categories
- Redirect Problems with Archive Page and GET variables
- Different size video display for category page (smaller) & detail page (larger)
- Adding tinymce to Custom Field boxes on Category edit page
- wp_list_categories : how do I sort by ID when IDs are not sequential
- Display the articles of a category by role
- Remove “Category:” from Post meta
- restrict category to only logged in User
- Dynamically creating content on custom URL without getting 404
- Category foreach Paging
- One category not displaying template updates
- How to display only category of blog without custom code?
- How to create a category or tag available exclusively to the admins and not to the users?
- Matching usermeta at registration to categories of content
- wordpress category.php query for featured news item, broken pagination and repeating posts
- How do I hide posts in a category from all listings but still allow the posts to be viewed?
- Form Value of drop down category + Translation of ‘show option none’
- Echo class depending on Parent category
- Query pages by category
- How to display posts by author in a separate page, other than author.php?
- One color to category link depending on category ID
- Show subcategories and hide posts or show posts if not exists subcategories