Results 1 to 4 of 4

Thread: Search Problem - No Results

  1. #1
    Thread Starter
    Amateur popsoul's Avatar
    Join Date
    Oct 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Search Problem - No Results

    No matter what I search for I get no results. Even for words I know are in the listings or tags. I'm still building my site so it's only running locally on my machine (through MAMP). My permalinks seem to be fine and the search results page does come up just no results. Is there something common I may have not set or changed? This is the code I have in my header file for the search form

    Code:
    <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
    	<div class="search">
    		<input type="text" name="s" id="s" class="input" onclick="this.value=''" value="<?php _e('Search Classifieds...','cp'); ?>" onfocus="if (this.value == '<?php _e('Search Classifieds...','cp'); ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e('Search Classifieds...','cp'); ?>';}" />
    		<input type="submit" class="go" value="Search" />
    	</div>
    </form>
    Thanks in advance for any help.

  2. #2
    Member damien's Avatar
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    91
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Search Problem - No Results

    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Amateur popsoul's Avatar
    Join Date
    Oct 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Search Problem - No Results

    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    Amateur popsoul's Avatar
    Join Date
    Oct 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Search Problem - No Results

    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sorting for search results
    By fabiorafael in forum ClassiPress General Discussion
    Replies: 1
    Last Post: November 18th, 2009, 12:53 PM
  2. Changing "Search Classifieds" box to say "Search Listings"
    By ejikoala in forum ClassiPress General Discussion
    Replies: 2
    Last Post: September 29th, 2009, 05:10 AM
  3. How to exclude pages from search form results
    By rtibbs4 in forum ClassiPress General Discussion
    Replies: 3
    Last Post: August 22nd, 2009, 04:07 PM