We just installed the Geocraft theme. I downloaded the sample data to get started and when I go to the website at wp.menucoups.com and click on any of the menu items, I get a 404 Page Not Found error. The Home page is set to Premium Listings and it displays a default blog page with a "This is somewhat embarrassing..." message because it can't find the Premium Listings page. Wordpress along with the Geocraft theme have been installed to the subdomain wp.menucoups.com. The URL www.menucoups.com currently redirects to another website http://isawyourmenu.com which will be replaced by the new Geocraft site when we've completed it. Could this be related to the problem? Can you help?
Here's an important update on this thread. I contacted tech support at our hosting service Liquid Web about this 404 Page Not Found error in case it turned out to be a Wordpress installation error and they traced the cause of the error to the following code that sets the permalinks format to '/%postname%/'. This code is located at the top of the page in module wp-content\themes\geocrafttheme\admin\install.php: function cc_reset_permalinks() { global $wp_rewrite; $wp_rewrite->set_permalink_structure('/%postname%/'); $wp_rewrite->flush_rules(); } This permalinks setting was causing the pages to be not found. When the code was removed prior to installing the Geocraft theme, the default permalinks page ID format was used and the navigation pages were successfully located and displayed. Can someone give me an explanation of this permalinks setting? This appears to be a significant bug. Has anyone else encountered this problem?