It takes the advantage of Pods storage, so you don't need to worry that the posts and postmeta data table may expand and slow down the page loading.
After the activation of Pods Framework, please also activate Advance Content Type and Table Storage Pods Admin, under Components section..
Under Admin UI tab, untick Show Admin Menu Dashboard, because if you add item to it, it's not linked to any parent posts..
Comic and we use Table Based storage, because we want to reduce the burden of WordPress Posts table..
To find the parent pod id and parent pod field id, go to Pods and click the Pod ..
If you are using Pods Adavnce Custom Type or Custom Post Type as the main table, it's the id in URL.
Upload the plugin files to the wp-content plugins panda-pods-repeater-field directory, or install the plugin through WordPress plugins screen directly..
From Version 1.1.4, you can use pods field e.g in single post template, pods field to fetch the data for the current page, otherwise use pods field to fetch any data you want anywhere.
From Version 1.1.6, if the field type is file., it will return the file ids, then use WordPress APIs like get attached file, wp get attachment image src etc to get the file details.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more