Anyone planning to go to WordPress SF in…
Anyone planning to go to WordPress SF in August?
Anyone planning to go to WordPress SF in August?
Just posted a tutorial on creating a slick tag-like input for your pods. I’m afraid it’s just a little too complicate to run as a helper though. Thoughts? http://bit.ly/erhFXk
Thinking about a simple update_pod function that would handle all the class instantiation, param sanitization etc in cases where you just want to quickly add/update a single pod. Think update_post_meta(). I’m thinking update_pod($datatype,$tbl_row_id,$values) where $values is a key/value array of field and value … i.e. update_pod(‘books’,4,array(‘author_last_name’,’Shakespeare)); Thoughts?
Working on a kickin’ subscription site using Pods. This is exactly the kind of project Pods is great for. Can you imagine trying to produce a “payments” report using only CPT? Not only do you need to look up results by quantities (i.e. show me all payments over a certain amount and under a certain …
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 …