diff --git a/author.php b/author.php
new file mode 100644
index 0000000..686df6b
--- /dev/null
+++ b/author.php
@@ -0,0 +1,25 @@
+
+
+
+
+
+
= get_the_author(); ?>
+
+
+
+ 'post',
+ 'posts_per_page' => 11,
+ 'paged' => $paged,
+ 'author' => get_queried_object_id()
+ );
+ $query = new WP_Query($args);
+ ?>
+ $query]); ?>
+
+
+
+
+
diff --git a/single.php b/single.php
index b3dbae2..7e3b572 100644
--- a/single.php
+++ b/single.php
@@ -31,7 +31,8 @@
display_name !== 'agroexpert.press' AND $author->display_name !== 'Анна Купровская') : ?>
- = $author->display_name; ?>
+
+ = $author->display_name; ?>
if ( $author->description !== '' ):?>
=$author->description?>