Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wp_query custom post type

/* WordPress: Query a custom post type */

// Query all Case Study post types
<?php query_posts('post_type=case_studies'); ?>
Source by developer.wordpress.org #
 
PREVIOUS NEXT
Tagged: #custom #post #type
ADD COMMENT
Topic
Name
1+9 =