Title: Custom Simple RSS
Last modified: December 12, 2017

---

# Custom Simple RSS

 *  Resolved [beggers](https://wordpress.org/support/users/beggers/)
 * (@beggers)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/custom-simple-rss/)
 * Is it possible to create a feed that would display the most recent ten posts 
   from all categories containing a string like “John Smith” (or optionally it could
   be a tag called “John Smith”?
 * Any help or suggestions would be appreciated. Thanks!
 * Bryan Eggers
    [http://www.VegasNews.com](http://www.VegasNews.com)

Viewing 1 replies (of 1 total)

 *  Plugin Author [danikoo](https://wordpress.org/support/users/danikoo/)
 * (@danikoo)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/custom-simple-rss/#post-9775473)
 * Of course you can !
 * > ?call_custom_simple_rss=1&csrp_post_type=post&csrp_per_page=10&csrp_orderby
   > =date&csrp_order=desc&csrp_tax_name=post_tag&csrp_tax_term_id=9
 * **limit to 10 posts:**
    csrp_per_page=10
 * **
    order by recent descending:
   
    csrp_orderby=date&csrp_order=desc
 * **get post by tags AND the id of the tag**
    &csrp_tax_name=post_tag&csrp_tax_term_id
   =9
 * hope this helps !

Viewing 1 replies (of 1 total)

The topic ‘Custom Simple RSS’ is closed to new replies.

 * ![](https://ps.w.org/custom-simple-rss/assets/icon-128x128.png?rev=1199714)
 * [Custom Simple Rss](https://wordpress.org/plugins/custom-simple-rss/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-simple-rss/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-simple-rss/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-simple-rss/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-simple-rss/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-simple-rss/reviews/)

## Tags

 * [strings](https://wordpress.org/support/topic-tag/strings/)
 * [tags](https://wordpress.org/support/topic-tag/tags/)

 * 1 reply
 * 2 participants
 * Last reply from: [danikoo](https://wordpress.org/support/users/danikoo/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/custom-simple-rss/#post-9775473)
 * Status: resolved