tbolt74
Forum Replies Created
-
I basically want to copy the ‘Pages’ admin to something specific for our Landing Pages and Offers. I don’t want these pages showing up in the regular pages, just in the new section.
Oops, that was a mis-type…
‘capability_type’ => ‘page’
My bad.
Ok, I have it working now. However, since I’ve created the static front page http://www.domain.com/ does not resolve to is as it’s now at http://www.domain.com/home and the rewrite rules that WP presented do not cover this.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Ok, am I just brain dead today or what. When you create a static front page, this page is created in the admin and therefore a stored page in the database. There is no actual file for this page and so my question to you is where do I place this code?
Ok. So I’ve created the static front page and my blog page as the tutorial states and everything is fine except how do I get the most recent post to show on my newly created ‘static’ front page called home?
Thanks, I’ll check it out.