stutefc
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How Do I edit the main pageNever worry got it sorted.
Forum: Themes and Templates
In reply to: How Do I edit the main pageI’m trying to do the same thing – just make a few changes to my main page. I have an old blog (WP 1.2) and I can edit it fine, however when I download index.php with my new installation (1.5 – kubrick is the default template) it just reads:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>Why isn’t my index.php along the same lines as that of the poster above?
Forum: Fixing WordPress
In reply to: Different directoriesWhat file do I edit? The index.php file in my root directory reads:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wordpress/wp-blog-header.php’);
?>And the index.php of the /wordpress directory is much the same.
Forum: Fixing WordPress
In reply to: Different directoriesAnother problem however…
When I try and edit the code of my index page (going to ‘Manage’ on the Dashboard and ‘Files’) it says ‘Browsing index.php’ and under that ‘Oops, no such file exists! Double check the name and try again, merci.’
Everything else works fine though, posting-wise.
Forum: Fixing WordPress
In reply to: Different directoriesCheers, I must have been making the changes to the wrong copy of the index file 🙂