Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $posts_[ $id ] = array(
  2. $posts_[ $id ] = array(
  3. 'titulo' => get_the_title(),
  4. 'link' => get_permalink(),
  5. 'resumo' => get_the_excerpt(),
  6. 'img' => wp_get_attachment_image_src( get_post_thumbnail_id() , 'full' ),
  7. 'categoria' => get_the_category(),
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement