• Hi,

    Thanks for the BiancaA theme.

    I have a static homepage with the posts setup on a page called news.

    The featured posts tag is setup, but when I set a post as featured the featured images appear twice, in the slider and underneath in the posts list, which looks wrong.

    I note this is not the case on your demo, but the demo has posts setup on the homepage; I don’t know whether that makes a difference.

    How do I stop the featured posts showing in the normal posts list as well as in the slider please?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Bigint

    (@bigint)

    Hi again,

    I also noticed that the related posts section shows the same post as the related posts section is in.

    How do I sort this too please?

    Thanks.

    Thread Starter Bigint

    (@bigint)

    Hi,

    I got around this with CSS, but I would rather you provided the PHP or let me know what I a missing so the theme works like the demo without the CSS.

    Thanks.

    .blog .tag-featured {
    display: none;
    }

    /* Individual posts page */
    .related-posts {
    display: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Post Shows Twice’ is closed to new replies.