Detect custom post type archive page
-
I’m having a difficult time determining if an archive page is for a custom post type. I even upgraded to the nightlies of WP 3.1 to get access to the function:
is_post_type_archive
Yet it still won’t work. Am I doing something wrong?
function custom_biblio_archive() { if (is_post_type_archive() == 'bibliography') { ?> <h2>CONTENT HERE</h2> <h1 class="entry-title"><?php wp_title(''); ?></h1> <?php } }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Detect custom post type archive page’ is closed to new replies.