C:\xampp\htdocs\landing\wp-content\plugins\penci-framework\shortcodes\sliders\style-23.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?php
$slider_i 
0;

$slider_title_length '100';
while ( 
$query_slider->have_posts() ) :
    
$query_slider->the_post();
    
$slider_i ++;
    
?>
    <div class="penci-item-mag penci-item-mag-<?php echo $slider_i?>">
        <?php
        
echo Penci_Helper_Shortcode::get_image_holder(  array(
            
'image_size' => 'penci-thumb-960-auto',
            
'class'      => 'owl-lazy',
            
'use_penci_lazy' => false
        
) );
        
?>
        <div class="penci-slider-overlay">
            <div class="penci-featured-content">
                <a class="featured-slider-overlay" href="<?php the_permalink(); ?>"></a>
                <div class="penci-slider__text">
                    <?php
                    
if( empty( $atts['hide_cat'] ) ){
                        if( isset( 
$atts['show_allcat'] ) && $atts['show_allcat'] ){
                            
$categories_list =  Penci_Framework_Helper::get_the_category_list' ' );
                            if( 
$categories_list ){
                                echo
'<div class="cat penci-slider__cat">' $categories_list '</div>';
                            }
                        }else{
                            echo 
'<div class="cat penci-slider__cat">' Penci_Framework_Helper::show_category''''false ) . '</div>';
                        }
                    }
                    
?>
                    <h3 class="entry-title">
                        <a title="<?php echo wp_strip_all_tagsget_the_title() ); ?>" href="<?php the_permalink() ?>"><?php echo penci_trim_post_titleget_the_ID(), $atts['post_standard_title_length'] ); ?></a>
                    </h3>
                    <?php if (  ! $atts['hide_count_view'] || ! $atts['hide_comment'] || ( isset( $atts['show_author'] ) && $atts['show_author'] ) ): ?>
                        <div class="penci-slider__meta">
                            <?php
                            
if( function_exists'penci_get_post_author' ) && isset( $atts['show_author'] ) && $atts['show_author'] ){
                                
penci_get_post_authortruefalse );
                            }
                            
?>
                            <?php if ( ! $atts['hide_post_date'] && function_exists'penci_get_post_date' ) ): ?>
                                <?php penci_get_post_dateget_the_ID(), true ); ?>
                            <?php endif; ?>
                            <?php if ( ! $atts['hide_count_view'] && function_exists'penci_get_post_countview' ) ): ?>
                                <?php penci_get_post_countviewget_the_ID(), true ); ?>
                            <?php endif; ?>
                            <?php if ( ! $atts['hide_comment'] ): ?>
                                <span class="entry-meta-item penci-slider__comments"><a href="<?php comments_link(); ?> "><i class="la la-comments"></i><?php  comments_number'0''1''%' ); ?></a></span>
                            <?php endif; ?>

                        </div>
                    <?php endif; ?>
                </div>
            </div>
        </div>
    </div>
    <?php

endwhile;
wp_reset_postdata();
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586