Tagged Questions
1
vote
3answers
244 views
Recent posts on a static home page
I want a static home page on my wordpress website, I have already set this up and have a bit of content on it, the next step is I want to have 5 recent posts underneath the content. As a normal page ...
-3
votes
1answer
283 views
Static posts page is not working
I've found other questions asking the same thing but I think I followed the method correctly.
I created a page called "Splash" (page-splash.php) and another empty page called "Blog"
But when I ...
0
votes
2answers
735 views
Wordpress Query Posts From Category Post on Static Page
So I'm trying to query some posts from 1 category only and it does seem to be working. I tried get_post() also but no luck and after awhile I just caved and used query_posts (which is apparently bad ...
0
votes
2answers
531 views
Static Front-Page Excerpts
Working on a new site, I'm trying to plant recent post excerpts on a static front-page. I had been doing all my static content outside of wordpress (as static files), but was convinced to pull ...