presscodes/maera

View on GitHub
taxonomy-download_tag.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

if ( ! get_query_var( 'post_type' ) ) {
    set_query_var( 'post_type', get_post_type() );
}

if ( $template = get_post_type_archive_template() ) {
    include $template;
}