field['shortcode'] ) && 'manage_view' === $this->field['shortcode'] ) {
echo ( ! empty( $post_id ) ) ? '
To display your show or view, add the following shortcode into your post, custom post types, page, widget or block editor. If adding the show to your theme files, additionally include the surrounding PHP code, see how.
[smart_post_show id="' . esc_attr( $post_id ) . '"] Shortcode Copied to Clipboard!
' : '';
} elseif ( ! empty( $this->field['shortcode'] ) && 'pro_notice' === $this->field['shortcode'] ) {
if ( ! empty( $post_id ) ) {
echo '';
echo '
' . sprintf(
/* translators: 1: start span tag, 2: close tag. */
esc_html__( 'Additional Features in %1$sPRO%2$s', 'post-carousel' ),
'',
''
) . '
';
echo '
' . sprintf(
/* translators: 1: start bold tag, 2: close tag. */
esc_html__( 'Here are some additional features available in Pro!', 'post-carousel' ),
'',
''
) . '
';
echo '
';
echo '- ' . esc_html__( '30+ Beautiful Layouts', 'post-carousel' ) . '
';
echo '- ' . esc_html__( 'Advanced Query Builder', 'post-carousel' ) . '
';
echo '- ' . esc_html__( 'Custom Post Type & Media', 'post-carousel' ) . '
';
echo '- ' . esc_html__( 'Ajax Live Filtering & Search', 'post-carousel' ) . '
';
echo '- ' . esc_html__( 'Control Detail Page Fields', 'post-carousel' ) . '
';
echo '- ' . esc_html__( 'Ajax Load More & Infinite Scroll', 'post-carousel' ) . '
';
echo '- ' . esc_html__( 'Redesign Blog & Archive Pages', 'post-carousel' ) . '
';
echo '- ' . esc_html__( 'Show Ads Between Posts', 'post-carousel' ) . '
';
echo '- ' . esc_html__( '200+ Customizations & More', 'post-carousel' ) . '
';
echo '
';
echo '
';
echo '
';
}
} else {
echo ( ! empty( $post_id ) ) ? 'Smart Post Show has seamless integration with Gutenberg, Classic Editor, Elementor, Divi, Bricks, Beaver, Oxygen, WPBakery Builder, etc.
' : '';
}
}
}
}