I’m writing a plugin for WordPress that dynamically generates content from a Google Documents Spreadsheet. Specifically, the plugin provides a shortcode that generates a good-looking staff list. It works,...
I’m using three widgets, two of them are default WP widgets (Recent Posts and Archives) and the third one is a custom widget which acts like Recent Posts but...
When I see a “revision” for a given post type, I only see the title, the content and the excerpt. How can I see the content of a custom...
I’m updating a plugin of mine and am have a hard time figuring out the “best way” to build in a specific bit of functionality. The plugin allows users...
I’m using WordPress 3.1.3 and trying to make a “product” menu with post count in each category. Like this: New Cars (4) BMW (2) Ford (1) Nissan (1) Used...
I’m one of the contributors for the Meta Box Class here on Github (link) and before I get too deep, I wanted to ask if anyone knew of a...
I have a custom post type with its own date field. the date is setup for unix YYYY/mm/dd I need to create a simple month calendar that shows days...
I’m have a problem with the wp_get_attachment_image_src function returning the incorrect url for an image. My code looks like this: $image_main_ar = wp_get_attachment_image_src( $image_ID, 'product_image_main' ); product_image_main is a...
I created a taxonomy called “portfolio categories” for my portfolio custom post type. They’re hierarchical and supposed to be behave like categories. when i’m editing a single portfolio post…...
I have successfully added a custom post type and the permalink structure works great. So, for instance, I’ve got a custom post type books, and the permalink to a...