Blog

New Pods 2.0 Webinar at WebDesign.com

There’s a Pods 2.0 Webinar tomorrow morning at 10am CDT over at WebDesign.com, get 40% off the membership and register with the code WDAUTUMN12 I’ll personally be there to help answer any questions you have, and Benjamin from WD will be leading the webinar to help explain everything. Come join us! Go to WebDesign.com and …

Read more

New Comparisons added to our Documentation

We’ve spent a great deal of time documenting the differences between Content Types and based on our user feedback — we’ve compiled some very helpful comparisons for you to reference. Compare Content Types Compare Meta vs Table Storage Compare WP_Query, WP_*_Query, and Pods Unified Theming Compare Functionality in Pods 1.x to Pods 2.0 If you …

Read more

Pods 2.0 has arrived!

Background The Pods Framework has been around since late 2008. Planning, design, development, and testing started in 2010 for Pods 2.0 leading to an Alpha release on January 2nd, 2012. Beta was released on August 12th, 2012. Now Pods 2.0 has finally arrived, as of September 21st, 2012! After our soft launch, we’ve been working …

Read more

Pods 1.14.4: Bug fixes and tweaks

Release Notes Security Update Reminder: As of Pods 1.12+, AJAX API calls all utilize _wpnonce hashes, update your customized publicForm / input helper code AJAX (api.php and misc.php expect `wp_create_nonce(‘pods-‘ . $action)` usage) Note: Oh hey, Pods 2.0 is coming out September 21st! Please help us continue to test the beta this week: http://dev.podsframework.org/tag/pods2/ Changed: …

Read more

Pods 2.0 impact on WordPress core

I was looking through some filters I’ve been enjoying utilizing in Pods 2.0 lately, and remembered that I was the one who ticketed and patched them in! Check out how Pods 2.0 has effected WordPress during it’s development here: http://core.trac.wordpress.org/changeset/15983 http://core.trac.wordpress.org/changeset/16017 http://core.trac.wordpress.org/changeset/16019 http://core.trac.wordpress.org/changeset/16056 http://core.trac.wordpress.org/changeset/16059 http://core.trac.wordpress.org/changeset/16106 http://core.trac.wordpress.org/changeset/16286 http://core.trac.wordpress.org/changeset/21831 http://core.trac.wordpress.org/changeset/21837 http://core.trac.wordpress.org/ticket/15249 http://core.trac.wordpress.org/ticket/15250 http://core.trac.wordpress.org/ticket/21614 (committed) http://core.trac.wordpress.org/ticket/21676 During testing, …

Read more

Pods 1.14.3: Bug fixes and tweaks

Release Notes Added: Reordering a Pod (using pods_ui_manage) now has a new capability check for pods_reorder_pod_podname (Custom WP capability you can add to the user’s role if they don’t have pod_podname access already) Added: New pods_page_precode_X action, where X is the Pod Page URI Fixed: get_field from returning values if an id is not set …

Read more

Differences between 1.x and 2.0

We’re going to use this post to keep track of the deprecated functions and methods for you to reference at a glance. Pods 2.0 is backwards compatible, but we recommend you update your usage as you’re able to so you avoid any headaches down the road. Pod() class The Pod() class has had a makeover! …

Read more