PATH:
home
/
letacommog
/
pymreception1
/
wp-content
/
themes
/
legenda
<?php /** * The Template for displaying single portfolio project. * */ get_header(); ?> <?php et_page_heading(); ?> <div class="container"> <div class="page-content sidebar-position-without"> <div class="row"> <div class="content span12"> <?php if ( etheme_get_option( 'enable_portfolio' ) != 'off' ): ?> <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $args = array( 'post_type' => 'etheme_portfolio', 'paged' => $paged, 'posts_per_page' => etheme_get_option('portfolio_count'), ); $loop = new WP_Query($args); ?> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <div class="portfolio-single-item"> <?php the_content(); ?> </div> <?php endwhile; // End the loop. Whew. ?> <?php else: ?> <h3><?php _e('No pages were found!', 'legenda') ?></h3> <?php endif; ?> <div class="clear"></div> <?php if(etheme_get_option('recent_projects')) { echo etheme_get_recent_portfolio(8, __('Recent Works', 'legenda'), $post->ID); } if(etheme_get_option('portfolio_comments')) { comments_template( '', true ); } ?> <?php else: ?> <p class="alert-info"><?php esc_html_e( 'To use "Portfolio Template" enable "Portfolio" in the MODULE section of theme options', 'legenda' ); ?></p> <?php endif; ?> </div> </div> </div> </div> <?php get_footer(); ?>
[+]
..
[-] taxonomy.php
[edit]
[-] content-timeline.php
[edit]
[-] portfolio-slide.php
[edit]
[-] comments.php
[edit]
[+]
bbpress
[-] sidebar-custom.php
[edit]
[-] blank.php
[edit]
[-] content-portfolio.php
[edit]
[-] searchform.php
[edit]
[-] footer.php
[edit]
[-] single-etheme_portfolio.php
[edit]
[-] default.custom.css
[edit]
[-] screenshot.png
[edit]
[-] sidebar-shop.php
[edit]
[-] category.php
[edit]
[-] author.php
[edit]
[-] archive.php
[edit]
[-] attachment.php
[edit]
[-] sidebar.php
[edit]
[-] search.php
[edit]
[-] content-grid.php
[edit]
[-] page.php
[edit]
[+]
framework
[-] tag.php
[edit]
[+]
option-tree
[+]
woocommerce
[-] style.css
[edit]
[-] woosearchform.php
[edit]
[-] functions.php
[edit]
[-] wpml-config.xml
[edit]
[-] index.php
[edit]
[-] header.php
[edit]
[-] 404.php
[edit]
[+]
languages
[-] taxonomy-brand.php
[edit]
[-] portfolio.php
[edit]
[-] rtl.css
[edit]
[+]
css
[+]
js
[-] single.php
[edit]
[+]
images
[-] contacts.php
[edit]
[-] et-registration.php
[edit]
[-] content.php
[edit]
[-] search-results.php
[edit]