https://github.com/holger1411/understrap/issues/107 - Thx @Thomas-A-Reinert
This commit is contained in:
parent
165d9b77cb
commit
005d10578a
|
@ -59,7 +59,7 @@
|
||||||
<li>
|
<li>
|
||||||
<a rel="bookmark" href="<?php the_permalink() ?>" title="Permanent Link: <?php the_title(); ?>">
|
<a rel="bookmark" href="<?php the_permalink() ?>" title="Permanent Link: <?php the_title(); ?>">
|
||||||
<?php the_title(); ?></a>,
|
<?php the_title(); ?></a>,
|
||||||
<?php the_time('d M Y'); ?> in <?php the_category('&');?>
|
<?php understrap_posted_on(); ?> <?php esc_html_e( 'in', 'understrap' ); ?> <?php the_category('&');?>
|
||||||
</li>
|
</li>
|
||||||
<?php endwhile; ?>
|
<?php endwhile; ?>
|
||||||
|
|
||||||
|
|
|
@ -43,5 +43,6 @@
|
||||||
"browser-sync": "^2.17.5",
|
"browser-sync": "^2.17.5",
|
||||||
"owl.carousel": "^2.2.0",
|
"owl.carousel": "^2.2.0",
|
||||||
"undescores-for-npm": "^1.0.0"
|
"undescores-for-npm": "^1.0.0"
|
||||||
}
|
},
|
||||||
|
"devDependencies": {}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue