home updates

This commit is contained in:
2019-06-17 19:27:21 +02:00
parent fc73386e85
commit 5fe471dfe6
4 changed files with 198 additions and 85 deletions

View File

@@ -21,22 +21,20 @@
<div class="metadata">
<div class="categories">
<?php the_category(' | ');?>
<?php
$terms = get_the_terms($post->ID, 'Format');
if ($terms) {
foreach ($terms as $term) {
echo '| ';
echo $term->name;
}
}?>
<?php
$terms = get_the_terms($post->ID, 'Format');
if ($terms) {
foreach ($terms as $term) {
echo '| ';
echo $term->name;
}
}?>
</div>
<div class="vr">
</div>
<div class="postedon">
<?php the_time('Y. m. d.');?>
<?php the_time('m. d.');?>
</div>
<?php if(is_home() and $qc < 3): ; //first two posts subtitle and excerpt ?>
<div class="alcim">