[Support request] Switch between the date and page title in single posts

Home Forums Support [Support request] Switch between the date and page title in single posts

Home Forums Support Switch between the date and page title in single posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #338731
    Guy

    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/

    #338734
    Leo
    Staff
    Customer Support

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.