an
groups-icon

in coupon theme, in header search all coupon categrories not coming?

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    rekha nama
    0 points
    Beginner

    visit my website couponmoz.com. if you see in header search there are three option All coupons, all stores and search.
    in all categories only 4 categories coming because of in child theme ‘function code.php’ is static
    this is the code
    <form action=”<?php echo get_home_url(); ?>/” method=”get” class=”nsearch hidden-sm hidden-xs”>

    <div class=”row clearfix”>
    <div class=”col-md-4″>
    <select class=”form-control f1″ name=”stype”>
    <option value=”” <?php if(isset($_GET[‘stype’])){ selected( $_GET[‘stype’], “” );} ?>><?php echo $CORE->_e(array(‘coupons’,’48’)); ?></option>
    <option value=”1″ <?php if(isset($_GET[‘stype’])){ selected( $_GET[‘stype’], 1 );} ?>><?php echo $CORE->_e(array(‘coupons’,’9′)); ?></option>
    <option value=”2″ <?php if(isset($_GET[‘stype’])){ selected( $_GET[‘stype’], 2 );} ?>><?php echo $CORE->_e(array(‘coupons’,’10’)); ?></option>
    <option value=”3″ <?php if(isset($_GET[‘stype’])){ selected( $_GET[‘stype’], 3 );} ?>><?php echo $CORE->_e(array(‘coupons’,’11’)); ?></option>
    </select>
    </div>

    but i want the categories will come automatic from coupon categories so please suggest me what i do?

    July 29, 2016 at 12:31 pm
  • Josh njenga
    -13 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    July 29, 2016 at 4:07 pm
  • rekha nama
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    August 3, 2016 at 5:54 am
  • Josh njenga
    -13 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    August 3, 2016 at 12:46 pm
  • Sandeep Kadapa
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    November 17, 2017 at 7:51 pm

487

Views

4

Replies