Viewing 9 posts - 1 through 9 (of 9 total)
  • #31948
    greendiablo
    Member
    Post count: 10

    How can I change order of FAQs. Ideally I would be able to determine a custom order.
    Please help!

    #32301
    Melanie – SUPPORT
    Member
    Post count: 11032

    You can use the plugin Custom Post Type Order 🙂

    #32719
    greendiablo
    Member
    Post count: 10

    This might help for a regular CPT archive page, but it doesn’t effect the order of the FAQ page template!! Neither the FAQ topics, nor the actual FAQ posts.

    I’m talking about this page: http://neighborhood.swiftideas.net/pages/help-centre-f-a-q/

    #33280
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, do you mean the post types order plugin doesn’t show up in the faq custom post type section? You might be able to activate that in the plugin’s options/settings. Can you let me know your wp-admin login details so I can check it out?

    #33470
    greendiablo
    Member
    Post count: 10

    Hi, the plugin shows up in the admin and I can rearrange the FAQ posts, but the new custom order doesn’t reflect on the front-end, meaning it didn’t reorder the FAQ posts as I specified even though I saved the new order in the backend.

    #34124
    Melanie – SUPPORT
    Member
    Post count: 11032

    I see, odd, I will ask the developer if theres another way than editing the publishing date. Cheers

    #34487
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Is this displayed within the FAQ page builder asset that you’re referring to? It isn’t set up differently to the blog, which is odd!

    Let us know.

    – Ed

    #34710
    greendiablo
    Member
    Post count: 10

    Ed,
    I don’t really understand your question.
    This is what I did:
    1. I installed the plugin “Post Types Order”
    2. I went to FAQs > Re-Order
    3. I reordered the FAQ posts by drag-and-drop and saved it: http://grab.by/suqW
    4. I checked on the frontend and saw that the custom order I just saved didn’t apply: http://grab.by/sure
    (See on live site: http://bit.ly/1balrUq )

    Please help me fix this. Why is the custom order not applied on the frontend?
    Thanks.

    #35072
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks for the clarification, I can see now.

    The issue is because the categories are listed through the following function (which the post types order plugin won’t change). – http://codex.wordpress.org/Function_Reference/get_categories

    You can set the orderby and order parameters.

    If you wish to change that, then you can set it in /includes/swift-framework/page-builder/lib/shortcodes/faqs.php line 18:

    $cat_args = array(‘taxonomy’ => ‘faqs-category’, ‘orderby’ => ‘id’, ‘order’ => ‘ASC’);

    – Ed

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register