PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
template-parts
/
portfolio
<?php /** * Portfolio content. * * @package Flatsome\Templates * @flatsome-version 3.16.0 */ while ( have_posts() ) : the_post(); ?> <?php if(get_the_content()) {the_content();} else { the_post_thumbnail('original'); }; ?> <?php endwhile; wp_reset_query(); // end of the loop. ?>
[-] archive-portfolio-title.php
[edit]
[-] portfolio-summary-full.php
[edit]
[-] single-portfolio-sidebar-right.php
[edit]
[-] single-portfolio-bottom.php
[edit]
[-] single-portfolio.php
[edit]
[-] portfolio-content.php
[edit]
[-] single-portfolio-top.php
[edit]
[-] portfolio-title-breadcrumbs.php
[edit]
[-] single-portfolio-top-full.php
[edit]
[-] archive-portfolio.php
[edit]
[-] portfolio-title-featured.php
[edit]
[-] archive-portfolio-title-featured.php
[edit]
[-] portfolio-next-prev.php
[edit]
[-] single-portfolio-bottom-full.php
[edit]
[-] archive-portfolio-title-breadcrumbs.php
[edit]
[-] portfolio-summary.php
[edit]
[+]
..
[-] portfolio-related.php
[edit]