• The page in question is: https://enjoydowntownnewark.com/giftcards/

    I am looking to alphabetize the list under the “Click To View Participating Businesses” accordian. Right now the code is

    [accordions]
    
    [accordion title="Click To View Participating Businesses" load="0"]
    
    [recent_posts num="-1" post_format="standard" meta="false" thumb="true" thumb_width="35px" thumb_height="35px" category="giftcardbusiness" custom_category="giftcardbusiness" excerpt_count="25"]
    
    [/accordion]
    
    [/accordions]

    right now they are just showing in the order that they were last published.

Viewing 3 replies - 1 through 3 (of 3 total)
  • what plugin are you using for that shortcode?

    is there any ‘orderby’ or similar parameter for [recent_posts] ?

    Hi kglazier,

    Could you try to put these attributes?
    orderby=”post_title” order=”ASC”

    Please let me know whether it works or not.

    Thread Starter kglazier

    (@kglazier)

    I believe the plugin is Squelch Tabs and Accordions Shortcodes; I am new to wordpress and am taking over the maintenance for this website for work so I don’t know everything going on behind the scenes yet.

    I don’t see anything about orderby on their website.

    Also, [recent_posts num="-1" post_format="standard" meta="false" thumb="true" thumb_width="35px" thumb_height="35px" category="giftcardbusiness" custom_category="giftcardbusiness" excerpt_count="25" orderby="post_title" order="ASC"] Did not work. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make this list alphabetical order?’ is closed to new replies.