Just blogged an example of why I use pod…
Just blogged an example of why I use pods. http://www.mikevanwinkle.com/wordpress/using-wordpress-pods-to-manage-custom-data/
Just blogged an example of why I use pods. http://www.mikevanwinkle.com/wordpress/using-wordpress-pods-to-manage-custom-data/
Someone in the Pods Q & A yesterday asked how to relate a post to pods content. There are a couple different ways to do this, but I posted one over on my poorly designed personal website. Any other ideas on how to do this? Any word on how we’ll do stuff like this in …
Anyone opposed to adding a $filter variable to get_field? Sort of functioning like how pick filter / pick orderby work in Column Options, except through Pod() and get_field().
So many of our users enjoy the awesomeness that is Gravity Forms! It’s been in the works for a while now but I’ve finally got some traction on this. I’d like to take a moment and get everyone’s input on what they’d like to see this new Add-on do, how it would work, etc.
Hey gang! Well it’s meeting time again! This would be part 1 of 2, which would discuss our final approach for 2.0 – where part 2 would discuss the pre-release / beta testing results. Date: Thursday, December 16th, 2010 Time: 9PM EST (8PM CST) Meeting moved to 9PM EST
This script will eventually find it’s way into the PodAPI importing functions, but right now here’s what I’ve got so far. It does quite a bit out of the gate – enjoy! It imports items from another MySQL table (does multiple at a time actually) into your Pods. So basically, a migration script for those …
Hey all, the next section I tackled was the Advanced workflow. This section is meant to encompass the higher level Pods interactions including management of Pages, Templates, Helpers, Roles, and Settings that come with Pods. When you initially click the Advanced menu, you’ll be first brought to the Editor tab. These tabs will follow conventions …
I spent some time today speaking with @sc0ttkclark about the process of setting up Pods. We discussed the need for the UI to mirror WordPress as close as possible but also recognize that Pods will be doing things that aren’t available in the current WordPress UI (via widgets, interactions, form elements, or otherwise) — that …
Had a discussion with @jchristopher today – we both feel it’s a good idea to split up Pods admining from the management of content. As such, here is the proposed new Menu IA: Pods (located below Posts / Pages, in the ‘object’ menu section) – Manage Content – Add pod_name (one for each Pod) Pods …
I’m currently working on the codebase for Pods UI and integrating it with my latest Admin UI class. You can watch progress at http://code.google.com/p/wp-pods/source/browse/branches/2.0/classes/PodUI.php Right now, this is the first version of PodUI for Pods 2.0. It needs a lot of clean up and fixing on pods_ui_manage and adding Pods-specific functionality.