M src/category.php => src/category.php +1 -1
@@ 17,7 17,7 @@
<?php the_title(); ?>
</h4>
<time class="post-date">
- <?php the_date(); ?>
+ <?php echo get_the_date('j F, Y'); ?>
</time>
</div>
</div>
M => +1 -0
@@ 28,5 28,6 @@
<p><a href="https://git.sr.ht/~jelle/cca-nl-wp-theme" class="source-code">Broncode</a></p>
</footer>
<script src="https://www.google.com/recaptcha/api.js"></script>
</body>
</html>
M src/front-page.php => src/front-page.php +1 -1
@@ 128,7 128,7 @@
<?php the_title(); ?>
</h4>
<time class="post-date">
- <?php the_date(); ?>
+ <?php echo get_the_date('j F, Y'); ?>
</time>
</div>
</div>
M src/page-berichten.php => src/page-berichten.php +1 -8
@@ 16,19 16,12 @@
<a class="Rebellion-Blog-Item" href="<?php the_permalink(); ?>">
<div class="top">
<?php the_post_thumbnail(array(120, 120)); ?>
- <!--
- <div class="date">
- <span class="day-number">28</span>
- <span class="month">Jun</span>
- </div>
- -->
-
<div class="description">
<h4>
<?php the_title(); ?>
</h4>
<time class="post-date">
- <?php the_date(); ?>
+ <?php echo get_the_date('j F, Y'); ?>
</time>
</div>
</div>