Adding searcg box in a page
how can i add a search box in this page
http://decentsms.com/submit-your-sms
please help i tried many thing but none of them worked
Adding searcg box in a page
how can i add a search box in this page
http://decentsms.com/submit-your-sms
please help i tried many thing but none of them worked
To add a search form anywhere in your theme use:
<?php get_search_form(); ?>
To style the form and its results see this Codex entry.
To add the PHP to the actual page entry you'll need to create a page template for the page. See this Codex entry.
This topic has been closed to new replies.