Display blog posts alphabetically
-
Is there a way to display my blog posts alphabetically (other than manually entering the date on every post accordingly, in order to force it to display alphabetically)?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
You should be able to accomplish this by using the Display Posts Shortcode on a page.
See the support document here:
You would use the “orderby” code as in this example that they provide:
orderby
Specify what the posts are ordered by.
The default is to order by date, but to display by title use this Example:
[display-posts orderby="title"] -
Thank you for your prompt reply.
Just to make sure I put the shortcode in the right spot:
Under “Manage” I went to “Site Pages”
I opened the one that has been set to display my “latest posts”
and I inserted a shortcode block with the following inside: [display-posts orderby="title"]
Select publish.Is that all I need to do?
- The topic ‘Display blog posts alphabetically’ is closed to new replies.