Hello everyone.
I am sitting here during 2 days trying to figure out how to fix this problem:
I am trying to set up a custom design into wordpress following the screencast number 26. So far so good.
The problem starts when:
1. I set up the a static home page for the site (ok!)
2. I set up the posts page to "blog" (failed!)
When I check the site The home page appears correctly. But when I click on blog, I receive a error message ERROR 404 - NOT FOUND.
The other problem I have is that I created a banner and I call it on the index page
<?php include (TEMPLATEPATH . '/banner.php'); ?>
But it just works with the default option (home page =blog)
So I really suspect that the problem is on the index.php Shell I change the name of this page or something?
The site I am working is: http://www.joelmabrasil.com.br
I am sitting here during 2 days trying to figure out how to fix this problem:
I am trying to set up a custom design into wordpress following the screencast number 26. So far so good.
The problem starts when:
1. I set up the a static home page for the site (ok!)
2. I set up the posts page to "blog" (failed!)
When I check the site The home page appears correctly. But when I click on blog, I receive a error message ERROR 404 - NOT FOUND.
The other problem I have is that I created a banner and I call it on the index page
<?php include (TEMPLATEPATH . '/banner.php'); ?>
But it just works with the default option (home page =blog)
So I really suspect that the problem is on the index.php Shell I change the name of this page or something?
The site I am working is: http://www.joelmabrasil.com.br