PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
devicing
/
wp-content
/
themes
/
agile
<?php /** * Post Template * * This template is loaded when browsing a Wordpress post. * * @package Agile * @subpackage Template */ function mo_display_post_thumbnail() { $post_id = get_the_ID(); $args = mo_get_thumbnail_args_for_singular(); $image_size = $args['image_size']; $thumbnail_exists = mo_display_video_or_slider_thumbnail($post_id, $image_size); if (!$thumbnail_exists) { $thumbnail_exists = mo_thumbnail($args); } return $thumbnail_exists; } get_header(); ?> <?php mo_exec_action('before_content'); ?> <div id="content" class="<?php echo mo_get_content_class(); ?>"> <?php mo_exec_action('start_content'); ?> <div class="hfeed"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php mo_exec_action('before_entry'); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php mo_exec_action('start_entry'); ?> <?php echo mo_get_entry_title(); ?> <?php echo '<div class="entry-meta">' . mo_entry_published("M d") . mo_entry_author() . mo_entry_terms_list('category') . mo_entry_comments_link() . '</div>'; ?> <div class="entry-content clearfix"> <?php mo_display_post_thumbnail(); ?> <?php the_content(); ?> <?php wp_link_pages(array('link_before' => '<span class="page-number">', 'link_after' => '</span>', 'before' => '<p class="page-links">' . __('Pages:', 'mo_theme'), 'after' => '</p>')); ?> </div> <!-- .entry-content --> <?php $post_tags = wp_get_post_tags($post->ID); if (!empty($post_tags)) : ?> <div class="entry-meta"> <div class="taglist"> <i class="icon-tags2"></i> <?php echo mo_entry_terms_list('post_tag'); ?> </div> </div> <?php endif; ?> <?php mo_exec_action('end_entry'); ?> </article><!-- .hentry --> <?php mo_exec_action('after_entry'); ?> <?php mo_display_sidebar('after-singular-post'); ?> <?php mo_exec_action('after_singular'); ?> <?php comments_template('/comments.php', true); // Loads the comments.php template. ?> <?php endwhile; ?> <?php endif; ?> </div> <!-- .hfeed --> <?php mo_exec_action('end_content'); ?> <?php get_template_part('loop-nav'); // Loads the loop-nav.php template. ?> </div><!-- #content --> <?php mo_exec_action('after_content'); ?> <?php get_sidebar(); ?> <?php get_footer(); ?>
[+]
framework
[-] template-portfolio.php
[open]
[-] template-gallery.php
[open]
[-] comments.php
[open]
[-] template-bookmarks.php
[open]
[-] archive-gallery_item.php
[open]
[-] loop-nav.php
[open]
[-] template-2c-r.php
[open]
[+]
images
[+]
css
[-] functions.php
[open]
[-] 404.php
[open]
[-] menu-footer.php
[open]
[-] .DS_Store
[open]
[-] sidebar.php
[open]
[+]
..
[-] searchform.php
[open]
[-] loop-gallery.php
[open]
[-] single.php
[open]
[-] dynamic.css
[open]
[-] template-sitemap.php
[open]
[-] home.php
[open]
[-] template-portfolio-filterable.php
[open]
[-] template-full-width.php
[open]
[-] menu-primary.php
[open]
[+]
js
[-] template-popular-posts.php
[open]
[-] license.txt
[open]
[-] single-page_section.php
[open]
[-] template-gallery-filterable.php
[open]
[-] menu-mobile.php
[open]
[-] loop-portfolio.php
[open]
[+]
woocommerce
[-] template-archives.php
[open]
[-] taxonomy-gallery_category.php
[open]
[-] page-content.php
[open]
[-] yarpp-template-agile.php
[open]
[-] page.php
[open]
[-] footer.php
[open]
[-] error_log
[open]
[-] taxonomy-portfolio_category.php
[open]
[-] attachment.php
[open]
[-] template-1c.php
[open]
[-] loop-error.php
[open]
[-] page-content-lite.php
[open]
[-] search.php
[open]
[-] loop-meta.php
[open]
[-] template-home.php
[open]
[-] single-portfolio.php
[open]
[-] template-single-page-site.php
[open]
[-] archive.php
[open]
[-] header.php
[open]
[-] archive-portfolio.php
[open]
[-] screenshot.png
[open]
[-] template-blog.php
[open]
[+]
languages
[-] index.php
[open]
[+]
custom
[-] template-portfolio-home.php
[open]
[-] style.css
[open]