Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi.

    1- Please go to the “Installed Plugins” in WordPress.
    2- Find “WP Awesome FAQ” on the list, then click “Edit”.
    3- On “wp-awesome-faq/index.php”, find this:

    ‘order’=>”DESC”

    and change it with this:

    ‘order’=>”ASC”

    Plugin Author Liton Arefin

    (@litonice13)

    Thanks skybird, for giving this nice solution. I am turning all features in Plugin Options. Hope it will be better for users.

    You are welcome h2cweb.net. I’m glad to hear that. I think it will definitely be better for us. Thanks for your hard working.

    I would need to change the order too, but not from ASC to DESC, i would like to sort them like I need. Free.

    Possible to get? Else I have to use another plugin.

    Yea, sorting would be a great option. Plugin seems quite nice, but it’d be a huge plus to be able to rearrange the FAQ display order based on your personal preferences.

    Seems like maybe one could integrate the menu_order option (in the wp_posts table) into the FAQ admin, then have the FAQ output sorted by that order on the end-user’s page. Though, there are a lot of complications that will creep up trying that & that’d require a rewrite of the output & some hackery to add the menu_order option to the FAQ posting area.

    Probably the best way, if the author is reading, is to have a page in the WordPress admin where site owners could drag & drop the FAQs into the appropriate order (Ajax, probably), then update the database table.

    Not sure if this will help much as coders can already think of workarounds, but maybe it’s something the plugin author can consider in a future update.

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