Advertisement:

Author Topic: [solved]modification of search sidebar  (Read 941 times)

thiru_ch

  • Jr. Member
  • **
  • Posts: 75
[solved]modification of search sidebar
« on: May 11, 2015, 08:56:58 pm »
I want to place the subscribe to this search form just below the search options. Please refer to the attached file.
« Last Edit: May 12, 2015, 01:01:56 pm by thiru_ch »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: modification of search sidebar
« Reply #1 on: May 11, 2015, 10:14:08 pm »
Hi,

Bender, right? In your bender/search-sidebar.php locate this line:

Code: [Select]
<?php osc_alert_form(); ?>
Move it below:

Code: [Select]
        </fieldset>
        <?php osc_alert_form(); ?>
        <fieldset>
            <h3><?php _e('City''bender'); ?></h3>

Regards

thiru_ch

  • Jr. Member
  • **
  • Posts: 75
modification of search sidebar
« Reply #2 on: May 12, 2015, 01:01:30 pm »
Hi teseo,

Thank you very much.. It is working.