Jules Webb said
6 months, 3 weeks ago: Hi David
It might help if you understand how everything works together.
When you “pressed publish” that creates a new entry in your database (or edits an existing entry). Your database is where your entry information is stored. The templates are the files in your theme folder. Templates use code (html, css, php, and javascript) to instruct the browser (Internet Explorer, Mozilla Firefox, Google Chrome or Safari) on what information to present and what it should look like.
The template information on single.php of your theme is not connecting correctly. (This file is what displays a single Post in full – e.g. http://www.cannonelectrical.com/blog/electric-space-heaters/
This may be because there is an error within the code of that file. To test this theory change your theme to the default and see if the blog post loads. If the problem is the same it’s not likely a template code issue.
Check to see if your Permalink Settings correct. (http://www.creativecitrus.com/wordpress-development/how-to-get-pretty-urls-in-wordpress)
The next thing I would check is you htaccess file. This file is a child of the pubic_html folder (if you don’t’ see public_html look for a www folder). Since your wordpress blog is set up within your website (as opposed to wordpress being used for your entire website) I’m thinking that this is somehow part of the issue. If your Wordpress installation resides within a folder “blog” that is a direct child of public_html then look inside there for the htaccess file. If your hosting provider has good support you should try calling/chatting them. Most will help with htaccess file issues.
If you find the .htaccess file and can open it up:
There should be an IfModule mod_rewrite.c included. looks something like this:
RewriteEngine OnRewriteBase /RewriteRule ^index.php$ – [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]
In your main navigation you have “Home | Website | Information”
Home should link to http://www.cannonelectrical.com
“Website” should be changed to “Blog” with the URL http://www.cannonelectrical.com/blog/