khaihihi
This commit is contained in:
21
wp-content/themes/ekko/single-portfolio.php
Normal file
21
wp-content/themes/ekko/single-portfolio.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* The template for displaying portfolio pages.
|
||||
* @package ekko
|
||||
* by KeyDesign */
|
||||
|
||||
get_header(); ?>
|
||||
|
||||
<div id="primary" class="content-area">
|
||||
<main id="main" class="site-main" role="main">
|
||||
|
||||
<?php
|
||||
while ( have_posts() ) : the_post();
|
||||
get_template_part( 'core/templates/portfolio/content', 'project' );
|
||||
endwhile; // End of the loop.
|
||||
?>
|
||||
|
||||
</main><!-- #main -->
|
||||
</div><!-- #primary -->
|
||||
|
||||
<?php get_footer();?>
|
||||
Reference in New Issue
Block a user