Title: foomaster's Replies | WordPress.org

---

# foomaster

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Disable HTML Editor](https://wordpress.org/support/topic/disable-html-editor/)
 *  [foomaster](https://wordpress.org/support/users/bmunch/)
 * (@bmunch)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/disable-html-editor/#post-1009438)
 * the html editor is enabled/disabled on a per user basis.
 * go to users, select the one you want to edit and you’ll see a check box at the
   top of the page that asks if you want the html editor or not.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Naming RSS Feeds](https://wordpress.org/support/topic/naming-rss-feeds/)
 *  Thread Starter [foomaster](https://wordpress.org/support/users/bmunch/)
 * (@bmunch)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/naming-rss-feeds/#post-842159)
 * thanks. it’s a starting point.
 * giving it a try. don’t know if my feed reader is caching the old name or if it
   might work but i’m still getting the old name.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show Full Post Instead of Excerpt](https://wordpress.org/support/topic/show-full-post-instead-of-excerpt/)
 *  [foomaster](https://wordpress.org/support/users/bmunch/)
 * (@bmunch)
 * [18 years ago](https://wordpress.org/support/topic/show-full-post-instead-of-excerpt/#post-704282)
 * you know what, i’ have the_content and it’s displaying the optional excerpt.
 * strange. gonna have to dig for a while to see what’s up.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2.3.1 vulnerability](https://wordpress.org/support/topic/231-vulnerability/)
 *  [foomaster](https://wordpress.org/support/users/bmunch/)
 * (@bmunch)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/231-vulnerability/#post-661443)
 * this actually just happened to me on 2.1.1 so it’s not just a 2.3.1 vulnerability.
 * same code injected.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sharing 1 MySQL Dtabase for multiple Blogs?](https://wordpress.org/support/topic/sharing-1-mysql-dtabase-for-multiple-blogs/)
 *  [foomaster](https://wordpress.org/support/users/bmunch/)
 * (@bmunch)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/sharing-1-mysql-dtabase-for-multiple-blogs/#post-540582)
 * is there an advantage to using one database for multiple wp installs?
 * for example, if i had a couple of installs across subdomains using the same db,
   would a search across any _one_ of the sites return results across all?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Display one post per page](https://wordpress.org/support/topic/display-one-post-per-page/)
 *  [foomaster](https://wordpress.org/support/users/bmunch/)
 * (@bmunch)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/display-one-post-per-page/#post-76851)
 * And found the answer at Ethan’s URL above. Should have looked before I posted.
 * Now I just need to limit the post listing to title and first 150 characters or
   so. If anyone has any pointers it would be greatly appreciated.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Display one post per page](https://wordpress.org/support/topic/display-one-post-per-page/)
 *  [foomaster](https://wordpress.org/support/users/bmunch/)
 * (@bmunch)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/display-one-post-per-page/#post-76848)
 * Yep, I looking to do something very similar. I only have 1 post per page and 
   this is set under Admin but I want the last x posts to display if someone chooses
   a category.
 * Ideas?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS aggregation outside of the loop in the footer?](https://wordpress.org/support/topic/rss-aggregation-outside-of-the-loop-in-the-footer/)
 *  [foomaster](https://wordpress.org/support/users/bmunch/)
 * (@bmunch)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/rss-aggregation-outside-of-the-loop-in-the-footer/#post-425478)
 * I think you can do something like this:
    ` <?php _e('Latest Posts'); ?> <?php
   query_posts('showposts=5'); ?>
 * <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <linkage="<?
   php the_permalink() ?>"><?php the_title() ?> </linkage> <?php endwhile; endif;?
   >
 * replace “linkage” with anchor tags.

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