small fixes

This commit is contained in:
2019-07-01 03:31:24 +02:00
parent 48e247e0f9
commit 98e0282821
9 changed files with 388 additions and 372 deletions

View File

@@ -20,7 +20,12 @@
<div class="metadata">
<div class="categories">
<?php the_category(' | ');?>
<?php //the_category(' | ');?>
<?php
foreach((get_the_category()) as $category){
echo $category->name;
}
?>
<?php if(is_home() and $qc < 3): ; //first two posts format only ?>
<?php //get the post format
@@ -46,7 +51,7 @@
<?php endif;?>
<div class="vr"></div>
<div class="postedon">
<?php the_time('m. d.');?>
'<?php the_time('y.m.d.');?>
</div>
<?php if(is_home() and $qc < 3): ; //first two posts subtitle and excerpt ?>
<div class="bevezeto">