Blog

Caching Options

Already thinking about Pods 2.1! So a new feature I’d like to work on is a Caching in Templates, Helpers, and Pod Pages – so that output will be pulled from cache until it’s expired – meaning less PHP processing and hitting the DB, plus certain things that don’t need to be updated often can …

Read more

New Pods Widget

Mike created a new plugin that adds a multi-instance Pods widget for use in sidebars. It appears it functions mostly like the existing Pods shortcode (using fields to change each of those values) – but is there anything else this Widget could do beyond what the shortcode does? The current plan is to snag that …

Read more

Need to update some WP Core Trac tickets…

Need to update some WP Core Trac tickets with refreshed patches since some work has happened between my patches and the attention to the ticket by core WP devs. Will do that tonight, but everything looks on trac for implementation in 3.1 of all four core WP tickets. Taxonomy Filters: http://core.trac.wordpress.org/ticket/15020 Comments Filters: http://core.trac.wordpress.org/ticket/15019 Meta …

Read more

Meeting Agenda – Thursday, October 28th, 2010 @ 8pm EST

Suggest Agenda Items for Thursday’s meetup – for starters we’re solely talking about Pods 2.0 unless there are any urgent bug fixes we need to patch in 1.9.x Join the Chat at http://webchat.freenode.net/?channels=podscms or via your IRC client on irc.freenode.net #podscms Like WP Dev Chats, please keep them on-topic. 😉 List of topics so far: …

Read more

Pods Modules

Scott mentioned in a comment yesterday how certain Pod features should be kept hidden at first and should only be available upon activation. As per a couple of plugins, it seems like the module concept successfully utilized. Check out plugins like Members and Theme My Login for an example of what I mean. Thoughts??