update to ver 3-09-25
This commit is contained in:
10
archive.php
10
archive.php
@@ -5,8 +5,18 @@ error_reporting(E_ALL);
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
|
||||
|
||||
// Ваш код...
|
||||
?>
|
||||
|
||||
<?php
|
||||
$qo = get_queried_object();
|
||||
echo '<pre>';
|
||||
print_r($qo);
|
||||
echo '</pre>';
|
||||
?>
|
||||
|
||||
|
||||
<div class="content-middle articles-wrapper">
|
||||
<?php get_template_part('partials/rubrics-mobile'); ?>
|
||||
<div class="section-title desktop">
|
||||
|
||||
Reference in New Issue
Block a user