11/19/2015 at 10:41 am
#355648
Keymaster
@ MV Times
Your shortcode is either “corrupt” or there was a copy paste error because what you have is not a valid WP shortcode:
[connections category='644' |SORT_ACS,zipcode|SORT_DESC' template='cmap' page_limit='5' home_id='19413' lock='true']
This could be the issue.
This is the part that is wrong, because it is incomplete:
|SORT_ACS,zipcode|SORT_DESC'
It should be (something-here is a placeholder for a valid sort field):
order_by='something-here|SORT_ACS,zipcode|SORT_DESC'
OR
order_by='zipcode|SORT_DESC'
