Forums

[closed] Deleting post text preview on home page? (11 posts)

  1. sarahtakesphotos
    Member
    Posted 1 year ago #

    Hi there team,

    I'm a photographer wading through the world of WordPress for the first time trying to set up a portfolio site. I'm using f8 Lite - my site is here: http://www.sarahwalkerphotos.com/.

    Slightly strange question. I had a wade through the forums and couldn't find a similar one.

    I want to add both text and images to the separate posts shown on the home page, but I don't want the text in them to be previewed. For example, under 'Film', I don't want it to say 'Night Minds Trailer from Sarah Walker on Vimeo.'

    In an ideal world, I'd also like to cut out the 'April 6, 2011 | Comments' text as well. Essentially, I just want the six thumbnails visible.

    Any ideas? I'm a complete n00b when it comes to coding, so apologies in advance if I ask stupid questions.

    Thanks a lot in advance for your help, all.

    S

  2. lockettpots
    Member
    Posted 1 year ago #

    I couldn't get your site to load.

  3. sarahtakesphotos
    Member
    Posted 1 year ago #

    I have no idea why that would be - it works for me when I'm logged out, as well as on my iPhone (also logged out).

  4. lockettpots
    Member
    Posted 1 year ago #

    OK it has loaded now.

    Probably the easiest way is to add this to the bottom of your stylesheet

    .home .container-inner p{
         display: none;
    }

    Hope this helps

  5. alchymyth
    The Sweeper
    Posted 1 year ago #

    without going into the template files to stop the output from being generated at all, you could simply suppress the output to the screen by adding something like this to style.css of your theme:

    body.home .container-inner p { display: none; }

    where you add it does not really matter; maybe keep an area at the end of style.css for your edits and additions.

  6. sarahtakesphotos
    Member
    Posted 1 year ago #

    You guys are total superheroes.

    Thankyou so much!

  7. sarahtakesphotos
    Member
    Posted 1 year ago #

    Actually, while we're here, how would I go about removing entirely the post title and corresponding black underline, so all that displays are the thumbnails?

    Thanks again for the speed and accuracy of your replies, you two. You're great.

  8. alchymyth
    The Sweeper
    Posted 1 year ago #

    body.home h6.archive-header { display:none; }

  9. sarahtakesphotos
    Member
    Posted 1 year ago #

    Aw hell yeah. Thanks so much! It looks rad.

    As a general note, too, I don't think I've ever come across an online community that's so unequivocally generous with their knowledge. It's made my night. Thankyou again.

  10. davidpaulroberts
    Member
    Posted 8 months ago #

    Could anyone help me please. I have F8 Lite installed as my theme which I have customised. http://www.davidpaulroberts.com

    On the contact page, the word Contact appears on the top left of the page. I want to remove this but keep the contact link in the menu.

    Thanks in advance

  11. alchymyth
    The Sweeper
    Posted 8 months ago #

    @davidpaulroberts

    please start a new topic.

Topic Closed

This topic has been closed to new replies.

About this Topic