home updates
This commit is contained in:
20
loop.php
20
loop.php
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user