| 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 : |
<?php get_header();
$attributes = get_field( 'attributes' );
$pd_banner = get_home_field( 'pd_banner' );
?>
<!-- sys_sub_head -->
<section class="sys_sub_head">
<div class="head_bn_item">
<div class="bn_item_img"><img src="<?php echo $pd_banner['url']; ?>" alt="banner-Products"/> </div>
</div>
<section class="path_bar">
<div class="layout">
<ul>
<li> <a itemprop="breadcrumb" href="/">Home</a></li><li> <a href="#">Products</a></li>
</ul>
</div>
</section>
</section>
<section class="web_main page_main">
<div class="layout">
<?php get_sidebar();?>
<section class="main">
<div class="product-list">
<h1 class="page_title">
<?php wp_title(); ?>
</h1>
<ul class="product_list_items">
<?php if ( have_posts() ): while ( have_posts() ) : the_post();
$title = mb_strimwidth( strip_tags( apply_filters( 'the_title', $post->post_title ) ), 0, 300, "..." );
?>
<li class="product_list_item">
<figure>
<span class="item_img"><img src="<?php the_post_thumbnail_url( 'full' ); ?>" alt="<?php echo $title; ?>"><a href="<?php the_permalink() ?>" title="<?php echo $attribute['title']; ?>"></a> </span>
<figcaption>
<div class="item_information">
<h3 class="item_title"><a href="<?php the_permalink() ?>" title="<?php echo $title; ?>"><?php echo $title; ?></a></h3>
<div class="item_info">
<?php foreach ( $attributes as $attribute ): ?>
<li><em style="font-weight: bold;"><?php echo $attribute['title']; ?>: </em> <?php echo $attribute['attribute']; ?></li>
<?php endforeach; ?>
<?php the_field( 'short_description' ); ?>
</div>
<div class="product_btns">
<a href="javascript:" class="priduct_btn_inquiry add_email12">inquiry</a><a href="<?php the_permalink() ?>" class="priduct_btn_detail">detail</a>
</div>
</figcaption>
</figure>
</li>
<?php endwhile; endif; wp_reset_query(); ?>
</ul>
<div class="page_bar">
<div class="pages"><?php echo izt_pagenavi();?></div>
</div>
</div>
</section>
</div>
</section>
<?php get_footer(); ?>