Advertisement
ridgey28

SimplePie WP Snippet - Add Author

Aug 14th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. <?php
  2. /*Simplepie Snippet to manually add Blog Author to post in Display WordPress Posts on another WordPress Blog
  3. -https://www.worldoweb.co.uk/2012/display-wordpress-posts-on-another-wp-blog
  4. */
  5.  
  6. //Add this snippet inside of the foreach loop - See above URL for the rest of the code
  7. echo $item->get_author()->get_name();
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement