• Hello!
    Thanks for the plugin. I have a question about the operation of this plugin: why are “later posts (products)” always displayed first? It would be logical that “new posts (goods)” should be the first. Perhaps you have a solution?

    • This topic was modified 4 years, 5 months ago by baltazors.
Viewing 1 replies (of 1 total)
  • Plugin Author itzmekhokan

    (@itzmekhokan)

    Hey @baltazos , sorry for late reply. Now coming to your points, we are displayed all featured products first in order return by wc_get_featured_product_ids functions. Although you can change it using follows filters –
    apply_filters( 'wcfp_before_query_clauses_featured_product_ids', wc_get_featured_product_ids() ) // using to reorder products ids
    apply_filters( 'wcfp_before_query_clauses_featured_product_ids_order', 'DESC' ) // using to change default order DESC/ASC

    let me know if you have any queries.

Viewing 1 replies (of 1 total)
  • The topic ‘Later products displayed first’ is closed to new replies.