Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yep,

    In the PHP code for the sidebar (or the widget) underneath the title code for the posts, which looks something like this:

    <?php the_title(); ?>

    Add this:

    <?php the_excerpt(); ?>

    If you have an excerpt set, it’ll use that, if not, it’ll use the first 55 characters of your post. You can wrap the tag in whatever CSS you have to format the look.

    Hope this helps,

    KK

    Forum: Plugins
    In reply to: embed-qt not working for me
    keviano

    (@keviano)

    I’m having the exact same problem. Thumbnail shows up, and clicking the movie loads the movie URL in a new window – not embedded. I have tried manually using the [qt] tags with no success.

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