Hi,
Background
==========
Currently using PODS for site but switching back to WP-Types. Have approximately 17,000 existing posts that I want to apply a WP Views template against to replace the current PODS template. I created a WP-Views template and tried to use the "Apply to All” to have it cascade the template through all posts but it only seems to apply the template to a few 100 hundred or so. I already have the previous PODS fields under WP-Types control now and these are displaying in the post edit screen as expected. I have another custom post type called Resources which is working fine with both WP-Types and WP-Views.
Issue
=====
Applying template to all 17,000 posts
Question
=========
Is it just one field that needs to be updated in the WP database? By that I mean can I run some SQL via PHPMyAdmin to apply the WP Views template to the post rather than using the “Apply to all" from the WordPress Admin?
Hope this makes sense. Thanks for your help.