However, I want shortcodes that can show listings of specific categories. For example, a list for showing listings under particular category only.
I just thought “1”, “2”, “3” refers to the categories. [rtcl_listings category=”1″] will show the listings under category 1.
Can you provide this shortcode?
This is the codertcode to display category wise
Single category
`[rtcl_filter_listings category=’6′]
Multiple category add by comma
[rtcl_filter_listings category='6,14']
Single category here is category Id
[rtcl_filter_listings category='6']
How to check the numeric that represents each category?
Go to admin end category list then go edit see address bar tag_ID=
This is the category ID
Thanks
Do you mean Classified Listing > Categories?
where’s address bar? I didn’t see tag_ID= Could you please provide screenshot?
Yes classified listing category we are talking about classified plugin only.
Address bar mean where type url like http://www.google.con in browser.
However, the single category shortcode shows in grid format. It doesn’t show in listing format like the normal listing. Could you please make it in listing format instead of grid format?
And, no “sort by” in single category. Could you please add this?
Use this shortcode
[rtcl_listings category='6,14′]
Yes, it can show in listing mode, however, all category tag ID shows the same listing. Showing all listings.
I work tested see https://radiustheme.com/demo/wordpress/classified/category-wise-listing/
[rtcl_listings category='6,14']
Make sure single quote enter properly for category id.
Is this single quote correct?
[rtcl_listings category=’15′]
Looks ok which page you call send me link.
Thanks