View Categories

WPUPG for Developers

3 Docs

Accessing or manipulating a grid in the front-end

Last Updated: December 2, 2024

In the front-end you’ll have the WPUPG_Grids window variable available that can be accessed using JavaScript and is an object containing all the initialized grids on a web page. Use the grid HTML ID to access the grid object and its methods. For example: This will execute the layout function for that grid. Forcing a...

Custom filter term order

Last Updated: December 2, 2024

As of version 3.6.0, the plugin allows you to set a custom term order while editing the grid filter. Under “Filter Terms” set the “Term Order” setting to “Custom Order”. This will get you a new “Custom Terms Order” tab that shows all the terms for this filter and allows you to drag and drop...

Use a grid for the search or archive page

Last Updated: December 2, 2024

It’s possible to use a WP Ultimate Post Grid grid for the search results page or taxonomy archive page by making some slight adjustments to the theme files. To achieve this, start out by creating a new grid through the Grids > Manage page. Make sure the Data Source > Post Types include the post...