Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #84179
    husker
    Participant

    Why when I insert image into a page that is used for Featured Content it shows two images?

    Can I hide the page title as well?

    http://bayareahuskers.org/wp/

    Brian

    #84242
    Pratik
    Participant

    HI @husker,
    I checked the site and could not find what you have mentioned. Can you take a screenshot and show me where the double images is showing up?

    If you mean two different images in featured content, you can control how much content to show by using more tag in WordPress. Everything below it is ommitted. You can add More Tag just above the images.

    Regards,
    Pratik

    #84249
    husker
    Participant

    Pralik.

    I solved that one but how do I keep the first image I upload from going to the top of Featured Content? Is does not matter where I place in in the code?

    http://bayareahuskers.org/wp/

    Brian

    #84253
    husker
    Participant

    I solved it by adding the following code in CSS style Sheet Featured Content to hide the automatic image.

    img.pngfix.wp-post-image{
    display: none;
    }

    Brian

    #84288
    Pratik
    Participant

    Hi @husker,

    I am glad you worked it out yourself. This is due to the reason that if there is no Featured Image in Page/Post, the first image from its content is picked out and used. Some users place it in content and complain that the image is not coming up. So, we added a feature to accommodate those users. I hope you understand.

    Regards,
    Pratik

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Why does image appear twice in Featured Content’ is closed to new replies.