Support » Fixing WordPress » Kubrick wp 1.5

  • When i check my error logs, there are a LOT of lines like this.
    [Sun Jan 23 12:30:33 2005] [error] [client 81.198.228.2] File does not exist: /usr/data/wwwroot_com/archijs.ema.lv/html/print.css
    [Sun Jan 23 12:30:34 2005] [error] [client 81.198.228.2] File does not exist: /usr/data/wwwroot_com/archijs.ema.lv/html/wp-content/themes/default/images/personalheader.jpg

    so, what is personalheader.jpg?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Take a look in header.php:

    /* To ease the insertion of a personal header image, I have done it in such a way, that you simply drop in an image called 'personalheader.jpg' into your /images/ directory. Dimensions should be at least 760px x 200px. Anything above that will get cropped off of the image. */

    #headerimg { background: url('<?php bloginfo('stylesheet_directory'); ?>/images/personalheader.jpg') no-repeat top;}

    If you’re not dropping in a personal header image (or doing it some other way), you can remove those lines, which will stop that error.

    Thread Starter despach0

    (@despach0)

    ok thnx, i think that solved that problem

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Kubrick wp 1.5’ is closed to new replies.