Title: danblee's Replies | WordPress.org

---

# danblee

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] WP Mail SMTP: Could not connect to the SMTP host](https://wordpress.org/support/topic/wp-mail-smtp-could-not-connect-to-the-smtp-host/)
 *  [danblee](https://wordpress.org/support/users/danblee/)
 * (@danblee)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/wp-mail-smtp-could-not-connect-to-the-smtp-host/#post-14966953)
 * @rohit-savaj Hello, it doesn’t look like either option worked for me. I’m running
   WP Verison 5.8.1 and the plugin updated at the time of this message. Your first
   replacement did make the send return a success, and debugging (not very helpful)
   did say it was a success, however when checking the mail logs or my mail relay
   server I still never received the email.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to use an IP Whitelist for a single page / allow login option?](https://wordpress.org/support/topic/how-to-use-an-ip-whitelist-for-a-single-page-allow-login-option/)
 *  [danblee](https://wordpress.org/support/users/danblee/)
 * (@danblee)
 * [12 years ago](https://wordpress.org/support/topic/how-to-use-an-ip-whitelist-for-a-single-page-allow-login-option/#post-5097924)
 * I run a hosting site and we automagically deny access to the the wp-login page
   when things get out of hand and they are Brute Forced. Maybe this will help. 
   You need to put it in the root .htaccess file, not in the www or the public_html:
 * # The following lines have been put in place by your hosting provider as your
   site was under a brute force dictionary attack.
    # You can provide yourself access
   to the wp-admin by adding an “Allow from” line with your IP address before the“
   Deny from all” line. # If you need to allow multiple users in you can remove 
   the following lines entirely if you need or you can add multiple “Allow from”
   lines. # # If you have any questions about this at all, do please get with your
   hosting provider for support. # <Files “wp-login.php”> Order Allow,Deny # Uncomment
   the following line and change the number to your IP address. You can find your
   IP address at [http://www.whatismyip.php/](http://www.whatismyip.php/) Allow 
   from 123.456.789.012 Deny from all </Files> # # # End of brute-force block. If
   you do wish to remove the block entirely do not remove beyond this line.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rotating Tweets (Twitter widget and shortcode)] Tweets take about 45 seconds to begin rotating](https://wordpress.org/support/topic/tweets-take-about-45-seconds-to-begin-rotating/)
 *  Thread Starter [danblee](https://wordpress.org/support/users/danblee/)
 * (@danblee)
 * [13 years ago](https://wordpress.org/support/topic/tweets-take-about-45-seconds-to-begin-rotating/#post-3734281)
 * I’ll have to look at version two to see if it works. Thanks for the heads up.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Appearance > Menus suddenly missing.](https://wordpress.org/support/topic/appearance-menus-suddenly-missing/)
 *  Thread Starter [danblee](https://wordpress.org/support/users/danblee/)
 * (@danblee)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/appearance-menus-suddenly-missing/#post-2070849)
 * Okidoke, I’ll leave this here for reference, but if you activate a new theme 
   and want to use the Menu options in the admin section, you’ll have to add this
   to functions.php file.
 * `add_theme_support( 'menus' );`
 * [http://codex.wordpress.org/Function_Reference/wp_nav_menu](http://codex.wordpress.org/Function_Reference/wp_nav_menu)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Appearance Menu is Missing](https://wordpress.org/support/topic/appearance-menu-is-missing/)
 *  [danblee](https://wordpress.org/support/users/danblee/)
 * (@danblee)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/appearance-menu-is-missing/#post-1582772)
 * This is an old post put this happened to me as well. There is no “menu” Option
   at Appearance > Menu. Just installed a few days ago, no add-ons. Any ideas?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: Contact Form 7] Submit redirecting to 404 Page](https://wordpress.org/support/topic/plugin-contact-form-7-submit-redirecting-to-404-page/)
 *  [danblee](https://wordpress.org/support/users/danblee/)
 * (@danblee)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-submit-redirecting-to-404-page/#post-888707)
 * The same thing happened for me as well. Use [your-name] instead and you should
   be all set. Thanks guys!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Switching between visual and html editor corrupts html code in pre tags](https://wordpress.org/support/topic/switching-between-visual-and-html-editor-corrupts-html-code-in-pre-tags/)
 *  [danblee](https://wordpress.org/support/users/danblee/)
 * (@danblee)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/switching-between-visual-and-html-editor-corrupts-html-code-in-pre-tags/#post-923202)
 * So how do you guys generally get around this issue then? Even if I stay strictly
   in the HTML editor, because of the auto paragraph, I still can’t get my pre or
   code tags to come out right.
 * Any ideas?
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Parameters for wp_list_comments() in 2.7?](https://wordpress.org/support/topic/parameters-for-wp_list_comments-in-27/)
 *  [danblee](https://wordpress.org/support/users/danblee/)
 * (@danblee)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/parameters-for-wp_list_comments-in-27/#post-896619)
 * Thanks for the update on this. I’m trying to get some information on wp_list_comments
   in 2.7 myself. I was hoping to find a very easy way to edit the text of the posters
   actual comment with some css but the class id for the comment post is something
   like 12 sentences long and pretty confusing for a theme editing newbie such as
   myself.

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