Home › Forums › Automattic › Newsy › Customise Home Page to show featured posts
Tagged: featured posts, home page, Newsy theme
-
AuthorPosts
-
JackMemberHi,
I want to make the Home Page of my site (Newsy Theme) display “featured” posts ( say, max 8 or 10 posts). Currently the only option is to set the number of posts/page so other posts spill over to Home Page 2.Is there a CSS fix for this?
The blog I need help with is reigatebeekeepers.org.ukMay 17, 2013 at 8:35 pm #134596
MichelleHi there,
Newsy doesn’t have a “featured posts” option, but you can mark posts as “sticky”, which will place them before non-sticky posts on the front page. (And yes, you’d then set the number of posts to 8 or 10 (or however many you want). Sticky posts get a grey background color by default, but you can change this with CSS.
I hope this helps!
May 17, 2013 at 8:50 pm #134601
JackMemberHi,
Many thanks for the speedy response.
What I’m hoping is that there is a workaround to the lack of a “featured posts” option. Because I have more than 10 posts in total on the site …yes I can use the “sticky post” option & limit the number of posts to 8 or, 10 but……. all the other posts still show up in Home Page 2, 3 etc. That’s what I want to eliminate because all these other posts are already or, will be featured in the blog menus.
May 17, 2013 at 10:15 pm #134610
MichelleHi @henfold,
I see. I’m afraid that there isn’t a real workaround for this. The only thing I can think of is to hide the post pagination links at the bottom of the front page with CSS. For example, you could do something like this:
body.home #nav-below {
display: none;
}Then you can just display sticky posts on the front page and adjust the number of posts to show.
May 17, 2013 at 11:11 pm #134611
JackMemberHi @ michiecat,
Pasted the CSS with & without a hash tag before “body” in the code you provided & saved!
However, the post pagination link at the bottom of the Home Page is still there. Any suggestions?
May 17, 2013 at 11:14 pm #134612
JackMemberHi @ michiecat,
Pasted the CSS with & without a hash tag before “body” in the code you provided & saved!
However, the post pagination link at the bottom of the Home Page is still there. Any suggestions?
June 7, 2013 at 7:16 pm #135317
Caroline MooreHowdy @henfold! It looks like some of your CSS is commented out, and some of the syntax is incorrect, which is probably why it’s not working.
Comments in your Custom CSS look like this:
*/ My comment here /*
But a proper CSS comment looks like this:
/* My comment here */
Once you’ve fixed this, I bet the navigation code will work. Give it a try and let us know. Thanks!
June 7, 2013 at 9:10 pm #135343
JackMemberThanks sixhours . Your wonderful & I’m foolish. The navigation code is now fixed.
I have one more CSS fix which hasn’t quite worked out as expected. The Comment box for each post is now (correctly) preceeded by “please comment her on the above post) but, is it possible to remove the text inside the Comment box which says “ENTER YOUR COMMENT HERE”?
June 7, 2013 at 9:34 pm #135347
Caroline MooreHappy to help! Glad that’s sorted.
It’s not possible to change or remove the text within the comment box — that’s standard across WordPress.com.
I hope this helps!
-
AuthorPosts
The topic ‘Customise Home Page to show featured posts’ is closed to new replies.