angleseykayaker
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Simple fix, anyone?Polychrome, you’re a genius, thanks. That and I’m a newbie idiot!
Thanks, all sorted now
Forum: Fixing WordPress
In reply to: Simple fix, anyone?I do, this comes before any other text in the index.php
<?php
require(‘./path-to-your-blog/wp-blog-header.php’);
?>Forum: Fixing WordPress
In reply to: Simple fix, anyone?All I’ve done from a customisation point of view is change site title, tagline and header image. Defined which menu to use for navigation then defined static front page and posts page. All options rather than customisations in my opinion.
Forum: Fixing WordPress
In reply to: Simple fix, anyone?From my hosting error log:
monactive.co.uk [Wed Jan 22 21:51:39 2014] [error] [client 78.144.84.189:36028] AH01215: PHP Warning: require(./path-to-your-blog/wp-blog-header.php): failed to open stream: No such file or directory in /home/sites/monactive.co.uk/public_html/wp-content/themes/twentytwelve/index.php on line 2
monactive.co.uk [Wed Jan 22 21:51:39 2014] [error] [client 78.144.84.189:36028] AH01215: PHP Fatal error: require(): Failed opening required ‘./path-to-your-blog/wp-blog-header.php’ (include_path=’.:/usr/share/pear53:/usr/share/php:/usr/share/ZendFramework’) in /home/sites/monactive.co.uk/public_html/wp-content/themes/twentytwelve/index.php on line 2Forum: Fixing WordPress
In reply to: Simple fix, anyone?Hi, thanks for your reply. I already have a static front paged, what I was trying to do was have the blog page seperately and it seems I created it in exactly the same way as described in that link. However, it doesn’t work within the TwentyTwelve theme