Open sidebar.php and find
<div class=”menuheader”><div><?php _e(‘About Me:’); ?></div></div>
-
and add your info between the “list” tags.
I am using Neuron on WP 1.5.1 – my system is PHP 4.1.2 and I have verified that the open_basedir has “no value”
I am getting an open_basedir error:
Warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/fldemolay.net/httpdocs/wp-content/themes/neuron/index.php on line 10
Now line 10 of index.php is:
<?php require('post.php'); ?>
which is in the directory.
Any additional suggestions?
Just change the file permissions for post.php to 777
your webhoster’s control panel might allow you to change it.