Results 1 to 1 of 1

Thread: Page not found

  1. #1
    Thread Starter
    Senior Member
    Not a Verified Customer
    chanders's Avatar
    Join Date
    Jul 2009
    Posts
    120
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Page not found

    If you look at users online you will see something like this

    Code:
    #1 - Guest (xxx.xxx.xxx.xxx) on July 17, 2009 @ 10:43 am
    My Classifieds » Page not found [url][referral]
    If you hover over [url] you see
    The cause is the /style.css in header.php
    Code:
    	<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/style.css" media="screen" />
    Which should be removed to read

    Code:
    	<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>" media="screen" />
    Again, if you mess with your install you may not be able to upgrade in the future

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Lost and Found Pet Listings - Customised Classipress Theme
    By ahughes in forum Showcase & Feedback
    Replies: 22
    Last Post: May 4th, 2010, 12:24 AM