Custom Post type and Custom taxonomy with URL rewrite worked but template did not
function my_custom_post_work() { $labels = array( ‘name’ => _x( ‘Store’, ‘post type general name’ ), ‘singular_name’ => _x( ‘Store’, ‘post type singular name’ ), ‘add_new’ => _x( ‘Add New’, ‘Store’ ), ‘add_new_item’ => __( ‘Add New Store’ ), ‘edit_item’ => __( ‘Edit Store’ ), ‘new_item’ => __( ‘New Store’ ), ‘all_items’ => __( ‘All Store’ … Read more