| Server IP : 43.130.17.34 / Your IP : 216.73.217.6 Web Server : nginx/1.28.0 System : Linux VM-4-12-opencloudos 6.6.92-34.1.oc9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 25 21:32:13 CST 2025 x86_64 User : www ( 1000) PHP Version : 8.0.26 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/yespkg.com/wp-content/themes/twentytwentysix/ |
Upload File : |
<aside class="aside">
<section class="aside-wrap">
<?php if ( $post_type == 'news' || $taxonomy == 'news_catalog' ) : ?>
<section class="side-widget">
<div class="side-tit-bar">
<h4 class="side-tit">Categories</h4>
</div>
<ul class="side-cate">
<?php echo get_menu( 88 ); ?>
</ul>
</section>
<?php elseif ( is_page() ) : ?>
<section class="side-widget">
<div class="side-tit-bar">
<h4 class="side-tit">Information</h4>
</div>
<ul class="side-cate">
<?php echo get_menu( 17 ); ?>
</ul>
</section>
<?php else: ?>
<section class="side-widget">
<div class="side-tit-bar">
<h4 class="side-tit">Categories</h4>
</div>
<ul class="side-cate">
<?php echo get_menu( 91 ); ?>
</ul>
</section>
<div class="side-widget">
<div class="side-tit-bar">
<h2 class="side-tit">Featured products</h2>
</div>
<div class="side-product-items">
<div class="items_content">
<div class="side_slider">
<ul class="swiper-wrapper">
<?php $args = array( 'showposts' => 5, 'post_type' => 'post', 'meta_query' => array( 'relation' => 'OR', array( 'key' => 'featured_products', 'value' => 'hot-sale-product', 'compare' => 'LIKE' ) ) );
$the_query = new WP_Query( $args );
if ( $the_query->have_posts() ): while ( $the_query->have_posts() ) : $the_query->the_post();
$title = mb_strimwidth( strip_tags( apply_filters( 'the_title', $post->post_title ) ), 0, 300, "..." );
?>
<li class="swiper-slide gm-sep side_product_item">
<figure><a href="<?php the_permalink() ?>" class="item-img">
<img src="<?php the_post_thumbnail_url( 'full' ); ?>"
alt="<?php echo $title; ?>"></a>
<figcaption>
<h3 class="item_title"><a
href="<?php the_permalink() ?>"><?php echo $title; ?></a>
</h3>
</figcaption>
</figure>
</li>
<?php endwhile; endif;
wp_reset_query(); ?>
</ul>
</div>
<div class="btn-prev"></div>
<div class="btn-next"></div>
</div>
</div>
</div>
<?php endif; ?>
</section>
</aside>