13 lines
392 B
PHP
13 lines
392 B
PHP
|
|
<!--[single/post-subscribe-disclaimer]-->
|
||
|
|
|
||
|
|
<?php if ( get_post_type( get_queried_object_id() ) == "profile_article" ) : ?>
|
||
|
|
|
||
|
|
<?php get_template_part("template-parts/single/post-subscribe-disclaimer-articles") ?>
|
||
|
|
|
||
|
|
<?php else : ?>
|
||
|
|
|
||
|
|
<?php get_template_part("template-parts/single/post-subscribe-disclaimer-news") ?>
|
||
|
|
|
||
|
|
<?php endif; ?>
|
||
|
|
|
||
|
|
<!--[/single/post-subscribe-disclaimer]-->
|