Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Random order for pods list

$
0
0

Replies: 0

I made a CPT called app, On the single template (based on pods template system) I would like to call to related APPS and order the list randomly,

I made template for related apps as well, the only missing part are the shortcode to order the post randomly,

here is my shortcode:
[pods name=”app” template=”Related Apps” limit=”3″ where=”(ID NOT in (‘{@ID}’))”]

I tried few shortcodes like the following:
[pods name=”app” template=”Related Apps” orderby=”RAND(post_title)” limit=”3″ where=”(ID NOT in (‘{@ID}’))”]

but it not worked for me, any suggestion on how to achieve this random orderby and what I’m missing?

Thanks

  • This topic was modified 15 minutes ago by ChikoA.

Viewing all articles
Browse latest Browse all 59525

Trending Articles