How to Show Last Updated Date in Schema WordPress theme


How to Show Last Updated Date in Schema WordPress theme

In this tutorial, we are going to see How to Show Last Updated Date in Schema WordPress theme you are all well known About Mythemeshop schema WordPress theme Famous Responsive WordPress theme Optimized for Speed and SEO our Allwebtuts also running Schema WordPress theme recently we add the last Updated date Feature in our WordPress posts Most of the Schema theme users ask me How to Display the last Updated date In All Posts And Pages (Schema theme) in WordPress Before that check their Advantages.

Advantages by Show Last Updated date on WordPress posts

  • Increase your CTR in SERPS
  • Impress your Blog readers if you have an old post date means they thought this as the Old and outdated post. if you show the Last Updated Date of your blog post they thought this blog have an up to date posts.
  • Most of the Readers Check the post date in a search engine – if you having a Last updated date function it will display the Last updated post editing date in Search engines.

Post publish date 2016/06/12 and Last updated date June 15, 2016, check the below image

Show Last Updated Date in Schema WordPress theme

How to Show Last Updated Date on WordPress posts?

Show Last Updated Date in Schema WordPress theme

Just Follow our Below steps to Show Last Updated date on Schema WordPress theme

  • Login to your cPanel

Don’t Edit theme From WordPress admin Dashboard Edit it From FTP or Cpanel

  • Open-File Manager and Goto your website root Directory (Cloud users your WP Files are located in /var/www)
  • Now go to wp-content/themes/schema/functions/theme-actions.php Search the Below code on that file
<span class="thetime date updated"><i class="fa fa-calendar"></i> <span><?php the_time( get_option( 'date_format' ) ); ?></span></span>
  • Replace the above code with the Last updated Function Code
<span class="thetime date updated"><i class="fa fa-calendar"></i> Last Updated: <span itemprop="datePublished"><?php the_modified_date('F j, Y'); ?></span></span>
  • That’s all Successfully we add the Last updated date Future in our Schema WordPress theme.

Official Thread – How To Show Last Update Date In All Posts And Pages (Mythemeshop Premium users can only Access this Topic)

This last updated Tutorial For Schema Theme users and other Mythemeshop Theme users.If you are NON-Mythemeshop user Means Just Comment your theme Name our Team will Guide you to Shown Last Updated on WordPress posts and pages.

From the Editor’s Desk

This Method Works on All Mythemeshop WordPress themes.

Read: Display the Last Updated Date in Newspaper WordPress Theme

 



Was this article helpful?
Thanks!

Your feedback helps us improve Allwebtuts.com