add coauthor endpoint
This commit is contained in:
@@ -134,9 +134,13 @@
|
||||
|
||||
<ul class="news__list__top">
|
||||
|
||||
<?php if($top_query->have_posts()): ?>
|
||||
<?php
|
||||
$nntop = 0;
|
||||
if($top_query->have_posts()): ?>
|
||||
|
||||
<?php while ($top_query->have_posts()): ?>
|
||||
<?php while ($top_query->have_posts()):
|
||||
$nntop++;
|
||||
if ($nntop > 10){ break;}?>
|
||||
|
||||
<?php $top_query->the_post(); ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user