colinwalker
colinwalker
A new blogroll colinwalker.blog
|
Embed
colinwalker
colinwalker

@mikehaynes Glad you like it Mike :) The shortcode currently returns entries in ascending order based on post ID ('order' => 'ASC’,) so any change in order would need to be a change to the query. What sort of order are you looking to put them in?

|
Embed
johnjohnston
johnjohnston

@colinwalker looks lovely, great stuff.

|
Embed
colinwalker
colinwalker

@johnjohnston Thanks John 😊

|
Embed
colinwalker
colinwalker

@mikehaynes You could try adding

'orderby' => 'title',

to the $args array in the shortcode.

|
Embed
colinwalker
colinwalker

@mikehaynes Strange. I just added that to the query on mine and it worked.

|
Embed
In reply to
colinwalker
colinwalker

@mikehaynes Have a look at this in case it helps.

|
Embed