Guest User

Untitled

a guest
Jan 21st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <?php
  2. $args = array(
  3. 'numberposts' => 3,
  4. 'post_status' => 'publish',
  5. 'category' => 2,
  6. 'suppress_filters' => true
  7. );
  8.  
  9. $recent_posts = wp_get_recent_posts( $args, ARRAY_A );
  10.  
  11.  
  12.  
  13. $contpost=0;
  14. foreach($recent_posts as $post) :
  15. ?>
  16.  
  17. the_author(), get_the_author(), get_the_author_id(), the_author_link(), get_the_author_link(), the_author_meta(), get_the_author_meta(), the_author_posts(), get_the_author_posts(), the_author_posts_link(), get_author_posts_url(), get_the_modified_author(), the_modified_author(), wp_dropdown_users(), wp_list_authors()
Add Comment
Please, Sign In to add comment