Advertisement
ridgey28

Parsing & Adding Read More WP RSS

Feb 19th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. <?php
  2. /*
  3.   Adding Read more to the following post
  4.   [link]http://www.worldoweb.co.uk/2012/display-wordpress-posts-on-another-wp-blog#comment-797282803
  5.   Disqus bug doesn't allow code to show
  6. */
  7. ?>
  8.  
  9. <a class="read-more" href='<?php echo esc_url( $item->get_permalink() )?>;' title='<?php echo esc_html( $item->get_title() );?>'>Read More</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement