• Resolved tjesker

    (@tjesker)


    I have made a custom field on each FAQ called faq-order and given each a value (e.g. 1, 2, 3, 4 etc.) corresponding with the order I would like each FAQs to appear. My short code looks like this:
    [faqs orderby='faq_order' order='ASC']
    …but it does not work!

    Can anyone tell me what I am doing wrong?

    https://wordpress.org/plugins/easy-faqs/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey Tjesker!

    Well, you can’t order things in WordPress that way – that’s why it isn’t working!

    Use the Shortcode Generator for the easiest way to find the available sorting options – such as by Title, by Date, by ID, Random, etc. You can also sort them Ascending or Descending.

    Typically, the easiest way to control is to sort by Date and then adjust the Publication Date to suit your needs.

    Then, just use the Shortcode Generator to create a working shortcode!

    I hope that helps!

    Best,
    Richard

    Thread Starter tjesker

    (@tjesker)

    That worked perfectly – thanks much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get FAQs in order I want?’ is closed to new replies.