• robotor

    (@robotor)


    Hello, I’ve been testing the EDD starter theme.

    I noticed it has taxonomy-download_tag.php and taxonomy-download_category.php templates, but the tags and categories both display using the standard page template (which lists the items with no hyperlink).

    Any idea what causes this?

    https://ww.wp.xz.cn/plugins/easy-digital-downloads/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Pippin Williamson

    (@mordauk)

    Which template file is it using? index.php?

    Thread Starter robotor

    (@robotor)

    It’s using page.php

    Moderator Pippin Williamson

    (@mordauk)

    Are you using the [downloads] short code?

    Thread Starter robotor

    (@robotor)

    Not sure what you mean. I’m listing the tags on the single-download.php template and hyperlinking them using this:

    <?php the_terms( $post->ID, 'download_tag', '<span class="product-tags-title">Tags:</span> ', ', ', '' ); ?>

    I’d assume taxonomy-download_tag.php (that came with the theme) should pick it up, but it’s not.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘EDD Starter Theme: tags template’ is closed to new replies.