• jayman

    (@jayman)


    I am new at php and download the Neuron Theme. There is a section called “About Me” but I cannot figure out how to add information. thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • fistabull

    (@fistabull)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Neuron Theme’ is closed to new replies.