• Well im not sure wether the issue lies in the archive.php file or archiveS (plural) my theme has both and I’m a noob to this and am not sure if that is supposed to be.

    here is my archives.php

    [CODE MODERATED]

    And here is archive.php
    [EXCESS CODE MODERATED]

    `<div class=”entry”>
    <?php the_excerpt() ?>
    </div>`

    If someone could let me know what to add to make the vids show up int he archives or categories pages that would be great

Viewing 1 replies (of 1 total)
  • I’ve trimmed the mass of code from your post – as you’ll have realised, it’s hard to read that on the forum.

    To get the videos to show up, you need to change

    <?php the_excerpt() ?>

    to

    <?php the_content() ?>

    in archive.php

Viewing 1 replies (of 1 total)
  • The topic ‘Embedded videos not showing in archive or catagories’ is closed to new replies.