Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $post_data[] = array(
- 'title' => get_the_title(),
- 'date' => get_the_time('M d Y'),
- 'permalink' => get_the_permalink(),
- 'thumbnail' => get_the_post_thumbnail_url( get_the_ID(), 'large' ),
- 'author' => get_the_author_meta( 'display_name' ),
- 'author_avatar' => get_avatar_url( get_the_author_meta( 'ID' ) ),
- 'author_link' => get_author_posts_url(get_the_author_meta('ID')),
- 'cat' => $category->name,
- 'catlink' => get_category_link( $category ),
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement