--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-content/plugins/portfolio/templates/portfolio-post.php Mon Oct 14 17:39:30 2019 +0200
@@ -0,0 +1,24 @@
+<?php
+/*
+* Template - Portfolio post
+* Version: 1.4.6
+*/
+get_header(); ?>
+ <div class="wrap">
+ <div id="primary" class="content-area">
+ <div id="container" class="<?php if ( 'twentyfourteen' == get_stylesheet() || 'twentytwelve' == get_stylesheet() ) echo 'site-content'; ?> site-main">
+ <div id="content" class="hentry">
+ <div class="breadcrumbs home_page_title entry-header">
+ <?php prtfl_post_template_title(); ?>
+ </div>
+ <?php do_action( 'bwsplgns_display_pdf_print_buttons', 'top' );
+ /* Display template content */
+ echo prtfl_post_get_content();
+
+ do_action( 'bwsplgns_display_pdf_print_buttons', 'bottom' ); ?>
+ </div><!-- #content -->
+ </div><!-- #container -->
+ </div><!-- .content-area -->
+ <?php get_sidebar(); ?>
+ </div><!-- .wrap -->
+<?php get_footer(); ?>
\ No newline at end of file