Edit the message shown when there are no matching posts to show
apply_filter( 'genesis_noposts_text', 'kr_starter_change_noposts_text' ); function kr_starter_change_noposts_text() { return 'whatever content you want to display'; }