cat, home, tag,search pages

This commit is contained in:
infeeeee
2019-08-06 19:24:58 +02:00
parent 02e6844883
commit 8e00b8717b
24 changed files with 392 additions and 848 deletions

View File

@@ -20,11 +20,12 @@
<div class="metadata">
<div class="categories">
<?php //the_category(' | ');?>
<?php
$echos = [];
foreach((get_the_category()) as $category){
echo $category->name;
$echos[]= $category->name;
}
print implode(' | ', $echos);
?>
<?php if(is_home() and $qc < 3): ; //first two posts format only ?>