���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/righteousmag.com/wp-content__a986334/themes/theme/template-parts/content-gallery.php
���ѧ٧ѧ�
<?php /** * Template part for displaying posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package appside */ $appside = Appside(); $post_meta = get_post_meta(get_the_ID(),'appside_post_gallery_options',true); $post_meta_gallery = isset($post_meta['gallery_images']) && !empty($post_meta['gallery_images']) ? $post_meta['gallery_images'] : ''; $gallery_image = explode(',',$post_meta_gallery); ?> <article id="post-<?php the_ID(); ?>" <?php post_class('single-blog-classic-item margin-bottom-30'); ?>> <?php if ( isset($post_meta['gallery_images']) && !empty($post_meta['gallery_images']) ): ?> <div id="appside_post_gallery" class="carousel slide thumb" data-ride="carousel"> <div class="time"> <span class="date"><?php echo esc_html(get_the_date('d'))?></span> <span class="month"><?php echo esc_html(get_the_date('M'))?></span> </div> <ol class="carousel-indicators"> <?php for ($i =0; $i < count($gallery_image); $i++){ $class = 0 == $i ? 'active' : ''; printf('<li data-target="#appside_post_gallery" data-slide-to="%2$s" class="%1$s"></li>',esc_attr($i),esc_attr($class)); } ?> </ol> <div class="carousel-inner"> <?php for ($i=0; $i < count($gallery_image); $i++): $class = 0 == $i ? 'active' : ''; $img_src = wp_get_attachment_image_src($gallery_image[$i],'appside_classic'); $img_alt = get_post_meta($gallery_image[$i],'wp_attachment_image_alt',true); ?> <div class="carousel-item <?php echo esc_attr($class);?>"> <img class="d-block w-100" src="<?php echo esc_url($img_src[0]);?>" alt="<?php echo esc_attr($img_alt);?>"> </div> <?php endfor; ?> </div> <a class="carousel-control-prev" href="#appside_post_gallery" role="button" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> </a> <a class="carousel-control-next" href="#appside_post_gallery" role="button" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> </a> </div> <?php else: if ( has_post_thumbnail() ): ?> <div class="thumb"> <?php $appside->post_thumbnail(); ?> <div class="time"> <span class="date"><?php echo esc_html(get_the_date('d'))?></span> <span class="month"><?php echo esc_html(get_the_date('M'))?></span> </div> </div> <?php endif; endif; ?> <div class="content"> <?php get_template_part('template-parts/common/post-meta'); the_title( '<h2 class="title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); get_template_part('template-parts/common/post-excerpt'); ?> </div> </article><!-- #post-<?php the_ID(); ?> -->
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.3 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�