Archived topic
Switch between the date and page title in single posts
1 reply · Started by Guy on June 25, 2017
Viewing posts 1–2 of 2
Hi There.
Is there a way of switching between the post title and the date so the date will be below the page title in single posts?
Thanks!
Guy
http://80.179.140.91/~condor/book-reviews/terry-fox-run-2016-toronto/
Hi there,
The date should be below the title by default.
You have this CSS added in your child theme which is hiding the title of the post:
h1.entry-title {
display: none;
}
Let me know if this helps.
This archived topic is closed to new replies.