'; if (is_home() && current_user_can('publish_posts')) { printf( '
' . wp_kses( /* translators: 1: link to WP admin new post page. */ __( 'Ready to publish your first post? Get started here.', 'blocksy' ), [ 'a' => [ 'href' => [] ] ] ) . '
', esc_url(admin_url('post-new.php')) ); } else { get_search_form(); } echo '';