Title: PlugPress.com's Replies | WordPress.org

---

# PlugPress.com

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 41 total)

1 [2](https://wordpress.org/support/users/plugpress/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/plugpress/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/plugpress/replies/page/2/?output_format=md)

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [login form and registration](https://wordpress.org/support/topic/login-form-and-registration/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/login-form-and-registration/#post-2637797)
 * What you want to achieve is not possible ‘out of the box’. You’ll need one or
   more plugin to achieve that.
 * I suggest you take a look at BuddyPress:
    [http://buddypress.org/](http://buddypress.org/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Feed in new window](https://wordpress.org/support/topic/rss-feed-in-new-window/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-in-new-window/#post-2439333)
 * If you are creating a link from your WordPress admin in a post or page, simply
   click on the “Open in new window” option.
 * Otherwise, if you are asking for HTML for a widget (html text):
 * `<a href="http://rachellecunydesign.com/?feed=rss2" target="_blank">My RSS</a
   >`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do you use esc_html for form inputs?](https://wordpress.org/support/topic/how-do-you-use-esc_html-for-form-inputs/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/how-do-you-use-esc_html-for-form-inputs/#post-2439323)
 * What problem does it cause ?
 * If you are using the variable in a form, it’s probably in an <input> attribute,
   so you should check `esc_attr` which is used to escape html in an atribute.
 * E.g.
    `<input type="text" name="myfield" value="<?php echo esc_attr($string);?
   >" />`
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Apache is working page – Shows Instead of Index](https://wordpress.org/support/topic/apache-is-working-page-shows-instead-of-index/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/apache-is-working-page-shows-instead-of-index/#post-2438861)
 * Did you clear your cache ? Did you try with a different browser ?
 * I remember having this issue once after going the the url, getting that page 
   as there is nothing installed. Then I installed the page and went back to the
   URL but I kept getting redirected to the page you are talking.
 * Just hope your configuration is good. Otherwise, hard to tell.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Feed in new window](https://wordpress.org/support/topic/rss-feed-in-new-window/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-in-new-window/#post-2439317)
 * You already have one!
 * [http://rachellecunydesign.com/?feed=rss2](http://rachellecunydesign.com/?feed=rss2)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Where are my emails sent to?](https://wordpress.org/support/topic/where-are-my-emails-sent-to/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/where-are-my-emails-sent-to/#post-2346986)
 * You need to be more specific. Where does that form come from ?
 * Do you use a plugin ?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Install in root or in subdirectory?¿ Which is better](https://wordpress.org/support/topic/install-in-root-or-in-subdirectory-which-is-better/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/install-in-root-or-in-subdirectory-which-is-better/#post-2347552)
 * There is no good or bad answer here.
 * I like to put it in the “root” as you call it because I do not have any reason
   to create a subfolder. That said, if it creates confusion for you… do what’s 
   best for you.
 * I really think you’re the only one that could find pros/cons of doing it in a
   way or another.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Closing my account](https://wordpress.org/support/topic/closing-my-account/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/closing-my-account/#post-2348194)
 * Simply stop using it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dashboard/interface broken!!](https://wordpress.org/support/topic/please-help-dashboardinterface-broken/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/please-help-dashboardinterface-broken/#post-2348663)
 * I am afraid that this is not a simple problem that can be answered in a few lines.
 * There are so many possibilities. Did you try to flush the cache of your browser?
   Do you see any error message ?
 * Otherwise, I suggest you find an expert to take a look at your problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error 404 Plz help!!](https://wordpress.org/support/topic/error-404-plz-help/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/error-404-plz-help/#post-2322130)
 * Are your files still where they should be ?
    Did you change something about your
   domain (like DNS) ?
 * Did you contact your web host ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to login to blog, but can login to database](https://wordpress.org/support/topic/unable-to-login-to-blog-but-can-login-to-database/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/unable-to-login-to-blog-but-can-login-to-database/#post-2315908)
 * Reseting the web interface login password can be done by editing the database
   itself (not the values in the wp-config.php file).
 * Please take a look at this page:
    [http://codex.wordpress.org/Resetting_Your_Password](http://codex.wordpress.org/Resetting_Your_Password)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [How would this affect PR (page-rank) score?](https://wordpress.org/support/topic/how-would-this-affect-pr-page-rank-score/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/how-would-this-affect-pr-page-rank-score/#post-2315525)
 * When possible, you should avoid duplicate content. If you do not have a logical
   reason to duplicate the content, I suggest you simply don’t do it.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [How to extract text from wordpress for translation](https://wordpress.org/support/topic/how-to-extract-text-from-wordpress-for-translation/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/how-to-extract-text-from-wordpress-for-translation/#post-2292910)
 * First, is your template ready for translation ? If it is, simply run PoEdit in
   your theme’s directory to get all phrases for translation.
 * To answer all your questions regarding translation (Localization and Internalization),
   I suggest you visit this page:
    [http://codex.wordpress.org/Translating_WordPress](http://codex.wordpress.org/Translating_WordPress)
 * It contains all you need to proceed!
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Sell Site using Buddy Press WordPress](https://wordpress.org/support/topic/sell-site-using-buddy-press-wordpress/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/sell-site-using-buddy-press-wordpress/#post-2286747)
 * You can sell it and you can keep all the money!
 * Both WordPress and BuddyPress are GPL… basically meaning they are free and give
   you the freedom to do (almost) everything you want.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Select query](https://wordpress.org/support/topic/custom-select-query-3/)
 *  [PlugPress.com](https://wordpress.org/support/users/plugpress/)
 * (@plugpress)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/custom-select-query-3/#post-2286746)
 * When debugging a query like this one, I always suggest that you start little 
   and go bigger and bigger.
 * Start with only your “select * from ” and add only one left join and see if the
   result is what you expect. Then add another element and so on.
 * The thing is that you say you’re doing a “custom query” but there is no way to
   help you as we do not know what your query is doing. Debugging the way I told
   you is the best way to learn by yourself!
 * I hope it helped!

Viewing 15 replies - 1 through 15 (of 41 total)

1 [2](https://wordpress.org/support/users/plugpress/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/plugpress/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/plugpress/replies/page/2/?output_format=md)