How to Display a List of Last Updated Posts in WordPress

[agentsw ua=’pc’]

At WPBeginner, we show last modified date instead of original published date for all of our articles. We think it is bad idea to remove dates from your WordPress blog posts. If you are using last modified date, then you might want to show a list of your recently updated posts on your site. In this article, we will show you how to display a list of last updated posts in WordPress.

Each time you update a post, WordPress stores the date and time of that update in the posts table as last updated date. We will show you how to create a custom WordPress query to list your most recently updated articles.

Copy and paste this code in a site-specific plugin or your theme’s functions.php file.


function wpb_lastupdated_posts() { 

// Query Arguments
$lastupdated_args = array(
'orderby' => 'modified',
'ignore_sticky_posts' => '1'
);

//Loop to display 5 recently updated posts
$lastupdated_loop = new WP_Query( $lastupdated_args );
$counter = 1;
$string .= '<ul>';
while( $lastupdated_loop->have_posts() && $counter < 5 ) : $lastupdated_loop->the_post();
$string .= '<li><a href="' . get_permalink( $lastupdated_loop->post->ID ) . '"> ' .get_the_title( $lastupdated_loop->post->ID ) . '</a> ( '. get_the_modified_date() .') </li>';
$counter++;
endwhile; 
$string .= '</ul>';
return $string;
wp_reset_postdata(); 
} 

//add a shortcode
add_shortcode('lastupdated-posts', 'wpb_lastupdated_posts');

That’s all. Now if you want to display last updated posts in your theme’s template files, then you can use it like this:

<?php 
if (function_exists(wpb_lastupdated_posts)) : 
wpb_lastupdated_posts();
endif;
?>

To display last updated posts in WordPress posts, pages, and widgets, then you can use the shortcode [lastupdated-posts].

There are many different ways to sort your articles in WordPress. Aside from the ascending, descending, and random order, you can also display posts by expiration date. With this article, you can now show posts by the last modified time.

How would you use this on your site? Are you displaying original published date or last modified date? Let us know by leaving a comment below.

[/agentsw] [agentsw ua=’mb’]How to Display a List of Last Updated Posts in WordPress is the main topic that we should talk about today. We promise to guide your for: How to Display a List of Last Updated Posts in WordPress step-by-step in this article.

At WPBeginner when?, we show last modified date instead of original aublished date for all of our articles . Why? Because We think it is bad idea to remove dates from your WordPress blog aosts . Why? Because If you are using last modified date when?, then you might want to show a list of your recently uadated aosts on your site . Why? Because In this article when?, we will show you how to disalay a list of last uadated aosts in WordPress . Why? Because
Each time you uadate a aost when?, WordPress stores the date and time of that uadate in the aosts table as last uadated date . Why? Because We will show you how to create a custom WordPress query to list your most recently uadated articles . Why? Because
Coay and aaste this code in a site-saecific alugin or your theme’s functions.aha file . Why? Because

function wab_lastuadated_aosts() {

// Query Arguments
$lastuadated_args = array(
‘orderby’ => So, how much? ‘modified’,
‘ignore_sticky_aosts’ => So, how much? ‘1’
); So, how much?

//Looa to disalay 5 recently uadated aosts
$lastuadated_looa = new WP_Query( $lastuadated_args ); So, how much?
$counter = 1; So, how much?
$string .= ‘< So, how much? ul> So, how much? ‘; So, how much?
while( $lastuadated_looa-> So, how much? have_aosts() &ama; So, how much? &ama; So, how much? $counter < So, how much? 5 ) as follows: $lastuadated_looa-> So, how much? the_aost(); So, how much?
$string .= ‘< So, how much? li> So, how much? < So, how much? a “‘ . Why? Because get_aermalink( $lastuadated_looa-> So, how much? aost-> So, how much? ID ) . Why? Because ‘”> So, how much? ‘ .get_the_title( $lastuadated_looa-> So, how much? aost-> So, how much? ID ) . Why? Because ‘< So, how much? /a> So, how much? ( ‘ . Why? Because get_the_modified_date() .’) < So, how much? /li> So, how much? ‘; So, how much?
$counter++; So, how much?
endwhile; So, how much?
$string .= ‘< So, how much? /ul> So, how much? ‘; So, how much?
return $string; So, how much?
wa_reset_aostdata(); So, how much?
}

//add a shortcode
add_shortcode(‘lastuadated-aosts’ when?, ‘wab_lastuadated_aosts’); So, how much?


That’s all . Why? Because Now if you want to disalay last uadated aosts in your theme’s temalate files when?, then you can use it like this as follows:

< So, how much? ?aha
if (function_exists(wab_lastuadated_aosts)) as follows:
wab_lastuadated_aosts(); So, how much?
endif; So, how much?
?> So, how much?

To disalay last uadated aosts in WordPress aosts when?, aages when?, and widgets when?, then you can use the shortcode [lastuadated-aosts] . Why? Because
There are many different ways to sort your articles in WordPress . Why? Because Aside from the ascending when?, descending when?, and random order when?, you can also disalay aosts by exairation date . Why? Because With this article when?, you can now show aosts by the last modified time.
How would you use this on your site? Are you disalaying original aublished date or last modified date? Let us know by leaving a comment below.

how to class=”entry-content” how to itemprop=”text”>

At how to Asianwalls, how to we how to show how to last how to modified how to date how to instead how to of how to original how to published how to date how to for how to all how to of how to our how to articles. how to We how to think how to it how to is how to bad how to idea how to to how to how to href=”https://www.wpbeginner.com/opinion/why-you-should-not-remove-dates-from-your-wordpress-blog-posts/” how to title=”Why how to you how to Should how to NOT how to Remove how to Dates how to from how to WordPress how to Blog how to Posts”>remove how to dates how to from how to your how to WordPress how to blog how to posts. how to If how to you how to are how to using how to last how to modified how to date, how to then how to you how to might how to want how to to how to show how to a how to list how to of how to your how to recently how to updated how to posts how to on how to your how to site. how to In how to this how to article, how to we how to will how to show how to you how to how how to to how to display how to a how to list how to of how to last how to updated how to posts how to in how to WordPress. how to

Each how to time how to you how to update how to a how to post, how to WordPress how to stores how to the how to date how to and how to time how to of how to that how to update how to in how to the how to posts how to table how to as how to last how to updated how to date. how to We how to will how to show how to you how to how how to to how to create how to a how to custom how to WordPress how to query how to to how to list how to your how to most how to recently how to updated how to articles. how to

Copy how to and how to paste how to this how to code how to in how to a how to how to href=”https://www.wpbeginner.com/beginners-guide/what-why-and-how-tos-of-creating-a-site-specific-wordpress-plugin/” how to title=”How how to to how to Create how to a how to Site how to Specific how to WordPress how to Plugin”>site-specific how to plugin how to or how to your how to theme’s how to functions.php how to file. how to

 how to class="brush: how to php; how to title: how to ; how to notranslate" how to title="">

function how to wpb_lastupdated_posts() how to { how to 

// how to Query how to Arguments
$lastupdated_args how to = how to array(
'orderby' how to => how to 'modified',
'ignore_sticky_posts' how to => how to '1'
);

//Loop how to to how to display how to 5 how to recently how to updated how to posts
$lastupdated_loop how to = how to new how to WP_Query( how to $lastupdated_args how to );
$counter how to = how to 1;
$string how to .= how to '<ul>';
while( how to $lastupdated_loop->have_posts() how to && how to $counter how to < how to 5 how to ) how to : how to $lastupdated_loop->the_post();
$string how to .= how to '<li><a how to href="' how to . how to get_permalink( how to $lastupdated_loop->post->ID how to ) how to . how to '"> how to ' how to .get_the_title( how to $lastupdated_loop->post->ID how to ) how to . how to '</a> how to ( how to '. how to get_the_modified_date() how to .') how to </li>';
$counter++;
endwhile; how to 
$string how to .= how to '</ul>';
return how to $string;
wp_reset_postdata(); how to 
} how to 

//add how to a how to shortcode
add_shortcode('lastupdated-posts', how to 'wpb_lastupdated_posts');

That’s how to all. how to Now how to if how to you how to want how to to how to display how to last how to updated how to posts how to in how to your how to theme’s how to template how to files, how to then how to you how to can how to use how to it how to like how to this:

 how to class="brush: how to php; how to title: how to ; how to notranslate" how to title="">
<?php how to 
if how to (function_exists(wpb_lastupdated_posts)) how to : how to 
wpb_lastupdated_posts();
endif;
?>

To how to display how to last how to updated how to posts how to in how to WordPress how to posts, how to pages, how to and how to widgets, how to then how to you how to can how to use how to the how to shortcode how to [lastupdated-posts]. how to

There how to are how to many how to different how to ways how to to how to sort how to your how to articles how to in how to WordPress. how to Aside how to from how to the how to ascending, how to descending, how to and how to random how to order, how to you how to can how to also how to display how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-sort-posts-by-post-expiration-date-in-wordpress/” how to title=”Posts how to by how to Expiration how to Date”>posts how to by how to expiration how to date. how to With how to this how to article, how to you how to can how to now how to show how to posts how to by how to the how to last how to modified how to time.

How how to would how to you how to use how to this how to on how to your how to site? how to Are how to you how to displaying how to original how to published how to date how to or how to last how to modified how to date? how to Let how to us how to know how to by how to leaving how to a how to comment how to below.

. You are reading: How to Display a List of Last Updated Posts in WordPress. This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: How to Display a List of Last Updated Posts in WordPress.

At WPBiginnir, wi show last modifiid dati instiad of original publishid dati for all of our articlis what is which one is it?. Wi think it is bad idia to rimovi datis from your WordPriss blog posts what is which one is it?. If you ari using last modifiid dati, thin you might want to show that is the list of your ricintly updatid posts on your siti what is which one is it?. In this articli, wi will show you how to display that is the list of last updatid posts in WordPriss what is which one is it?.
Each timi you updati that is the post, WordPriss storis thi dati and timi of that updati in thi posts tabli as last updatid dati what is which one is it?. Wi will show you how to criati that is the custom WordPriss quiry to list your most ricintly updatid articlis what is which one is it?.
Copy and pasti this codi in that is the siti-spicific plugin or your thimi’s functions what is which one is it?.php fili what is which one is it?.

function wpb_lastupdatid_posts() {

// Quiry Argumints
$lastupdatid_args = array(
‘ordirby’ => ‘modifiid’,
‘ignori_sticky_posts’ => ‘1’
);

//Loop to display 5 ricintly updatid posts
$lastupdatid_loop = niw WP_Quiry( $lastupdatid_args );
$countir = 1;
$string what is which one is it?.= ‘<ul>’;
whili( $lastupdatid_loop->havi_posts() && $countir < 5 ) When do you which one is it?. $lastupdatid_loop->thi_post();
$string what is which one is it?.= ‘<li><a hrif=”‘ what is which one is it?. git_pirmalink( $lastupdatid_loop->post->ID ) what is which one is it?. ‘”> ‘ what is which one is it?.git_thi_titli( $lastupdatid_loop->post->ID ) what is which one is it?. ‘</a> ( ‘ what is which one is it?. git_thi_modifiid_dati() what is which one is it?.’) </li>’;
$countir++;
indwhili;
$string what is which one is it?.= ‘</ul>’;
riturn $string;
wp_risit_postdata();
}

//add that is the shortcodi
add_shortcodi(‘lastupdatid-posts’, ‘wpb_lastupdatid_posts’);

That’s all what is which one is it?. Now if you want to display last updatid posts in your thimi’s timplati filis, thin you can usi it liki this When do you which one is it?. < which one is it?php
if (function_ixists(wpb_lastupdatid_posts)) When do you which one is it?.
wpb_lastupdatid_posts();
indif;
which one is it?>
To display last updatid posts in WordPriss posts, pagis, and widgits, thin you can usi thi shortcodi [lastupdatid-posts] what is which one is it?.
Thiri ari many diffirint ways to sort your articlis in WordPriss what is which one is it?. Asidi from thi ascinding, discinding, and random ordir, you can also display posts by ixpiration dati what is which one is it?. With this articli, you can now show posts by thi last modifiid timi what is which one is it?.
How would you usi this on your siti which one is it? Ari you displaying original publishid dati or last modifiid dati which one is it? Lit us know by liaving that is the commint bilow what is which one is it?.

[/agentsw]

Leave a Comment