• Resolved beggers

    (@beggers)


    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
    https://www.VegasNews.com

Viewing 1 replies (of 1 total)
  • Plugin Author danikoo

    (@danikoo)

    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.