your can set up a redirection for /blog to your main domain.. I hope it will work
That will simply bring back up the page that’s set to my homepage won’t it? Ideally, I’d like / to bring up my services homepage and /blog/ to bring up my most recent post.
Any advice?
The reason it is coming up as an error is the /blog/ is a sub directory or folder so you need to create a different path.log in to your control panel and change it in the ftp account.
Thank you. I’ll give that a go.
I think this procedure is to be deprecated as obsolete. The same facility can be easily achieved by selecting a static page and blog page under reading options without the rigmarole of creating a separate template. Only precaution is that a folder called “blog” should not exist in the WordPress directory.
And the issue brought about by marketappeal too will not occur.
My two bits!
S.K
Kichu is right. This is pretty easy to do from the Reading panel it’s just very non-obvious. Here’s what I did…
1) Created a page that I want to be my front page.
a) Title = Home
b) Body Content = whatever you want to appear on the fornt page.
2) Created a blog page
a) Title = Blog
b) Body Content = blank, you can put anything you want here it doesn’t show up anywhere.
Basically this page determines what URL slug to use.
3) In Settings -> Reading -> Front page displays
a) Select the 2nd radio button (as of v2.8) which says A static page (select below)
b) Front page = Home
c) Posts page = Blog
Now example.com/ will show a static page and example.com/blog will show your blog index page (10 recent posts for example). Works great!