Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Taylor Baybutt

    (@taxbax)

    any ideas?

    Thread Starter Taylor Baybutt

    (@taxbax)

    Ok, I solved it by putting

    <?php /* If this is a single post */ if( is_single() ) { ?>

    at the top and

    <?php /* If this is a tag archive */} elseif( is_taxonomy('author') ) { ?>

    where my taxonomy page code starts
    and then close it with a

    <?php } ?>

    switch “is_taxonomy(‘author’)” with “is_tag()” if you’re not using a custom taxonomy.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘One post for tag archive don’t show single.php’ is closed to new replies.