• Hi,
    I’m using Woocommerce with Advanced Post Types Order on my site.

    Woocommerce create “product” posts. These are assigned categories under the product_cat taxonomy.

    I want users to navigate between products in the same category with previous/next links. This works fine, but it is ordered by the post ID number. I can manually rearrange the posts with Post Types Order which displays fine, however the next/prev link don’t get updated and still only follow the id numbers.

    order_by is set to menu_order, in_same_tax => true

    Any thoughts?

    http://wordpress.org/extend/plugins/ambrosite-nextprevious-post-link-plus/

Viewing 1 replies (of 1 total)
  • Plugin Author ambrosite

    (@ambrosite)

    Either the menu_order column is not being populated correctly, or the posts are sorting on some column other than menu_order and you just don’t realize it. It would be difficult to determine the exact cause without examining the database.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Ambrosite Next/Previous Post Link Plus] Post Types Order Not following custom re-order’ is closed to new replies.