Title: keyalea's Replies | WordPress.org

---

# keyalea

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Receiving Error establishing a database connection](https://wordpress.org/support/topic/receiving-error-establishing-a-database-connection/)
 *  [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/receiving-error-establishing-a-database-connection/#post-7258733)
 * You have conflicting settings that were set. You should be able to access your
   site through your new host vultr if you can’t any other way. Do the settings 
   in the wp-config file match what your site is intended to be? If all settings
   match, then all should be good. If they don’t match, or if values are something
   that they are not supposed to be, then things go wrong.
 * Make sure that you have set usernames and passwords. Earlier you wrote that you
   didn’t set a password. In the interim, it may be possible that because this is
   a public forum, your site may have been hacked if the password was changed by
   someone else other than you. The Internet is publicly accessible to anyone that
   can access it. It’s really important to set and use strong passwords with any
   account.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Receiving Error establishing a database connection](https://wordpress.org/support/topic/receiving-error-establishing-a-database-connection/)
 *  [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/receiving-error-establishing-a-database-connection/#post-7258721)
 * Great to hear.
    Your website is not routing properly. It looks like you need 
   to replace all your base URLs with the domain name. For example, all your links
   should be following the pattern: [http://playster.com/normal-lost-phone/](http://playster.com/normal-lost-phone/)
   but instead are: [http://107.191.40.214/normal-lost-phone/](http://107.191.40.214/normal-lost-phone/)
 * In the admin panel, under Settings – General, do you have your domain name in
   the WordPress Address URL: and the Site Address URL?
    Try that, and if it works,
   mark this ticket as resolved. If it doesn’t work, open a new ticket. Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Reddle] Title color on main column](https://wordpress.org/support/topic/title-color-on-main-column-1/)
 *  [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/title-color-on-main-column-1/#post-7258708)
 * Could you post a link to your site, or to the old thread? Not sure what you’re
   trying to accomplish.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tribute] removing "No Comments" in posts](https://wordpress.org/support/topic/removing-no-comments-in-posts/)
 *  [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/removing-no-comments-in-posts/#post-7259116)
 * It’s better to do it with CSS, or by using a child theme, instead of making the
   changes directly on your theme’s php files.
 * It’d also be easier for people to help if you posted a link to your site.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Receiving Error establishing a database connection](https://wordpress.org/support/topic/receiving-error-establishing-a-database-connection/)
 *  [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/receiving-error-establishing-a-database-connection/#post-7258699)
 * Have you looked at what is says under “Set Database Host”? [https://codex.wordpress.org/Editing_wp-config.php#Set_Database_Host](https://codex.wordpress.org/Editing_wp-config.php#Set_Database_Host)
 * For most websites localhost works, but if you look at the list, your new host,
   Vultr, is not listed. If localhost does not work, you should contact your host
   to get the name of the database host and see if a port needs to be added.
 * And just to make sure that everything is covered, you did create a new database
   on the new host? When moving to a new host, a new database must be created. You
   also need to create a user and designate a password for the user to access the
   database.
 * If those things are done and you have the correct values, your site should be
   able to connect to the database.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My blog image doesn't show up – page images ok](https://wordpress.org/support/topic/my-blog-image-doesnt-show-up-page-images-ok/)
 *  [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/my-blog-image-doesnt-show-up-page-images-ok/#post-7257320)
 * It looks like the image is uploaded, but in order for the image to also show 
   up on the blog page (aka post page), often within a theme there is a place to
   designate a featured image for the post. It’s often found in the sidebar, or 
   underneath the main post editing section.
 * In order to find this, go back to the admin page where you created the post and
   look for something that allows you to choose a featured image.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [NextGen plugin images no longer link from one to another](https://wordpress.org/support/topic/nextgen-plugin-images-no-longer-link-from-one-to-another/)
 *  Thread Starter [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/nextgen-plugin-images-no-longer-link-from-one-to-another/#post-6462382)
 * No worries.
 * I’m in the middle of running [Escape NGG](https://github.com/kovshenin/escape-ngg)
   to pull images from NextGen and into WP native galleries. It worked locally, 
   so I’ll be tinkering to try and make it work on the live site.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upgrade to 4.2 causes blank pages to load](https://wordpress.org/support/topic/upgrade-to-42-causes-blank-pages-to-load/)
 *  Thread Starter [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [11 years ago](https://wordpress.org/support/topic/upgrade-to-42-causes-blank-pages-to-load/#post-6057589)
 * I changed the .[htaccess file](https://codex.wordpress.org/htaccess) to the base
   WordPress htaccess file, but that did not change the behavior of loading the 
   white/blank page.
 * Then while the WP Super Cache plugin was previously deactivated, I _deleted_ 
   the WP Super Cache plugin, then the site started working normally.
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upgrade to 4.2 causes blank pages to load](https://wordpress.org/support/topic/upgrade-to-42-causes-blank-pages-to-load/)
 *  Thread Starter [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [11 years ago](https://wordpress.org/support/topic/upgrade-to-42-causes-blank-pages-to-load/#post-6057554)
 * I just reset the permalinks. It seems not to have made a difference.
    I’ve also
   just tried IE. Same thing. It’s odd.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upgrade to 4.2 causes blank pages to load](https://wordpress.org/support/topic/upgrade-to-42-causes-blank-pages-to-load/)
 *  Thread Starter [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [11 years ago](https://wordpress.org/support/topic/upgrade-to-42-causes-blank-pages-to-load/#post-6057547)
 * Can you navigate around the site and visit other pages/posts? On first page/post
   load, I get white pages for categories as well as pages and posts. After reload/
   refresh, the post/page loads for me. Hmmm.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Semicolon] Remove date from main page](https://wordpress.org/support/topic/remove-date-from-main-page/)
 *  [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-date-from-main-page/#post-5059088)
 * You can add the following css code to hide the dates:
 *     ```
       .entry-date {
           display: none;
       }
       ```
   
 * It’s recommended that you do this in a child theme, or by using a [plugin to add css](http://wordpress.org/plugins/simple-custom-css/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to facebook like box on all pages of websites](https://wordpress.org/support/topic/how-to-facebook-like-box-on-all-pages-of-websites/)
 *  [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-to-facebook-like-box-on-all-pages-of-websites/#post-5058597)
 * You need to change the default template for the Sample Page to be two columns.
   Right now it’s set to one column. A one column page does not have a sidebar.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [new users but no place to sing up?](https://wordpress.org/support/topic/new-users-but-no-place-to-sing-up/)
 *  [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/new-users-but-no-place-to-sing-up/#post-5058590)
 * Please give a link to your website so that others can take a look and try to 
   help you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to facebook like box on all pages of websites](https://wordpress.org/support/topic/how-to-facebook-like-box-on-all-pages-of-websites/)
 *  [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-to-facebook-like-box-on-all-pages-of-websites/#post-5058587)
 * What is your website? It’s likely that the facebook code is only on the home 
   page. You likely need to paste the same facebook code into the widget area that
   also shows on regular pages and posts.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to put different sidebar on posts](https://wordpress.org/support/topic/how-to-put-different-sidebar-on-posts/)
 *  [keyalea](https://wordpress.org/support/users/keyalea/)
 * (@keyalea)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-to-put-different-sidebar-on-posts/#post-5058585)
 * You can use a plugin like [Widget Logic](https://wordpress.org/plugins/widget-logic/)
   to control what widgets appear in the sidebar.

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

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