how to customize search results in Asteroid Child
-
I am using the Asteroid Child theme and would like to customize the search results without adding a search.php page. Is there a way to do that in the theme’s functions.php?
This is as far as I’ve gotten to find the following coding in index.php of the Asteroid theme…
<!-- Post Not Found --> <div class="wrap-404-box"> <h2><?php _e('Search Results: Nothing Found', 'asteroid'); ?></h2> <p><?php _e('Try a new keyword.', 'asteroid'); ?></p> <?php get_search_form(); ?> </div>
E. Morris, who knows just enough about coding to get in trouble
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘how to customize search results in Asteroid Child’ is closed to new replies.