I am trying to set up a new custom post type and create a page (based off the custom post type archive template) and keep it private until it\'s ready to be published. I created a page and made it pri
I\'m new to Thematic, and I really like it, I want to know what I\'m doing wrong, I got this custom post type (CPT) called \"Intranet\"
I\'m trying to add a custom post type for \'surgeons\' unfortunately theres like 6 sections i need to add which need to be rich text and not plain text for images, etc. this is what i currently have.
I know how to create a custom template for a specific page. However I would like to create a template for a specific custom post type. Is that possible and if true how can I do that?
Hi I have checkboxes defined as such: \"languages\" => array(\"name\" => \"languages\", \"title\" => \"Languages\",\"description\" => \"\",
I\'m working with Wordpress 3.1.4 - and trying to dynamically populate a menu with Custom Posts with a specific category as you can see here.
I\'m trying to set up a Wordpress 3 website in which I have, through a plugin, created a custom post type called a \"product\". Along with this custom post type I\'ve created a custom taxonomy so the
For some reason I cannot get attachment to display if i pass in $attachment_id if i pass a real value in like 187 it works.
I\'ve created a custom post type (products) that has some custom taxonomies.One of which is \'category\'.I would like to have my menu under Products generated automatically with the custom taxonomy \'
In my wordpress theme\'s functions.php, I\'ve created a custom post type called foobar. Is it possible to re-use the default categories 开发者_如何学编程and tags for foobar posts? Or do I have to crea