PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
widgets
<?php extract( $args ); extract( $instance ); $title = apply_filters('widget_title', $instance['title']); if ( $title ) { echo trim($before_title) . trim( $title ) . $after_title; } $query = new WP_Query(array( 'post_type'=>'post', 'post__in' => $ids )); if( isset($instance['styles']) ) { $styles = $instance['styles']; } if($query->have_posts()){ ?> <div class="post-widget media-post-layout widget-content <?php echo esc_attr($styles); ?>"> <?php while ( $query->have_posts() ): $query->the_post(); ?> <article class="item-post post"> <?php if ( has_post_thumbnail() ) { ?> <div class="entry-thumb <?php echo (!has_post_thumbnail() ? 'no-thumb' : ''); ?>"> <a href="<?php the_permalink(); ?>" aria-hidden="true"> <?php the_post_thumbnail( 'full', array( 'alt' => get_the_title() ) ); ?> </a> </div> <?php } ?> <div class="entry-content <?php echo ( !has_post_thumbnail() ) ? 'no-thumb' : ''; ?>"> <?php if (get_the_title()) { ?> <h3 class="entry-title"> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> <?php besa_post_meta_comment(1, 0); ?> </h3> <?php } ?> <ul class="entry-meta-list"> <li class="entry-date"><?php echo besa_time_link(); ?></li> </ul> </div> </article> <?php endwhile; ?> <?php wp_reset_postdata(); ?> </div> <?php } ?>
[+]
..
[-] custom-menu.php
[edit]
[-] video.php
[edit]
[-] socials.php
[edit]
[-] instagram.php
[edit]
[-] product-brand-image.php
[edit]
[-] single-image.php
[edit]
[-] contact-info.php
[edit]
[-] banner-image.php
[edit]
[-] woo-carousel.php
[edit]
[-] recent-post.php
[edit]
[-] popup-newsletter.php
[edit]
[-] top-rate.php
[edit]
[-] list-categories.php
[edit]
[-] popular-post.php
[edit]
[-] .widgets.php
[edit]
[-] posts.php
[edit]
[-] recent-comment.php
[edit]