adele-pace
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress errorThanks. I went into the index.php file and it is as follows. I copied it into notepad and ran it through the validator and it passed the test for php4. Is this something perhaps I should be checking in wordpress and perhaps should be posting in the wordpress forum?
<?php
/**
* Front to the WordPress application. This file doesn’t doanything, but loads
* wp-blog-header.php which does and tells WordPress to load thetheme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
?>Forum: Fixing WordPress
In reply to: WordPress errorHi,
thanks for your response.
I am not sure what you mean by running the index.php through an online validator?
Forum: Themes and Templates
In reply to: How to change background colour?I think I found the text colour but can’t seem to find background colour.
Don’t know whether the text is too dark but thanks for your help.
I guess I need to change the nav links separately
Forum: Themes and Templates
In reply to: How to change background colour?oic..thanks.it is a background image?
It is a jpeg?
This is why there is no colour?
http://www.pacelegal.com.au/wordpress/
Trying to change background colour and text font and colour, to improve contrast and readability.