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

May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Topics