Need help for front page
-
I want my last posts to be displayed in the front page only as slider without that small panes summarizing the posts.
Is it possible ?
You may use static front page. Or if you want to show only slider without recent post excerpts, go to WP-Admin –> Reading Settings and set 0 in Blog pages show at most
Hmm.. Okay, use static front page and hide that using custom CSS.
Let me know once you set the static front page, I’ll give you custom CSS code to hide it.
No, you haven’t set static front page. It is still displaying recent posts on home page.
Okay, now add this to your child theme style sheet or in Graphene Options –> Display –> Custom CSS.
.post-74 {
display: none;
}You are welcome!
One question, why did you add an extra w for top bar social icon links? Like, http://wwww.twitter.com/
Viewing 10 posts - 1 through 10 (of 11 total)
- 1
- 2
- You must be logged in to reply to this topic.
