Top "Custom-post-type" questions

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

How can I display a list of WordPress custom posts?

I am using WordPress 3, and I created a custom post type called article, which gives me the URL format of …

wordpress custom-post-type
How to get the taxonomy values of a custom post type

I am creating a new template that will get all the custom post type (Case Studies) content, including the taxonomies …

php wordpress custom-post-type custom-taxonomy
pagination on custom post wp_query

<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $loop = new WP_Query( array( 'post_type' => 'html5…

wordpress pagination wordpress-theming custom-post-type
Adding a jQuery script to wordpress Admin

I cannot for some reason get the wordpress /wp-admin pages to execute a simple query file. It only works if …

jquery wordpress-theming custom-post-type
Wordpress Display Custom post types

I'm a newbie in WordPress. I have created a custom post type for videos but I do not know how …

wordpress wordpress-theming custom-post-type
Add categories to custom post type and display based on categories

I am working on a wordpress site with theme name flozo . It has a custom post type named work. I …

wordpress categories custom-post-type
Wordpress - Featured Image Meta Box not showing on custom post type

I just created a custom post type, but for some reason the Featured Image meta box isn't showing up. It …

php wordpress thumbnails custom-post-type
What action can I use in WordPress that triggers whenever a custom post is saved or updated?

Any way to have save_post for custom posts only? The way my functions.php is coded is tacking on …

php wordpress custom-post-type
how to display custom data from custom post types

I've created a custom post type. It will load just fine in the Wordpress dashboard and I will be able …

wordpress custom-post-type
WordPress: How to filter posts by category using $wp_query?

I built a custom theme on WordPress with a static front page and no page set in Settings > Reading …

php wordpress custom-post-type posts