Archive Page for Custom Post Type is not Working
Question
I have registered a custom post type "tutorials" with the following snippet.
<?php
/*
Template Name: Tutorial Archive
*/
get_header(); ?>
<div id="content">
<div class="archive-page">
<?php
$temp = $wp_query;
$wp_query = null;
$wp_query
0
customization, pagination, posts, type
3 years
0 Answers
57 views