PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
easyweb
/
parts
<?php $easyweb_webnus_options = easyweb_webnus_options(); $easyweb_webnus_options['easyweb_webnus_blog_posttitle_enable'] = isset($easyweb_webnus_options['easyweb_webnus_blog_posttitle_enable']) ? $easyweb_webnus_options['easyweb_webnus_blog_posttitle_enable'] : '' ; $easyweb_webnus_options['easyweb_webnus_blog_meta_gravatar_enable'] = isset($easyweb_webnus_options['easyweb_webnus_blog_meta_gravatar_enable']) ? $easyweb_webnus_options['easyweb_webnus_blog_meta_gravatar_enable'] : '' ; $easyweb_webnus_options['easyweb_webnus_blog_featuredimage_enable'] = isset($easyweb_webnus_options['easyweb_webnus_blog_featuredimage_enable']) ? $easyweb_webnus_options['easyweb_webnus_blog_featuredimage_enable'] : '' ; $easyweb_webnus_options['easyweb_webnus_no_image'] = isset($easyweb_webnus_options['easyweb_webnus_no_image']) ? $easyweb_webnus_options['easyweb_webnus_no_image'] : '' ; $easyweb_webnus_options['easyweb_webnus_blog_excerptfull_enable'] = isset($easyweb_webnus_options['easyweb_webnus_blog_excerptfull_enable']) ? $easyweb_webnus_options['easyweb_webnus_blog_excerptfull_enable'] : '' ; $easyweb_webnus_options['easyweb_webnus_blog_excerpt_large'] = isset($easyweb_webnus_options['easyweb_webnus_blog_excerpt_large']) ? $easyweb_webnus_options['easyweb_webnus_blog_excerpt_large'] : '' ; $easyweb_webnus_options['easyweb_webnus_blog_readmore_text'] = isset($easyweb_webnus_options['easyweb_webnus_blog_readmore_text']) ? $easyweb_webnus_options['easyweb_webnus_blog_readmore_text'] : '' ; $easyweb_webnus_options['easyweb_webnus_blog_social_share'] = isset($easyweb_webnus_options['easyweb_webnus_blog_social_share']) ? $easyweb_webnus_options['easyweb_webnus_blog_social_share'] : '' ; $post_thumb = (!has_post_thumbnail())? 'post-no-image':''; $classes = array( 'blog-post', 'blgtyp1', $post_thumb, ); ?> <article id="post-<?php the_ID(); ?>" <?php post_class($classes); ?>> <div class="blog-inner"> <?php $post_format = get_post_format(get_the_ID()); $content = get_the_content(); ?> <div class="blgt1-top-sec"> <h6 class="blog-comments"> <span class="post-format-icon <?php echo get_post_format(); ?>"></span> <a href="<?php the_permalink(); ?>#comments"> <?php comments_number( '0', '1', '%'); ?></a> </h6> <div class="blog1-header-wrap"> <?php if( function_exists( 'wp_review_show_total' ) ) { wp_review_show_total(true, 'review-total-only small-thumb'); } if( $easyweb_webnus_options['easyweb_webnus_blog_posttitle_enable'] ) { if( ('aside' != $post_format ) && ('quote' != $post_format) ) { if( 'link' == $post_format ) { preg_match('/\b(?:(?:https?|ftp):\/\/|www\.)[-a-z0-9+&@#\/%?=~_|!:,.;]*[-a-z0-9+&@#\/%=~_|]/i', $content,$matches); $content = preg_replace('/\b(?:(?:https?|ftp):\/\/|www\.)[-a-z0-9+&@#\/%?=~_|!:,.;]*[-a-z0-9+&@#\/%=~_|]/i','', $content,1); $link =''; if(isset($matches) && is_array($matches)) $link = $matches[0]; ?> <h3><a href="<?php echo esc_url($link); ?>"><?php the_title() ?></a></h3> <?php } else { ?> <h3><a href="<?php the_permalink(); ?>"><?php the_title() ?></a></h3> <?php } } } if ( $post_format != 'quote' ) { if( $easyweb_webnus_options['easyweb_webnus_blog_meta_gravatar_enable'] ) { ?> <div class="au-avatar-box"> <div class="au-avatar"><?php echo get_avatar( get_the_author_meta( 'user_email' ), 90 ); ?></div> </div> <?php } ?> <h6 class="blog-author"><?php esc_html_e('Posted by:','easyweb') . the_author_posts_link(); ?></h6> <h6 class="blog-date"><a href="<?php the_permalink(); ?>"><?php the_time(get_option( 'date_format' )) ?></a></h6> <h6 class="blog-cat"><?php esc_html_e('in:','easyweb') . the_category(', '); ?></h6> <?php } ?> </div> </div> <?php if( !$post_format ) $post_format = 'standard'; if( $easyweb_webnus_options['easyweb_webnus_blog_featuredimage_enable'] ) { $meta_video = rwmb_meta( 'easyweb_featured_video_meta' ); // video post type if( 'video' == $post_format || 'audio' == $post_format) { $pattern = '\\[' .'(\\[?)' ."(video|audio)" .'(?![\\w-])' .'(' .'[^\\]\\/]*' .'(?:' .'\\/(?!\\])' .'[^\\]\\/]*' .')*?' .')' .'(?:' .'(\\/)' .'\\]' .'|' .'\\]' .'(?:' .'(' .'[^\\[]*+' .'(?:' .'\\[(?!\\/\\2\\])' .'[^\\[]*+' .')*+' .')' .'\\[\\/\\2\\]' .')?' .')' .'(\\]?)'; preg_match('/'.$pattern.'/s', $post->post_content, $matches); if( (is_array($matches)) && (isset($matches[3])) && ( ($matches[2] == 'video') || ('audio' == $post_format)) && (isset($matches[2]))) { $video = $matches[0]; echo do_shortcode($video); $content = preg_replace('/'.$pattern.'/s', '', $content); } else if( (!empty( $meta_video )) ) { echo do_shortcode($meta_video); } // gallery post type } else if( 'gallery' == $post_format) { $pattern = '\\[' .'(\\[?)' ."(gallery)" .'(?![\\w-])' .'(' .'[^\\]\\/]*' .'(?:' .'\\/(?!\\])' .'[^\\]\\/]*' .')*?' .')' .'(?:' .'(\\/)' .'\\]' .'|' .'\\]' .'(?:' .'(' .'[^\\[]*+' .'(?:' .'\\[(?!\\/\\2\\])' .'[^\\[]*+' .')*+' .')' .'\\[\\/\\2\\]' .')?' .')' .'(\\]?)'; preg_match('/'.$pattern.'/s', $post->post_content, $matches); if( (is_array($matches)) && (isset($matches[3])) && ($matches[2] == 'gallery') && (isset($matches[2]))) { $ids = (shortcode_parse_atts($matches[3])); if(is_array($ids) && isset($ids['ids'])) $ids = $ids['ids']; echo do_shortcode('[vc_gallery onclick="link_no" img_size= "full" type="flexslider_fade" interval="3" images="'.$ids.'" custom_links_target="_self"]'); $content = preg_replace('/'.$pattern.'/s', '', $content); } } else { if(has_post_thumbnail()){ get_the_image(array('meta_key' => array( 'Full', 'Full' ), 'size' => 'Full')); }else{ if($easyweb_webnus_options['easyweb_webnus_no_image']){ $no_image_src = isset( $easyweb_webnus_options['easyweb_webnus_no_image_src']['url'] ) ? $easyweb_webnus_options['easyweb_webnus_no_image_src']['url'] : get_template_directory_uri() . '/images/no_image.jpg'; echo '<img alt="'.get_the_title().'" width="756" height="443" src="'.$no_image_src.'">'; } } } } ?> <div class="blgt1-inner"> <?php if( 0 == $easyweb_webnus_options['easyweb_webnus_blog_excerptfull_enable'] ) { if( 'quote' == $post_format ) echo '<blockquote>'; echo '<p>'; echo easyweb_webnus_excerpt(($easyweb_webnus_options['easyweb_webnus_blog_excerpt_large'])?$easyweb_webnus_options['easyweb_webnus_blog_excerpt_large']:93); echo '... <br><br><a class="readmore" href="' . get_permalink($post->ID) . '">' . esc_html($easyweb_webnus_options['easyweb_webnus_blog_readmore_text']) . '</a>'; echo '</p>'; if( 'quote' == $post_format ) echo '</blockquote>'; } else { if( 'quote' == $post_format ) echo '<blockquote>'; echo apply_filters('the_content',$content); if( 'quote' == $post_format ) echo '</blockquote>'; } ?> </div> <?php if ( $post_format == 'quote' ) { if( $easyweb_webnus_options['easyweb_webnus_blog_meta_gravatar_enable'] ) { ?> <div class="au-avatar-box"> <div class="au-avatar"><?php echo get_avatar( get_the_author_meta( 'user_email' ), 90 ); ?></div> </div> <?php } ?> <h6 class="blog-author"><?php esc_html_e('Posted by','easyweb') . the_author_posts_link(); ?></h6> <h6 class="blog-date"><a href="<?php the_permalink(); ?>"><?php the_time(get_option( 'date_format' )) ?></a></h6> <h6 class="blog-cat"><?php esc_html_e('in','easyweb') . the_category(', '); ?></h6> <?php } ?> <?php if( 1 == $easyweb_webnus_options['easyweb_webnus_blog_social_share'] ) { ?> <div class="postmetadata"> <div class="blog-social"> <a class="facebook" href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php the_title(); ?>" target="blank"><i class="fa-facebook"></i></a> <a class="google" href="https://plusone.google.com/_/+1/confirm?hl=en-US&url=<?php the_permalink(); ?>" target="_blank"><i class="fa-google"></i></a> <a class="twitter" href="https://twitter.com/intent/tweet?original_referer=<?php the_permalink(); ?>&text=<?php the_title(); ?>&tw_p=tweetbutton&url=<?php the_permalink(); ?><?php echo isset( $twitter_user ) ? '&via='.$twitter_user : ''; ?>" target="_blank"><i class="fa-twitter"></i></a> <a class="linkedin" href="http://www.linkedin.com/shareArticle?mini=true&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>&source=<?php bloginfo( 'name' ); ?>"><i class="fa-linkedin"></i></a> <a class="email" href="mailto:?subject=<?php the_title(); ?>&body=<?php the_permalink(); ?>"><i class="fa-envelope"></i></a> </div> </div> <?php } ?> <hr class="vertical-space1"> </div> </article>
[+]
..
[-] blogloop-search.php
[edit]
[-] blogloop.php
[edit]
[-] news-ticker.php
[edit]
[-] instagram-bar.php
[edit]
[-] topbar.php
[edit]
[-] subscribe-bar.php
[edit]
[-] header1.php
[edit]
[-] social.php
[edit]
[-] blogloop-none.php
[edit]
[-] footer-bottom.php
[edit]
[-] blogloop-masonry.php
[edit]
[-] blogloop-type3.php
[edit]
[-] header2.php
[edit]
[-] header5.php
[edit]
[-] social-bar.php
[edit]
[-] blogloop-bothsidebar.php
[edit]
[-] header4.php
[edit]
[-] header3.php
[edit]
[-] blogloop-type2.php
[edit]