Jump to content
Sign in to follow this  
tuanma

Add time to posts in PlatfromPro

Recommended Posts

tuanma

How do I add a time stamp on posts in PlatformPro?

Share this post


Link to post
Share on other sites
Kate

Hi Tuan - If you copy template.postloop.php into your child theme, you can edit the PHP call in there. You'll see this code: ` <?php if(pagelines('byline_date')):?> <?php _e('on','pagelines');?> <?php the_time(get_option('date_format')); ?> <?php endif;?> ` Refer to this post for how to format it: http://codex.wordpress.org/Formatting_Date_and_Time

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×