add block-cache-manager.php

This commit is contained in:
Andrey Kuvshinov
2025-08-27 00:00:02 +03:00
parent b5595ae76e
commit f3314894aa
12 changed files with 339 additions and 100 deletions

View File

@@ -7,7 +7,7 @@
alt="<?= htmlspecialchars( get_the_title() ) ?>"
/>
<?php else : ?>
<?php else : //1361306 ?>
<img loading="lazy"
src="<?= wp_get_attachment_image_url( 1357368, $args["wide"] && !wp_is_mobile() ? "large" : "post-thumbnail"); ?>"

View File

@@ -1,6 +1,8 @@
<!--[archive/list]-->
<?php global $wp_query; ?>
<?php global $wp_query;
$sql_query = $wp_query->request;
echo $sql_query; // Выведет SQL-запрос?>
<?php if( have_posts() ) : ?>