How to set up my front page posts to look like this website
-
Hi, I would like to set up my theme so that the posts appear like this website: http://omogesexy.com/
Can you tell me how to go about it.
Sorry for the novice question
steve
Read this – How to enable Homepage Panes in Graphene Theme : http://www.prasannasp.net/how-to-enable-homepage-panes-in-graphene-theme/
(You’ve to create another page called “home” in that case, I mean, to hide welcome post)
Just add this to custom CSS
.post-312 {
display:none;
}(post-312 is the id of the “Home” page)
Inspect with Firebug (Mozzila Firefox plugin), or source code.
Page and posts ID you can find in admin panel under permalinks (when editing post/page), or if your permalinks are set by default you see ID in adress bar of browser.
I like Firebug!
For shop Id is 225.
Just to expand on Luko’s statement:
You can install a plugin which lists the page and post id’s. It’s a big timesaver when using plugins which require id numbers.
http://wordpress.org/extend/plugins/reveal-ids-for-wp-admin-25/
Viewing 10 posts - 1 through 10 (of 14 total)
- 1
- 2
- You must be logged in to reply to this topic.
