• The category ordering is working for me using a WP_Query in the archive/category view, but not when I call a WP_Query on the homepage via a custom shortcode.

    It also does not run in a Category Posts widget, though that might be because that plugin has explicit options for ordering and defaults to By Date.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    > I call a WP_Query on the homepage via a custom shortcode.

    queries can have their filter hooks disabled and the plugin can no longer access and modify the query to rank the posts. That the only reason I can think of why it might not work.

Viewing 1 replies (of 1 total)

The topic ‘Category order not working with shortcode on shortcode’ is closed to new replies.