Customize search function
-
Hi,
I recently installed WordPress and wanted to get some help on setting up the search functionality.
I would like to set up search based on series of tag which will return some result. After looking through the documentation, It is telling me so rename
index.php
tosearchpage.php
which I did but when I look at the source code, this is all I see:<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require( dirname( __FILE__ ) . '/wp-blog-header.php' );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Customize search function’ is closed to new replies.