• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Customizing code for the search bar

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Customizing code for the search bar

This topic is: not resolved

Tagged: code, customization, search bar

  • This topic has 1 reply, 2 voices, and was last updated 11 years, 8 months ago by nutsandbolts.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • November 8, 2013 at 2:27 pm #71777
    guaranteervblogger
    Member

    I am using the Backcountry theme. I used the widget search bar to create it on each page but I have a question. Is there a way to create a list rather than have full articles appearing with the keywords that were typed in? For example, if I type in Calgary Flood, a couple of articles come up but rather than appear as a list, the whole articles are appearing one after another. Is there a way to have a search bar bring up a list when searching for a topic instead of full articles? Thanks in advance. grvblogger

    Website: http://guaranteerv.com/blog/

    http://guaranteerv.com/blog/
    November 8, 2013 at 2:44 pm #71780
    nutsandbolts
    Member

    You can add this to functions.php to have the search results show excerpts instead of full posts:

    add_action( 'genesis_before_loop', 'sk_excerpts_search_page' );
    function sk_excerpts_search_page() {
      if ( is_search() ) {
    		add_filter( 'genesis_pre_get_option_content_archive', 'sk_show_excerpts' );
    	}
    } 
    function sk_show_excerpts() {
    	return 'excerpts';
    }

    I know that isn't exactly what you asked about, but a list of excerpts is way better than a bunch of full posts. Hope that helps!


    Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
    I provide development and training services for designers • Find me on Twitter and Google+

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble