1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Thumbnail online on home page

Discussion in 'WordPress' started by log0008, Jun 3, 2013.

  1. #1
    Hello people,

    I was wondering, is it possible to have just the thumbnail show on the home page - no summery or full text?

    This is my website http://outofcontrolvideos.com
    I would like to see just the tittles and thumbnails/featured image
     
    log0008, Jun 3, 2013 IP
  2. WPLOL

    WPLOL Active Member

    Messages:
    57
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    70
    Digital Goods:
    9
    #2
    of course it's possible..you need modify your index.php or some other file that take control of the content displaying in homepage.
    you can ask your theme author for help.
     
    WPLOL, Jun 4, 2013 IP
    log0008 likes this.
  3. log0008

    log0008 Active Member

    Messages:
    679
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    80
    #3
    Ok - Thanks! Like
     
    log0008, Jun 4, 2013 IP
  4. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #4
    Just open your index.php and look for <?php the_excerpt();?> to remove the summery text.

    Goodluck
     
    themes4all, Jun 4, 2013 IP
    log0008 likes this.
  5. log0008

    log0008 Active Member

    Messages:
    679
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    80
    #5
    Thanks!! but what do i remove
    <?php the_excerpt(); ?>
    <div class="clear"></div>
    </div>
    <div class="pmeta">
    <span class="comm"><?php comments_popup_link('0 Comment', '1 Comment', '% Comments'); ?></span>
    <div class="rmore"><a href="<?php the_permalink() ?>">Watch Video</a></div>
    </div>
    </div>

    </div>
     
    log0008, Jun 4, 2013 IP