• I have 2 questions on sticky posts.

    (1) How do I remove the star icon that is displayed on the posts? (I looked in the css file, but couldn’t see where it was applied).

    (2) I want to display sticky posts on the homepage, but still keep the total number of posts to the limit I set in settings. Currently, I have the homepage to display the latest 8 posts but it is displaying my 6 sticky posts AND 8 other posts. How do I keep this to 8 posts?

    Thanks

Viewing 1 replies (of 1 total)
  • Hi chrished.

    (1) Try this css:

    .post.sticky .thumb-icon {
        display:none;
    }

    (2) By default WP excludes the sticky posts from the “Reading > Blog pages show at most” option count. The answer provided on this StackExchange post worked when I tested it.

    I see you also have an unanswered question on the forum. Are you still wanting to do this?

Viewing 1 replies (of 1 total)
  • The topic ‘Sticky posts’ is closed to new replies.