• Resolved Hendrick

    (@hendrick)


    Last night, I downloaded WordPress for the first time. Within minutes, I was up and running.

    A day later, I love it, it’s extremely easy to use, with a ton of features.

    Anyways, I downloaded the Leopress theme, and installed it. However, I noticed an issue with it, that I’m wondering if anyone can help me with.

    When I view a video on the main page, example (the Colbert Report Blog), the video doesn’t appear. However, when I view just that blog entry, example, the embedded videos work fine.

    This error only occurs when I use the Leopress theme, which I love. Can anyone help me figure out whats causing embedded videos not to work on the index, but work perfectly fine when I just view one blog entry?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your main page is using excerpts only, not full posts, which is why the videos don’t show.

    In your theme’s index.php, replace this:

    <?php the_excerpt('Read the rest of this entry &raquo;'); ?>

    with this:

    <?php the_content('Read more &raquo;'); ?>

    Thread Starter Hendrick

    (@hendrick)

    Thank you very much, that did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Embeded Video Help’ is closed to new replies.