Top "Custom-post-type" questions

A Custom type of content to the Open Source CMS System WordPress.

Excluding empty meta_key values in WP_Query results

I'm using WP_Query to pull out some custom posts like this: $params = array( 'post_type' => 'portfolio', 'post_status' =&…

wordpress custom-post-type
How to fetch all WordPress posts with featured image?

In WordPress 3 there is Featured Image functionality. How do i fetch all posts that have a featured image with them? …

wordpress custom-post-type
Displaying column for custom taxonomy on custom post type admin page

I'd like to add a column to my custom post type admin window to display my custom taxonomy. This solution …

wordpress custom-post-type custom-taxonomy
WordPress custom post type pagination links return 404

When I click a pagination link in my custom post type "works" listing of posts (or enter a URL like "…

php wordpress pagination http-status-code-404 custom-post-type
Wordpress - Remove submenu from custom post type

I created a custom post type named portfolio with tag taxonomy support. Since WP does not make a difference between …

wordpress custom-post-type
Contact form 7 to custom post type

I would like to process a contact form from contact form 7 into a custom post type. Currently, this is what …

php forms custom-post-type contact-form-7
How can I rewrite custom post types slugs based on language?

I'm building a website with WordPress using it more like a CMS then a blogging platform. I made plenty use …

wordpress url-rewriting http-status-code-404 translation custom-post-type
Make get_adjacent_post() work across custom post types

Using get_adjacent_post, previous_post_link, and next_post_link only seems to recognize items which are of the …

wordpress custom-post-type
Contact Form 7 and Custom post type

I want to use contact form 7 in Wordpress to build a order Form. I want the content of the order …

wordpress custom-post-type contact-form-7
How to display custom meta box value in single post in wordpress?

I am trying to make custom meta box and display it's value in single post,but code doesn't display value …

wordpress custom-post-type meta-boxes