Have Blog Post Show Date?

Post Reply
User avatar
botto
Jr. Bludit
Posts: 8
Joined: Sat Jun 15, 2019 9:49 pm

I looked over my blog post on Bludit Pro 3.9.1 and I do not see the date anywhere. How do I get the date of the blog post to show on my entry?
arikenko
Jr. Bludit
Posts: 6
Joined: Sun May 05, 2019 2:49 pm

What theme you are using ?

btw. If you go to settings>advanced you can make post to sort by date instead of position
User avatar
botto
Jr. Bludit
Posts: 8
Joined: Sat Jun 15, 2019 9:49 pm

I switched themes, the other default one, and the date showed up. It is odd that the first default date did not have this. It is sort of important to reveal date in a blog post.
User avatar
Jay
Master Bludit
Posts: 133
Joined: Mon Feb 11, 2019 8:41 pm

Try to find occurrence of

Code: Select all

$page->date()
in the theme you are using.
You can show the page creation date with below snippet.

Code: Select all

<?php echo $page->date() ?>
Just add it to theme's page.php file in the place you want to show it.
Post Reply