🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:single-etheme_portfolio.php
<?php /** * The Template for displaying single portfolio project. * @xstore-version 9.4.0 */ get_header(); ?> <?php do_action( 'etheme_page_heading' ); ?> <div class="container"> <div class="page-content sidebar-position-without"> <div class="row"> <div class="content col-md-12"> <?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 esc_html_e('No pages were found!', 'xstore') ?></h3> <?php endif; ?> <?php if ( etheme_get_option( 'port_single_nav', 0 ) ) etheme_project_links( array() ); ?> <div class="clear"></div> <?php comments_template( '', true ); ?> </div> </div> </div> </div> <?php get_footer(); ?>
Save Changes
Cancel
Create New File
Create New Folder