I have a page in ‘Pages‘ called ‘News‘. This page has a template containing my paged custom WP_Query. Here’s the code: <?php $paged = 1; if (get_query_var('paged')) { $paged...
I downloaded the PODS 2 plugin (amazing!) – added a field to existing content type and now I would like to print it using php inside a widget. However...
Hi I have created a custom post type using pods io. Whenever I hit the rest API for a custom post type, I get data for all the posts...
We are planning to build a quite big database to store data for our 5000 yearly subscribers association. We were considering pods cms for our needs since it permits...