Tag Archives: Wordpress

How to limit the number of RSS feed items in WordPress

This is how to change the number of RSS Feed Items in WordPress. WordPress automatically create RSS feed of your recent posts and it is located at  /feed folder.

eg. http://best-answer.net/feed/

 

In the Admin menu  go to  Settings > Reading.

LimitRSSFeedItemsinWordPress

 

 

The default might be at 14 . You can reduce or increase the number of items you want to show or expose through your RSS feed.

 

 

 

 

 

 

 

 

 

How to remove the Posted Date from the posts in WordPress

When you are using the WordPress to create new Posts it will usually add the Author Name and the Date on which the post was made.

There are various posts on the internet as to how to remove this.

The most simple method I have found through Editing the Content.PHP file and remove the following text from it.
See the pictures below for easier explanation. If you want to remove the Author name also then there will be another tag above it which will have the Author info, you can also delete that to get rid of the Author name.

Step 1
HowToRemovePostedOnDateFromWordpressPosts3

Step 2
HowToRemovePostedOnDateFromWordpressPosts2

HowToRemovePostedOnDateFromWordpressPosts1

One word of caution, if you change the Template of your WordPress site by using another Theme then you might have to repeat this step again.