Viewing 1 replies (of 1 total)
  • Thread Starter sollers

    (@sollers)

    Seems param public is missing, that should be added to demo, otherwise you cannot view/preview any of the posts. Also template should be mentioned in the documentation.

    register_post_type( $this->post_type, array(
    			'show_ui' => true,
    			'labels' => $labels,
    			'supports' => array( 'title' ),
    			'public' => true,
    		) );
Viewing 1 replies (of 1 total)

The topic ‘Templates’ is closed to new replies.