equal
deleted
inserted
replaced
|
1 <?php |
|
2 /* |
|
3 * Template - Portfolio post |
|
4 * Version: 1.4.6 |
|
5 */ |
|
6 get_header(); ?> |
|
7 <div class="wrap"> |
|
8 <div id="primary" class="content-area"> |
|
9 <div id="container" class="<?php if ( 'twentyfourteen' == get_stylesheet() || 'twentytwelve' == get_stylesheet() ) echo 'site-content'; ?> site-main"> |
|
10 <div id="content" class="hentry"> |
|
11 <div class="breadcrumbs home_page_title entry-header"> |
|
12 <?php prtfl_post_template_title(); ?> |
|
13 </div> |
|
14 <?php do_action( 'bwsplgns_display_pdf_print_buttons', 'top' ); |
|
15 /* Display template content */ |
|
16 echo prtfl_post_get_content(); |
|
17 |
|
18 do_action( 'bwsplgns_display_pdf_print_buttons', 'bottom' ); ?> |
|
19 </div><!-- #content --> |
|
20 </div><!-- #container --> |
|
21 </div><!-- .content-area --> |
|
22 <?php get_sidebar(); ?> |
|
23 </div><!-- .wrap --> |
|
24 <?php get_footer(); ?> |