Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author DaveE

    (@dpe415)

    Hi Raymond,

    Thanks for using the plugin. All WordPress queries require some orderby setting this is a built-in aspect of writing SQL statements to the database.

    That being said, you’re looking for a way to customize the orderby parameter of FPW to match the customized orderby of your other plugin. FPW has hooks available that allow you to filter the query before it is sent to the database to get any posts. You’d need to figure out how your other plugin is customizing the orderby and apply the same customizations to a filter for FPW to get this to work correctly.

    I hope that points you in the right direction. Thanks again!

    Plugin Author DaveE

    (@dpe415)

    Hi Raymond,

    Since I haven’t heard back from you, I’m going to close this thread. Please feel free to re-open it if you are still having trouble.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing orderby’ is closed to new replies.