author | ymh <ymh.work@gmail.com> |
Wed, 21 Sep 2022 18:19:35 +0200 | |
changeset 18 | be944660c56a |
parent 16 | a86126ab1dd4 |
child 21 | 48c4eec2b7e6 |
permissions | -rw-r--r-- |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
<?php |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
/* |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
* Template - Portfolio post |
16 | 4 |
* Version: 1.4.7 |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
*/ |
16 | 6 |
get_header(); |
7 |
$current_theme = get_stylesheet(); ?> |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
<div class="wrap"> |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
9 |
<div id="primary" class="content-area"> |
16 | 10 |
<div id="container" class="<?php echo in_array( $current_theme, array( 'twentyfourteen', 'twentytwelve' ) ) ? 'site-content' : ''; ?> site-main"> |
11 |
<div id="content" class="hentry entry"> |
|
12 |
<?php if( 'twentynineteen' != $current_theme ) { ?> |
|
13 |
<div class="breadcrumbs entry-header<?php echo in_array( $current_theme, array( 'twentytwenty' ) ) ? ' has-text-align-center' : ''; ?>"> |
|
14 |
<?php prtfl_post_template_title(); ?> |
|
15 |
</div> |
|
16 |
<?php } |
|
17 |
do_action( 'bwsplgns_display_pdf_print_buttons', 'top' ); |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
18 |
/* Display template content */ |
16 | 19 |
prtfl_post_get_content(); |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
20 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
21 |
do_action( 'bwsplgns_display_pdf_print_buttons', 'bottom' ); ?> |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
22 |
</div><!-- #content --> |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
23 |
</div><!-- #container --> |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
24 |
</div><!-- .content-area --> |
16 | 25 |
<?php if( 'twentytwenty' == $current_theme ) { |
26 |
get_template_part( 'template-parts/footer-menus-widgets' ); |
|
27 |
} elseif( 'twentynineteen' != $current_theme ) { |
|
28 |
get_sidebar(); |
|
29 |
} ?> |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
30 |
</div><!-- .wrap --> |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
31 |
<?php get_footer(); ?> |