Home » All posts

All posts

[insert_php]
$args = array(
‘post_type’=> ‘post’,
‘orderby’ => ‘ID’,
‘post_status’ => ‘publish’,
‘order’ => ‘DESC’,
‘posts_per_page’ => -1 // this will retrive all the post that is published
);
$result = new WP_Query( $args );
if ( $result-> have_posts() ) : ?>




[/insert_php]

Recent Posts

April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Topics