[Plugin: Custom Post Template] Post Template Not Showing
-
To anyone who is wanted to display Post Type in Custom Post type, open custom-post-template/custom-post-templates.php and replace this line of code.
$post_types = apply_filters( ‘cpt_post_types’, array( ‘post’ ) );
to
$post_types = apply_filters( ‘cpt_post_types’, array( ‘post’, ‘your_post_type’, ‘other_post_type’ ) );
[ Link removed Please do not use signatures. ]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: Custom Post Template] Post Template Not Showing’ is closed to new replies.