• Resolved bethanfrancesca

    (@bethanfrancesca)


    I spent ages inputting my FAQs but realised I’d uploaded them in the wrong order and had to redo them all to put them in the right order on the FAQ page. and it was fine earlier… but tonight I’ve been on to the page again and it’s put them back in the wrong order (the opposite order so not random). I can’t figure out how to change the order of them without having to completely redo them all again… help would be appreciated.

    Thank you in advance

    https://www.ads-software.com/plugins/ultimate-faqs/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi bethanfrancesca, I was able to accomplish this by using an additional plugin as well as a little code in my theme’s functions.php file.

    The plugin I used is: https://www.ads-software.com/plugins/taxonomy-terms-order/

    The code I added to my theme’s functions.php file is:

    /**
     * Force Ultimate FAQ to sort by term order
     */
    add_filter( 'pre_option_EWD_UFAQ_Group_By_Order_By', function( $value ) {
    	return 'term_order';
    } );

    I cannot guarantee that this will work for you, but give it a shot and see ?? Let me know if you have any trouble getting it to work and I’ll help out as best I can.

    My apologies, I misunderstood your post. I was able to re-order the CATEGORIES in this manner, but I have not needed to re-order the FAQ questions.

    However, it does look like the developer released a premium version that now allows re-ordering of the FAQs.

    Hi!,

    dale3h is quite right, we have just released an update which includes a tab specifically for “Ordering”. So, we would encourage you to check it out and let us know how you find it! ??

    Best regards,

    Is that possible to sort by category first, and then reorder the questions?
    thanks
    stef

    Hi Stef,

    It is possible to sort your categories, and then sort the FAQs inside manually. You can sort the categories by name, FAQ count and slug and all that either ascending/descending.

    Best regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Reordering FAQs’ is closed to new replies.