Forum Replies Created
-
AuthorPosts
-
stevenrmoodyParticipant
Hi Victor
I'll play with it this weekend.
Thanks for the assist.
Steve
stevenrmoodyParticipantSorry - I think I am not communicating well!
What I am looking for is to do a search using the search widget in the upper-right of the header and get results like what I am now getting in the results from "All Content" and (now) all of my links to the various categories -- that is, a list of post links all in one box.
Thanks for your assistance and sorry if I am not being clear.
Steve
stevenrmoodyParticipantOh - I fixed that with your suggestion to modify my Reading Settings -- I upped the number (from 1) to 100 and I got the results I was looking for.
Thanks again.
stevenrmoodyParticipantCurrently search.php has this in it:
<?php
add_action( 'genesis_before_loop', 'genesis_do_search_title' );
function genesis_do_search_title() {
$title = sprintf( '<div class="archive-description"><h1 class="archive-title">%s %s</h1></div>', apply_filters( 'genesis_search_title_text', __( 'Search Results for:', 'genesis' ) ), get_search_query() );
echo apply_filters( 'genesis_search_title_output', $title ) . "\n";
}genesis();
[\php]
stevenrmoodyParticipantIn the code of search.php (in my Child Theme)?
thanks!
Steve
stevenrmoodyParticipantThank you!
I reset my Reading Settings to 100 and I got the results I wanted!
Of course, now the search results are lengthy strings of separate boxes.
Next step, figure out how to get the same results I'm getting from categories in my search results!
thanks again!
-
AuthorPosts