How to Display Last Updated Date on SocialMe WordPress theme


Display Last Updated Date on SocialME WordPress theme

Display Last Updated Date on SocialMe WordPress theme

How to Display Last Updated Date on SocialMe WordPress theme

In today tutorial we are going to see How to Display Last Updated Date on SocialME Mythemeshop WordPress theme

Already I write about the advantages of Displaying Last Updated on WordPress posts

Also, we having a Guide for Display last updated Post date on this Following themes

ok Let’s come to our tutorial Part

Here are the steps to Display Last Updated Date on SocialME MTS WordPress theme

Compare to other MTS themes socialMe slightly Different yes in Schema Just Modify the one File is Enough but in this theme, we need to modify the two Files Display Last Updated Date on SocialME WordPress theme.

  • Single.php – Display Last updated date on Posts
  • theme-actions.php – Search pages, Archive and Homepage

Step1: Update Single.php File

  • Open your theme Folder (Use FTP to Modify the theme’s files avoid direct File editing From WordPress Editor)
  • open wp-content/themes/mts_socialme/single.php
  • Find this Below line on Single.php
<div class="thetime updated"><span><?php the_time( get_option( 'date_format' ) ); ?></span></div>
  • Replace it with Below Code
<div class="thetime updated">Updated on: <span><?php the_modified_date('F j, Y'); ?></span></div>

Step2: Modify theme-actions.php File

  • open theme-actions.php file – wp-content/themes/mts_socialme/functions/theme-actions.php
  • Search this Below line
<span class="thetime date updated"><i class="fa fa-calendar"></i> <span><?php the_time( get_option( 'date_format' ) ); ?></span></span>
  • And Replace it with Below code
<span class="thetime date updated"><i class="fa fa-calendar"></i> <span><?php the_modified_date('F j, Y'); ?></span></span>
  • In the Same File search this Below line
<div class="thetime updated"><span><?php the_time( get_option( 'date_format' ) ); ?></span></div>
  • And Replace it with Below code
<div class="thetime updated"><span><?php the_modified_date('F j, Y'); ?></span></div>
  • That’s all After modifications Save the Edited File

Output

Last Updated date on Post

Display Last Updated Date on SocialME WordPress theme

From the Editor’s Desk

Before Modify the theme Files Take a Backup

if you Need any Help in this Topic Just Drop your Comments Here I will Guide you…

Disclaimer

We are MTS Licensed User – No Theme Files are attaching on this post.This Post for Display Last Updated Date on SocialME MTS WordPress theme.

Buy the Orginal WordPress Products and Support the Developers.



Was this article helpful?
Thanks!

Your feedback helps us improve Allwebtuts.com