Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="peepso ps-page-profile">
- <?php PeepSoTemplate::exec_template( 'general', 'navbar' ); ?>
- <?php PeepSoTemplate::exec_template( 'profile', 'focus', array( 'current' => $current ) ); ?>
- <section id="mainbody" class="ps-page-unstyled">
- <section id="component" role="article" class="clearfix">
- <?php
- if ( get_current_user_id() ) {
- ?>
- <div class="wbpm-peepo-multivendor-wrapper dokan-dashboard wbpm-fav-products-section">
- <div class="dokan-dashboard-wrap">
- <div class="dokan-dashboard-content dokan-product-listing">
- <div class="dokan-dashboard-product-listing-wrapper">
- <?php
- echo do_shortcode( '[products columns="2" paginate=true limit="10"]' );
- ?>
- </div>
- </div><!-- #primary .content-area -->
- </div><!-- .dokan-dashboard-wrap -->
- </div>
- <?php
- } else {
- PeepSoTemplate::exec_template( 'general', 'login-profile-tab' );
- }
- ?>
- </section><!--end component-->
- </section><!--end mainbody-->
- </div><!--end row-->
- <?php PeepSoTemplate::exec_template( 'activity', 'dialogs' ); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement