Change wordpress Default post_type to display download_monitor posts
-
Hi,
I want to create new theme specific for download_monitor and
I want to show only download_monitor posts to as default post.
how to change default wordpress post_type to display only download_monitor posts??
I tried to do this with the code below :
$args = array('post_type' => 'dlm_download'); query_posts( $args );
this code display only download_monitor posts, but when I click a post to see the content, showing 404 not found error.
Can anyone provide a comprehensive solution ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change wordpress Default post_type to display download_monitor posts’ is closed to new replies.