work on homepage

This commit is contained in:
2019-06-09 19:55:23 +02:00
parent 647e333a16
commit 027ad5511c
17 changed files with 396 additions and 381 deletions

View File

@@ -3,5 +3,5 @@
// don't display the button if there are not enough posts
if ( $wp_query->max_num_pages > 1 )
echo '<div class="misha_loadmore"><a>Tovább</a></div>'; // you can use <a> as well
echo '<div class="misha_loadmore"><a>Mutass többet</a></div>'; // you can use <a> as well
?>