Don’t hesitate to contact us if you have any feedback.

Tag: CPT

  • WordPress – Alter query on archive page

    WordPress – Alter query on archive page

    When managing a content-rich WordPress website, you might encounter a need to tweak the main query on specific pages or archives, particularly when dealing with custom post types. The PHP snippet below offers a solution to alter the post query for custom post type archives to display all posts without pagination. The Code This code…

    Read more