custom-post-type
WordPress page deleted from database, still showing up even in a new browser
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[详细]
2023-04-12 06:29 分类:问答Wordpress - Thematic Custom Post Type Loop - Child Theme
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\"[详细]
2023-04-09 16:06 分类:问答How do I add a rich text box to a Custom Post Type in Dashboard?
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.[详细]
2023-04-07 13:17 分类:问答Create template for custom post types in Wordpress
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?[详细]
2023-04-01 07:03 分类:问答Saving checkboxes in wordpress custom post type
Hi I have checkboxes defined as such: \"languages\" => array(\"name\" => \"languages\", \"title\" => \"Languages\",\"description\" => \"\",[详细]
2023-03-23 12:14 分类:问答Wordpress - Need help populating a menu with the titles of Custom Posts with a specific Category
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.[详细]
2023-03-17 08:56 分类:问答Wordpress custom post types, custom taxonomies, URL's and themes
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[详细]
2023-03-16 14:02 分类:问答Wordpress WP_Query
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.[详细]
2023-03-13 09:24 分类:问答Generating wordpress menu from custom taxonomies
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 \'[详细]
2023-03-11 10:02 分类:问答Re-use default categories/tags taxonomies for custom post type?
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[详细]
2023-03-11 08:07 分类:问答