add block-cache-manager.php
This commit is contained in:
@@ -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"); ?>"
|
||||
|
||||
@@ -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() ) : ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user