Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1170114
    ramyasriram1
    Participant

    Hello,

    I’m having some trouble with my featured images and images within posts. I currently have my posts tagged under various topics. However, when I view posts of a particular tag, the images don’t show up unless there’s a featured image. Can you help me fix this, please?

    Please take a look at:
    http://thetap.in/tag/wedding-invitation-cards/

    where the images don’t load. However each post has at least one image, such as:
    http://thetap.in/wedding-card-13/

    I’ve maybe messed with my code without knowing. Could you help, please?

    Thanks so much!
    Ramya

    #1170128
    Christian
    Moderator

    Hey Ramya,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1170248
    ramyasriram1
    Participant
    This reply has been marked as private.
    #1170481
    Rad
    Moderator

    Hi there,

    It really requires featured, if there is no featured image and then there is nothing to display. Tag page is an archive, it only displays excerpt. Images within the content will not be displayed since excerpt are text generated content done by WordPress.

    Please set featured image to your posts.

    Thanks!

    #1170764
    ramyasriram1
    Participant

    Oh no, that would mean setting a featured image for all the previous posts as well.

    Is there any plugin or code that I may use to set the first image of every post as the featured image?

    Thanks so much,

    Ramya

    #1170811
    Christopher
    Moderator

    Hi there,

    Yes, you need to add featured image to your posts. I, myself haven’t tried plugin like this before, please check this link http://www.wpbeginner.com/plugins/14-best-featured-images-plugin-and-tools-for-wordpress/ as you may find it helpful.

    Hope it helps.

    #1171281
    ramyasriram1
    Participant

    Thank you.

    I’ve used a plugin to set the first image of a post as the featured image. Now, the image shows up twice on all the blog posts, once as the featured image and once as the post image. Is there a way to prevent this? Please see:

    http://thetap.in/category/comics/ and
    http://thetap.in/category/commissioned/

    However, when I search by tag, it shows up only once (which is fine).
    http://thetap.in/tag/lifes-like-that/

    I’ve been struggling with this for a while now, so would be grateful if we could find a solution.

    Thanks so much for your support! 🙂

    Warmly,

    Ramya

    #1171404
    Christian
    Moderator

    Hey Ramya,

    If removing the image in your content is not an option, you will need to disable Full content in Appearance > Customize > Blog

    Thanks.

    #1171418
    ramyasriram1
    Participant

    Oooh, I was able to fix it using:

    .category .entry-featured {
    display: none;
    }

    Will get in touch in case of further muddles.

    Thanks a ton!:)

    #1171433
    ramyasriram1
    Participant

    Hi,

    I’m awfully sorry to be a pain. Here is what I’d like to fix:

    -Prevent featured images from appearing twice in search results
    (as of now they look like this http://thetap.in/?s=book)
    -Prevent featured images from appearing twice in category pages
    -Retain featured images in a layout such as this one:
    http://thetap.in/category/writing/ which has a specialised code

    Could you help me resolve these, please? Sorry for all the trouble!

    Thanks again,

    Ramya

    #1171573
    Christian
    Moderator

    For search, please add the code below in your Appearance > Customize > Custom > Global CSS

    .search .entry-featured {
        display: none;
    }

    I don’t see double images in the category pages anymore.

    To retain featured images in masonry layout, please add the code

    .category .x-iso-container .entry-featured {
        display: block;
    }

    Thanks.

    #1172496
    ramyasriram1
    Participant

    That worked beautifully. Thank you! 🙂

    #1172652
    Christopher
    Moderator

    You’re welcome.

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