• How do I add “entry updated” in WordPress pages? I understand there is no published date, I have added entry updated class to all posts through functions.php but for some reason it is not displaying in pages. I am using TwentyFourteen Child Theme

Viewing 1 replies (of 1 total)
  • Thread Starter Dan14

    (@dan14)

    This is the code but I have no idea where to place it in TwentyFourteen. I have a different code in functions.php but the code below should do the trick:

    <time datetime="<?php the_time('o-m-d') ?>" class="post-date date updated" pubdate><?php the_time(apply_filters('themify_loop_date', 'M j, Y')) ?></time

Viewing 1 replies (of 1 total)
  • The topic ‘Editing WordPress Pages’ is closed to new replies.