Файловый менеджер - Редактировать - /home2/cocinasdalloway/public_html/tienda/wp-content/themes/kossy/dokan/store.php
Назад
<?php /** * The Template for displaying all single posts. * * @package dokan * @package dokan - 2014 1.0 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly $store_user = get_userdata( get_query_var( 'author' ) ); $store_info = dokan_get_store_info( $store_user->ID ); $map_location = isset( $store_info['location'] ) ? esc_attr( $store_info['location'] ) : ''; get_header(); $sidebar_configs = kossy_get_dokan_layout_configs(); ?> <?php do_action( 'kossy_woo_template_main_before' ); ?> <section id="main-container" class="main-container <?php echo apply_filters('kossy_dokan_content_class', 'container');?>"> <div class="row"> <?php $main_class = ''; if ( isset($sidebar_configs['left']) ) { $main_class = 'pull-right'; } ?> <div id="main-content" class="archive-shop col-xs-12 <?php echo esc_attr($sidebar_configs['main']['class']. ' '. $main_class); ?>"> <div id="dokan-primary" class="dokan-single-store"> <div id="dokan-content" class="store-page-wrap woocommerce site-content" role="main"> <div id="dokan-content" class="store-page-wrap woocommerce" role="main"> <?php dokan_get_template_part( 'store-header' ); ?> <?php do_action( 'dokan_store_profile_frame_after', $store_user, $store_info ); ?> <?php if ( have_posts() ) { ?> <div id="apus-shop-products-wrapper" class="apus-shop-products-wrapper"> <?php woocommerce_product_loop_start(); ?> <div class="row"> <?php while ( have_posts() ) : the_post(); ?> <?php wc_get_template_part( 'content', 'product' ); ?> <?php endwhile; // end of the loop. ?> </div> <?php woocommerce_product_loop_end(); ?> </div> <?php dokan_content_nav( 'nav-below' ); ?> <?php } else { ?> <p class="dokan-info"><?php esc_html_e( 'No products were found of this vendor!', 'kossy' ); ?></p> <?php } ?> </div> </div><!-- #content --> </div><!-- #primary --> </div><!-- #main-content --> <?php if ( isset($sidebar_configs['left']) ) : ?> <div class="dokan-store-sidebar <?php echo esc_attr($sidebar_configs['left']['class']) ;?>"> <?php if ( dokan_get_option( 'enable_theme_store_sidebar', 'dokan_general', 'off' ) == 'off' ) { ?> <div class="dokan-clearfix dokan-store-sidebar" role="complementary"> <div class="dokan-widget-area widget-collapse"> <?php do_action( 'dokan_sidebar_store_before', $store_user, $store_info ); ?> <?php if ( ! dynamic_sidebar( 'sidebar-store' ) ) { $args = array( 'before_widget' => '<aside class="widget">', 'after_widget' => '</aside>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ); if ( class_exists( 'Dokan_Store_Location' ) ) { the_widget( 'Dokan_Store_Category_Menu', array( 'title' => esc_html__( 'Store Category', 'kossy' ) ), $args ); if ( dokan_get_option( 'store_map', 'dokan_general', 'on' ) == 'on' && !empty( $map_location ) ) { the_widget( 'Dokan_Store_Location', array( 'title' => esc_html__( 'Store Location', 'kossy' ) ), $args ); } if ( dokan_get_option( 'contact_seller', 'dokan_general', 'on' ) == 'on' ) { the_widget( 'Dokan_Store_Contact_Form', array( 'title' => esc_html__( 'Contact Vendor', 'kossy' ) ), $args ); } } } ?> <?php do_action( 'dokan_sidebar_store_after', $store_user, $store_info ); ?> </div> </div><!-- #secondary .widget-area --> <?php } else { if ( is_active_sidebar( $sidebar_configs['left']['sidebar'] ) ) { dynamic_sidebar( $sidebar_configs['left']['sidebar'] ); } } ?> </div> <?php endif; ?> <?php if ( isset($sidebar_configs['right']) ) : ?> <div class="dokan-store-sidebar <?php echo esc_attr($sidebar_configs['right']['class']) ;?>"> <?php if ( dokan_get_option( 'enable_theme_store_sidebar', 'dokan_general', 'off' ) == 'off' ) { ?> <div class="dokan-clearfix dokan-store-sidebar" role="complementary"> <div class="dokan-widget-area widget-collapse"> <?php do_action( 'dokan_sidebar_store_before', $store_user, $store_info ); ?> <?php if ( ! dynamic_sidebar( 'sidebar-store' ) ) { $args = array( 'before_widget' => '<aside class="widget">', 'after_widget' => '</aside>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ); if ( class_exists( 'Dokan_Store_Location' ) ) { the_widget( 'Dokan_Store_Category_Menu', array( 'title' => esc_html__( 'Store Category', 'kossy' ) ), $args ); if ( dokan_get_option( 'store_map', 'dokan_general', 'on' ) == 'on' && !empty( $map_location ) ) { the_widget( 'Dokan_Store_Location', array( 'title' => esc_html__( 'Store Location', 'kossy' ) ), $args ); } if ( dokan_get_option( 'contact_seller', 'dokan_general', 'on' ) == 'on' ) { the_widget( 'Dokan_Store_Contact_Form', array( 'title' => esc_html__( 'Contact Vendor', 'kossy' ) ), $args ); } } } ?> <?php do_action( 'dokan_sidebar_store_after', $store_user, $store_info ); ?> </div> </div><!-- #secondary .widget-area --> <?php } else { if ( is_active_sidebar( $sidebar_configs['right']['sidebar'] ) ) { dynamic_sidebar( $sidebar_configs['right']['sidebar'] ); } } ?> </div> <?php endif; ?> </div> </section> <?php get_footer();
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка