an
groups-icon

Help needed with STORES shortcode

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

    Hi guys,

    I’m listing the stores on my homepage – limited to 8

    How would I amend the below code so that it shows most popular and newest stores?

    
     <div class="tabstyle1"> 
        
          <ul class="nav nav-tabs hidden-xs" role="tablist">
          
          <li class="pull-right"><a href="<?php echo $GLOBALS['CORE_THEME']['store']['add'] ; ?>" class="btn btn-success"><?php echo $CORE->_e(array('homepage','4')); ?></a></li>
          
            <li role="presentation" class="active"><a href="#t1" aria-controls="t1" role="tab" data-toggle="tab">Popular Stores</a></li>
            
            
            <li role="presentation"><a href="#t3" aria-controls="t3" role="tab" data-toggle="tab">New Stores</a></li>
        
          
          </ul>
        
        </div>
        
        <?php $GLOBALS['item_class_size'] = "col-md-3 col-sm-4 col-xs-12 "; ?> 
        <div class="tab-content" style="margin-top:20px;">
          
            <div role="tabpanel" class="tab-pane active" id="t1">   
            
                <div class="row wlt_search_results grid_style" >
                <?php echo do_shortcode('[STORES limit=8 custom="new"]'); ?> 
                </div>
            
            </div>
     
            <div role="tabpanel" class="tab-pane" id="t3">   
            
                <div class="row wlt_search_results grid_style">
                <?php echo do_shortcode('[STORES limit=8 custom="random"]'); ?> 
    			   
                </div>
            
            </div>
     
        
        </div>
    May 21, 2016 at 6:06 pm
  • Hemanta Chakladar
    5 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    May 21, 2016 at 6:56 pm
  • Joseph -
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    May 21, 2016 at 8:30 pm
  • Hemanta Chakladar
    5 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    May 22, 2016 at 5:58 am
  • Josh njenga
    -10 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    May 23, 2016 at 3:40 pm

354

Views

4

Replies