Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1062606
    paleopolly
    Participant

    Hello!

    1. I want the “recent blog post” page (homepage) to display full blog posts- no featured images.
    2. On the category/ archive pages, I want to have a small featured image left, and then copy to the right. Click to read more.
    3. Once you are in the post I do not want the post to display the image twice.

    http://thelifestyleiscalling.com/category/maternity/

    First post displays featured image, image left, and copy right. This is correct, and I would like to keep this.

    Question: How do I switch off the featured image on the recent blog post page- homepage (see screenshot)- as I don’t want the featured image displaying twice, either on the blog post page, or when you are in the blog post http://thelifestyleiscalling.com
    For example- featured twice here….
    http://thelifestyleiscalling.com/maternity/top-tips-to-help-you-announce-your-pregnancy/

    #1062776
    Christopher
    Moderator

    Hi there,

    #1 & #3 Please add following code in Customize -> Custom -> CSS :

    .blog .entry-featured,.single-post .entry-featured {
    display:none;
    }
    
    

    #2 Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1062606 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>