┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/ash-metro16/wp-content/themes/blocksy/template-parts
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: content-none.php
<?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>';
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 404.php
PHP
629 B
2026-05-08 09:35
EDIT
📄 archive.php
PHP
1.2 KB
2026-05-08 09:35
EDIT
📄 content-none.php
PHP
659 B
2026-05-08 09:35
EDIT
📄 single.php
PHP
1.9 KB
2026-05-08 09:35
EDIT