Ecotrust / ocs-wp

Worpress Implementation of ODFW's Oregon Conservation Strategy
Other
1 stars 0 forks source link

Change in how search results are displayed #69

Closed ldford closed 8 years ago

ldford commented 8 years ago

In this example, Search bar would say "WOODPECKER" which is what user searched for. The term "Search results" would appear at the top of the search list in smaller type. search-results

dnseminara commented 8 years ago

@ldford - let me know if there's any styling or coloring you want for the "Search results" text. I left it in all caps in the example below, seemed to fit better with the rest of the titles being uppercase as well

screen shot 2015-12-29 at 10 27 15 am

ldford commented 8 years ago

@dnseminara - Let's give "Search results" the same styling as H2 headers - so it would be a little more subtle than in the example above, but yes, all caps. Here's an H2 header in comparison to the text in the search bar: image

ldford commented 8 years ago

@willthemoor and @dnseminara - could the two of you connect on who is doing what regarding Search? I know Will was going to work on search functionality and style soon, and I don't want either of you to do unnecessary work.

willthemoor commented 8 years ago

I'm going to keep the results part (it will be images where possible) but the Good Mr Drew will take the searchbox/h1 part.

Drew, you can get the search term with <?php the_search_query(); ?>

Drew feel free to assign this back to me when that part it complete.