Title: droiddog's Replies | WordPress.org

---

# droiddog

  [  ](https://wordpress.org/support/users/droiddog/)

 *   [Profile](https://wordpress.org/support/users/droiddog/)
 *   [Topics Started](https://wordpress.org/support/users/droiddog/topics/)
 *   [Replies Created](https://wordpress.org/support/users/droiddog/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/droiddog/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/droiddog/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/droiddog/engagements/)
 *   [Favorites](https://wordpress.org/support/users/droiddog/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Author Permissions](https://wordpress.org/support/topic/author-permissions-2/)
 *  [droiddog](https://wordpress.org/support/users/droiddog/)
 * (@droiddog)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/author-permissions-2/#post-1032967)
 * This is turning out to be quite a hassle.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Authors Can Not Embed Video???](https://wordpress.org/support/topic/authors-can-not-embed-video/)
 *  [droiddog](https://wordpress.org/support/users/droiddog/)
 * (@droiddog)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/authors-can-not-embed-video/#post-1192303)
 * Role Scoper seems like waaaaaay too much plugin just to solve this little problem.
   I’d love to see a solution here.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Display rss feeds on pages. Any recommendation?](https://wordpress.org/support/topic/display-rss-feeds-on-pages-any-recommendation/)
 *  [droiddog](https://wordpress.org/support/users/droiddog/)
 * (@droiddog)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/display-rss-feeds-on-pages-any-recommendation/#post-1049468)
 * Thanks dakranii, this is exactly what I needed. Can anyone tell me how to add
   bullets to the list (with example)? I’ve stripped the above example down to just
   the linked titles:
 *     ```
       <?php
       include_once(ABSPATH.WPINC.'/rss.php'); // path to include script
       $feed = fetch_rss('http://www.droiddog.com/forums/external.php?type=RSS2'); // specify feed url
       $items = array_slice($feed->items, 0, 5); // specify first and last item
       ?>
   
       <?php if (!empty($items)) : ?>
       <?php foreach ($items as $item) : ?>
   
       <a href="<?php echo $item['link']; ?>"><p><?php echo $item['title']; ?></a></p>
   
       <?php endforeach; ?>
       <?php endif; ?>
       ```
   
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)