• I added the following code to the single portfolio posts and to single post css pages.

    <!– SEARCH BOX //–>
    <form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
    <div><font color="red">If You Haven't Found Exactly What You Needed, Try a Simple Search</font><input type="text" size="56" name="s" id="s" value="Search for a photograph" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;"/>
    <input type="submit" id="searchsubmit" value="Search" class="btn" />
    </div>
    </form>
    <!– END SEARCH BOX //–>

    You can see it here.

    You can see a results page for a search here.

    You’ll notice that the first two results show no picture, only the title. I posted these today. The first is a “portfolio item” and the second is a “post.”

    Is there some reason the photos are not appearing? Also, is there a way to make these results show up in a portfolio?

    Thanks,
    Brian

Viewing 1 replies (of 1 total)
  • Hi,
    I’m using an “Advance WP Query Search Filter plugin” with this theme and I would like the filter’s search result page to look the same as my home page with clickable thumbnail images.
    As now the search result page shows only permalinks without any thumbnail images.
    Would you please tell me how can I proceed to fix it ?
    Thank you in advance.
    Naghmeh

Viewing 1 replies (of 1 total)
  • The topic ‘search results page’ is closed to new replies.