* @package Componentz * @subpackage Componentz Theme * @since 1.0.0 */ // Do not allow direct access. if ( ! defined( 'ABSPATH' ) ) { exit; } ?>
publish == 1 ) { $translate = esc_html__( 'Ready to publish your second post?', 'componentz' ) .' ' . esc_html__( 'Get started here', 'componentz' ) .''; } else { $translate = esc_html__( 'Ready to publish your first post?', 'componentz' ) . ' '. esc_html__( 'Get started here', 'componentz' ) .''; } printf( '

' . wp_kses( /* translators: 1: link to WP admin new post page. */ $translate, array( 'a' => array( 'href' => array(), ), ) ) . '

', esc_url( admin_url( 'post-new.php' ) ) ); else : if( $count_posts->publish == 1 ) { echo '

' . __( 'No more posts to display', 'componentz' ) . '

'; } else { echo '

' . __( 'No content to display yet', 'componentz' ) . '

'; } endif; echo '
'. Componentz()->svg->icon( 'cz-icon-not-found' ) .'
'; // phpcs:ignore elseif ( is_search() ) : ?>

svg->icon( 'cz-icon-not-found' ); // phpcs:ignore ?>

svg->icon( 'cz-icon-not-found' ); // phpcs:ignore ?>