PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
service-finder
<?php /***************************************************************************** * * copyright(c) - aonetheme.com - Service Finder Team * More Info: http://aonetheme.com/ * Coder: Service Finder Team * Email: contact@aonetheme.com * ******************************************************************************/ ?> <?php //Get Global variable $current_template = service_finder_global_params('current_template'); /*Get thumbnail for post according to their sizes*/ switch($current_template){ case 'blog-grid-2.php': if ( has_post_thumbnail() ) { $imgsrc = wp_get_attachment_image_src( get_post_thumbnail_id(), 'service_finder-blog-2-coloum' ); } break; case 'blog-grid-3.php': if ( has_post_thumbnail() ) { $imgsrc = wp_get_attachment_image_src( get_post_thumbnail_id(), 'service_finder-blog-3-coloum' ); } break; case 'blog-left-sidebar.php': if ( has_post_thumbnail() ) { $imgsrc = wp_get_attachment_image_src( get_post_thumbnail_id(), 'service_finder-blog-left-sidebar' ); } break; case 'blog-no-sidebar.php': if ( has_post_thumbnail() ) { $imgsrc = wp_get_attachment_image_src( get_post_thumbnail_id(), 'service_finder-blog-no-sidebar' ); } break; case 'blog-right-sidebar.php': if ( has_post_thumbnail() ) { $imgsrc = wp_get_attachment_image_src( get_post_thumbnail_id(), 'service_finder-blog-right-sidebar' ); } break; case 'blog-standard.php': if ( has_post_thumbnail() ) { $imgsrc = wp_get_attachment_image_src( get_post_thumbnail_id(), 'service_finder-blog-thumbimage' ); } break; default: if ( has_post_thumbnail() ) { $imgsrc = wp_get_attachment_image_src( get_post_thumbnail_id(), 'service_finder-blog-right-sidebar' ); } break; } ?> <!-- Content section for blogs start --> <div class="post-thum"> <?php if(!empty($imgsrc[0])) {?><img title="<?php esc_attr(the_title()); ?>" alt="<?php esc_attr(the_title()); ?>" src="<?php echo esc_url($imgsrc[0]); ?>"><?php } ?> </div> <div class="post-info"> <div class="post-date"> <strong><?php echo date('d',strtotime(get_the_date())); ?></strong> <span><?php echo date('M',strtotime(get_the_date())); ?></span> </div> <div class="post-text"> <h4 class="post-title"> <a href="<?php esc_url(the_permalink()) ?>"><?php the_title(); ?></a> </h4> <p><?php echo get_the_excerpt(); ?></p> <?php $allowedpaginatehtml = array( 'i' => array( 'class' => array(), ), ); ?> <?php $defaults = array( 'before' => '<div class="sf-link-pages">' . esc_html__('Pages:', 'service-finder' ), 'after' => '</div>', 'link_before' => '', 'link_after' => '', 'next_or_number' => 'number', 'separator' => ' ', 'nextpagelink' => wp_kses('<i class="fa fa-angle-right"></i>', $allowedpaginatehtml ), 'previouspagelink' => wp_kses('<i class="fa fa-angle-left"></i>', $allowedpaginatehtml ), 'pagelink' => '%', 'echo' => 1 ); wp_link_pages( $defaults ); ?> </div> <?php if ( is_sticky() && is_home() && ! is_paged() ) { printf( '<span class="sticky-post">%s</span>', esc_html__( 'Featured', 'service-finder' ) ); } ?> <div class="post-meta"> <ul> <li> <?php $format = get_post_format(); if ( current_theme_supports( 'post-formats', $format ) ) { echo '<li class="post-format"><i class="fa fa-file-text"></i>'; printf( '<span class="entry-format">%1$s<a href="%2$s">%3$s</a></span>', sprintf( '<span class="screen-reader-text">%s </span>', _x( 'Format', 'Used before post format.', 'service-finder' ) ), esc_url( get_post_format_link( $format ) ), get_post_format_string( $format ) ); echo '</li>'; } ?> </li> <li class="post-author"><i class="fa fa-user"></i> <?php esc_html_e('By', 'service-finder'); ?> <?php the_author_posts_link() ?> </li> <?php $allowedhtml = array( 'a' => array( 'href' => array(), 'title' => array() ), ); ?> <li class="post-comment"><i class="fa fa-comments"></i><?php printf( wp_kses('<a href="%s">%d Comments</a>', $allowedhtml ),esc_url(get_comments_link()), get_comments_number( get_the_id() ) ); ?> </li> <li class="post-categories"><i class="fa fa-folder-open"></i> <?php the_category(', '); ?> </li> <li class="post-tags"><i class="fa fa-tags"></i> <?php the_tags(); ?> </li> </ul> <a href="<?php esc_url(the_permalink()) ?>" class="read-more"> <?php esc_html_e('Read More', 'service-finder'); ?> </a> </div> </div> <!-- Content section for blogs end -->
[+]
..
[-] 404.php
[edit]
[-] style.css
[edit]
[-] content-category.php
[edit]
[+]
wp-job-manager-alerts
[-] content-none.php
[edit]
[-] page.php
[edit]
[-] single-sf_articles.php
[edit]
[+]
inc
[-] category.php
[edit]
[-] search.php
[edit]
[-] sidebar.php
[edit]
[-] README.md
[edit]
[-] screenshot.png
[edit]
[+]
plugins
[-] archive.php
[edit]
[-] comments.php
[edit]
[-] single.php
[edit]
[+]
wc-vendors
[-] single-sf_comment_rating.php
[edit]
[-] content-author.php
[edit]
[-] archive-sf_answers.php
[edit]
[-] index.php
[edit]
[-] archive-sf_questions.php
[edit]
[+]
lib
[-] header.php
[edit]
[-] styles.php
[edit]
[+]
languages
[+]
job_manager
[-] footer.php
[edit]
[+]
templates
[-] readme.txt
[edit]
[-] functions.php
[edit]
[-] content-search.php
[edit]
[+]
frontend
[+]
Demo
[-] favicon.ico
[edit]
[-] author.php
[edit]
[-] single-sf_questions.php
[edit]
[-] single-sf_answers.php
[edit]
[-] single-job_listing.php
[edit]