02/10/2014 at 6:16 pm
#279661
Keymaster
@ NetWarden
Yes, disabling pagination completely removes all pagination setting so all entry would be displayed with this shortcode. Now, you can make use of an undocumented option (but fully supported). The option is limit. So change your shortcode to this instead:
[connections enable_pagination='false' limit=1 order_by='date_added|SORT_DESC' enable_search='false' enable_category_select='false']
That should yield the results you want. Hope that helps!
