• Hi! I can’t cope with some problem and need your help.
    I would like to put the post date in the left block of the content page, where categories and tags are actually located. Can’t find the place, where I can put the piece of code, and can’t find the answer in this support blog and Tracks CSS Snippets.
    Thanks a lot for your theme and thanks in advacne for your advice )

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can add the date to your content by editing the template files and adding <?php the_time('l, F jS, Y') ?>, you can format the_time in various ways.

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Tracks!

    As Simon as mentioned, this can be done by editing one of the template files in Tracks. Namely, the content.php file. It would be best to use a child theme to make this customizations, rather than directly editing Tracks’ files.

    Are you comfortable making this child theme with some direction? If not, I can put it together for you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post date in the left block’ is closed to new replies.