All the posts showing below a static page
-
Hi! Can I have a static page in the homepage below which all the posts will be shown? Currently I am using the Inuit theme.
Thanks in advance.
RegardsThe blog I need help with is: (visible only to logged in users)
-
There is not a way to make a them have a static part of the page as well as a list of post if that’s not already designed as part of the theme.
One thing you can do is create what is called a sticky post and that will take a post out of the normal order and stick it to the top of the list. See http://en.support.wordpress.com/posts/post-visibility/#sticky-posts for details.
-
Thank you so much.
Will try this sticky post – can i get rid of the date in that post – so that it looks like a writeup instead of a posting?
I like this Inui theme for it’s featured post s and the look of it – but would like to incorporate so many things from other themes!!!
-
I like this Inui theme for it’s featured post s and the look of it – but would like to incorporate so many things from other themes!!!
Sounds like you will be experimenting a lot! :)
I would recommend checking out some online CSS tutorials such as http://www.htmldog.com/guides/cssbeginner/
And if you aren’t already using a web inspector like Firebug for Firefox, you should find out more about them. They are really helpful!
-
can i get rid of the date in that post – so that it looks like a writeup instead of a posting?
To hide the date inside featured posts in the Inuit Types theme, try this:
.featured_post span.date_bg { display: none; }
- The topic ‘All the posts showing below a static page’ is closed to new replies.