Image post on Wordpress

Discussion in 'HTML & Website Design' started by FHN, Sep 14, 2008.

  1. #1
    Hello guys..

    Show you my problem.
    When you post something on Worpress you can see this..

    [​IMG]

    And when you visit that post in example you see this...

    [​IMG]

    There's some way to see just the video or url on a post and not the image you can see on index?

    Thank you guys.
     
    FHN, Sep 14, 2008 IP
  2. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can use an excerpt, which is a summary or brief teaser of your post featured on the front page of your site as well as on the category, archives, and search non-single post pages. If you want to have a summary of the post show, rather than the first paragraph or so by using the More tag, write the summary of your post in the Optional Excerpt field while you’re in the Write Post interface.

    You can include images in the excerpt, but is a little tricky. First upload them to the original post, then cut & paste the image into your excerpt.

    On your theme templates for the front page, category, and archives you will use the excerpt instead of content. Simply change <?php the_content(); ?> to <?php the_excerpt(); ?>. If you do this, all your posts will automatically show excerpts instead of the post.

    There are also some plugins to give you more advanced options while using the excerpt field.

    http://wordpress.org/extend/plugins/tags/excerpt

    Most notably of these (I have not used it personally) is the TinyMCE Excerpt which enables rich text editing on the excerpt field.
     
    Dodger, Sep 14, 2008 IP