PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
easyweb
<?php get_header(); $easyweb_webnus_options = easyweb_webnus_options(); $sidebar = isset($easyweb_webnus_options['easyweb_webnus_blog_sidebar']) ? $easyweb_webnus_options['easyweb_webnus_blog_sidebar'] : '' ; $template = isset($easyweb_webnus_options['easyweb_webnus_blog_template']) ? $easyweb_webnus_options['easyweb_webnus_blog_template'] : '' ; $easyweb_webnus_options['easyweb_webnus_blog_page_title_enable'] = isset($easyweb_webnus_options['easyweb_webnus_blog_page_title_enable']) ? $easyweb_webnus_options['easyweb_webnus_blog_page_title_enable'] : '' ; $easyweb_webnus_options['easyweb_webnus_blog_page_title'] = isset($easyweb_webnus_options['easyweb_webnus_blog_page_title']) ? $easyweb_webnus_options['easyweb_webnus_blog_page_title'] : '' ; $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_blog_meta_category_enable'] = isset($easyweb_webnus_options['easyweb_webnus_blog_meta_category_enable']) ? $easyweb_webnus_options['easyweb_webnus_blog_meta_category_enable'] : '' ; $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_comments_enable'] = isset($easyweb_webnus_options['easyweb_webnus_blog_meta_comments_enable']) ? $easyweb_webnus_options['easyweb_webnus_blog_meta_comments_enable'] : '' ; $easyweb_webnus_last_time = get_the_time(get_option( 'date_format' )); $easyweb_webnus_i=1; $easyweb_webnus_flag = false; //timeline if ($template == 6 || $template == 7) // disabled sidebar in masonry or timeline $sidebar = 'none'; if ($template == 4 || $template == 5) // post count in template 4,5 $p_count = '0'; ?> <?php // start headline if($easyweb_webnus_options['easyweb_webnus_blog_page_title_enable']){ echo'<section id="headline"><div class="container"><h2>'. $easyweb_webnus_options['easyweb_webnus_blog_page_title'] .'</h2></div></section>'; } // end headline ?> <?php // start main content if($template == 1 || $template == 2 || $template == 3 || $template == 4 || $template == 5){ echo '<section class="container page-content" ><hr class="vertical-space2">'; if ($sidebar == 'left' || $sidebar == 'both'){?> <aside class="col-md-3 sidebar leftside"> <?php if( is_active_sidebar( 'Left Sidebar' ) ) dynamic_sidebar( 'Left Sidebar' ); ?> </aside> <?php } if ($sidebar == 'both') $class='col-md-6 cntt-w'; elseif ($sidebar == 'right' || $sidebar == 'left') $class='col-md-9 cntt-w'; else // none sidebar $class='col-md-12 omega'; echo '<section class="'. $class .'">'; }else if ($template == 6){ echo'<section id="main-content-pin"><div class="container"><div id="pin-content">'; }else if ($template == 7){ echo'<section id="main-timeline"><div class="container"><div id="tline-content">'; } // end main content ?> <?php if ($template == 3) echo '<div class="row">'; if(have_posts()): while( have_posts() ): the_post(); if( $sidebar == 'both') get_template_part('parts/blogloop','bothsidebar'); else{ switch($template){ case 2: get_template_part('parts/blogloop','type2'); break; case 3: get_template_part('parts/blogloop','type3'); break; case 4: if($p_count == '0') get_template_part('parts/blogloop'); else get_template_part('parts/blogloop','type2'); $p_count++; break; case 5: if($p_count == '0'){ get_template_part('parts/blogloop'); echo '<div class="row">'; }else get_template_part('parts/blogloop','type3'); $p_count++; break; case 6: get_template_part('parts/blogloop','masonry'); break; case 7: global $post; $post_format = get_post_format(get_the_ID()); $content = get_the_content(); if( !$post_format ) $post_format = 'standard'; if(($easyweb_webnus_last_time != date(' F Y',strtotime($post->post_date)) ) || $easyweb_webnus_i==1){ $easyweb_webnus_last_time = date(' F Y',strtotime($post->post_date)); echo '<div class="tline-topdate">'. date(' F Y',strtotime($post->post_date)) .'</div>'; if( $easyweb_webnus_i>1 ) $easyweb_webnus_flag = true; } ?> <article id="post-<?php the_ID(); ?>" class="tline-box <?php if(($easyweb_webnus_i%2)==0 && $easyweb_webnus_flag) { $easyweb_webnus_flag = false; $easyweb_webnus_i++; } elseif( ($easyweb_webnus_i%2)==0 ) echo ' rgtline'; ?>"> <span class="tline-row-<?php if(($easyweb_webnus_i%2)==0) echo 'r'; else echo 'l'; ?>"></span> <div class="tline-author-box"> <?php echo get_avatar( get_the_author_meta( 'user_email' ), 90 ); ?> <h6 class="tline-author"> <?php the_author_posts_link(); ?> </h6> <h6 class="tline-date"><?php esc_html_e('Posted at: ','easyweb'); ?><a href="<?php the_permalink(); ?>"><?php echo get_the_date('d M Y');?></a></h6> </div> <?php if( $easyweb_webnus_options['easyweb_webnus_blog_featuredimage_enable'] ){ $meta_video = rwmb_meta( 'easyweb_featured_video_meta' ); if( 'video' == $post_format || 'audio' == $post_format){ $pattern = '\\[' . '(\\[?)' . "(gallery)" . '(?![\\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); } }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 get_the_image( array( 'meta_key' => array( 'Thumbnail', 'Thumbnail' ), 'size' => 'easyweb_webnus_blog2_thumb' ) ); } ?> <br> <div class="tline-ecxt"> <?php if( $easyweb_webnus_options['easyweb_webnus_blog_meta_category_enable'] ):?> <h6 class="blog-cat-tline"> <?php the_category('- ') ?></h6> <?php endif; ?> <?php 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]; ?> <h4><a href="<?php echo esc_url($link); ?>"><?php the_title(); ?></a></h4> <?php }else{ ?> <h4><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4> <?php } } } ?> </div> <?php if($easyweb_webnus_options['easyweb_webnus_blog_meta_comments_enable']) { ?> <div class="blog-com-sp"> <?php comments_popup_link(esc_html__('No Comments','easyweb') . ' »', esc_html__('1 Comment','easyweb').' »', esc_html__('% Comments','easyweb').' »'); ?></div> <?php } ?> </article> <?php $easyweb_webnus_i++; break; default: get_template_part('parts/blogloop'); //type 1 break; } } endwhile; else: get_template_part('blogloop-none'); endif; if($template == 7) // for timeline echo'<div class="tline-topdate enddte">'. get_the_time(get_option( 'date_format' )) .'</div></div>'; ?> <?php if($template == 3 || $template == 5 || $template == 6 || $template == 7) echo '</div>'; ?> <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } else { echo '<div class="wp-pagenavi">'; next_posts_link(esc_html__('← Previous page', 'easyweb')); previous_posts_link(esc_html__('Next page →', 'easyweb')); echo '</div>'; } ?> <hr class="vertical-space"> <?php if($template == 1 || $template == 2 || $template == 3 || $template == 4 || $template == 5) : ?> </section> <?php endif ?> <?php if ($sidebar == 'right' || $sidebar == 'both'){?> <aside class="col-md-3 sidebar"> <?php if( is_active_sidebar( 'Right Sidebar' ) ) dynamic_sidebar( 'Right Sidebar' ); ?> </aside> <?php } ?> <?php if($template == 1 || $template == 2 || $template == 3 || $template == 4 || $template == 5) echo '</section>'; ?> <?php get_footer(); ?>
[+]
..
[-] header.php
[edit]
[-] single.php
[edit]
[-] style.css
[edit]
[-] screenshot.png
[edit]
[-] comments.php
[edit]
[+]
languages
[+]
parts
[+]
inc
[-] search.php
[edit]
[-] index.php
[edit]
[-] searchform.php
[edit]
[+]
vc_templates
[+]
fonts
[-] wpml-config.xml
[edit]
[-] single-portfolio.php
[edit]
[-] rtl.css
[edit]
[+]
css
[-] page.php
[edit]
[-] author.php
[edit]
[-] functions.php
[edit]
[-] archive.php
[edit]
[-] 404.php
[edit]
[-] Change_log.txt
[edit]
[+]
images
[+]
js
[-] taxonomy-portfolio_category.php
[edit]
[-] attachment.php
[edit]
[-] COPYING.txt
[edit]
[-] footer.php
[edit]
[-] readme.txt
[edit]