'; if (is_home() && current_user_can('publish_posts')) { printf( '
' . wp_kses( /* translators: 1: link to WP admin new post page open 2: link closing. */ __('Ready to publish your first post? %1$sGet started here%2$s.', 'blocksy'), [ 'a' => [ 'href' => [] ] ] ) . '
', '', '' ); } else { get_search_form(); } echo '';