Title: codingpet's Replies - page 5 | WordPress.org

---

# codingpet

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 61 through 75 (of 181 total)

[←](https://wordpress.org/support/users/codingpet/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/codingpet/replies/?output_format=md) [2](https://wordpress.org/support/users/codingpet/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codingpet/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/codingpet/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/codingpet/replies/page/6/?output_format=md)…
[11](https://wordpress.org/support/users/codingpet/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/codingpet/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/codingpet/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/codingpet/replies/page/6/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [robots.txt](https://wordpress.org/support/topic/robotstxt-15/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/robotstxt-15/#post-3006752)
 * the “public_html” is the root folder of hostgator.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Now css or any style recognition on a remote computer](https://wordpress.org/support/topic/now-css-or-any-style-recognition-on-a-remote-computer/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/now-css-or-any-style-recognition-on-a-remote-computer/#post-3006751)
 * If so, then I think all the images path are [http://localhost/mysite/wp](http://localhost/mysite/wp)
   based. You must change all path in the database to a URL that can be accessed
   by remote computers e.g. the ip of your internal server. It based on how you 
   configured your internal server.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [robots.txt](https://wordpress.org/support/topic/robotstxt-15/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/robotstxt-15/#post-3006600)
 * It’s in the root of your hosting. You can connect the hosting via FTP and find
   it in the root folder. You can edit it by text editor e.g. notepad.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Now css or any style recognition on a remote computer](https://wordpress.org/support/topic/now-css-or-any-style-recognition-on-a-remote-computer/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/now-css-or-any-style-recognition-on-a-remote-computer/#post-3006597)
 * Can you share the URL?
 * How did you installed the WP? Most of the time, this is because the style file
   can only be visited on the server computer.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Defining Child Pages Using Custom Field & Output as Boxes](https://wordpress.org/support/topic/defining-child-pages-using-custom-field-output-as-boxes/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/defining-child-pages-using-custom-field-output-as-boxes/#post-3006595)
 * `query_posts("posts_per_page=-1&post_type=page&post_parent=$pieces");`
 * This is the custom query you wrote. The query is incorrect because all pages 
   will be selected and display.
 * For products, I suggest you use custom post type on [http://codex.wordpress.org/Post_Types](http://codex.wordpress.org/Post_Types)
   Create a custom posts type e.g. products to manage all products will be better.
 * If you don’t want to check codes, this plugin maybe helpful.
    [http://wordpress.org/extend/plugins/custom-post-type-ui/](http://wordpress.org/extend/plugins/custom-post-type-ui/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Troubleshooting By Deactiving Plug Ins](https://wordpress.org/support/topic/troubleshooting-by-deactiving-plug-ins/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/troubleshooting-by-deactiving-plug-ins/#post-3006227)
 * Have you tried using firefox+firebug and check it in “console” tab. This will
   tell you if there are any jQuery errors when loading the page. You will see where
   and why these errors happened.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Inactive img src](https://wordpress.org/support/topic/inactive-img-src/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/inactive-img-src/#post-2998194)
 * style.css line 530. Find
    #branding { border-top: 0 none; padding-bottom: 10px;
   position: relative; z-index: 2; }
 * change z-index: 2; to z-index: -100; -100 can be other numbers as long as it’s
   less than 0.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Database Errors While Moving from localhost to webhost](https://wordpress.org/support/topic/database-errors-while-moving-from-localhost-to-webhost/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/database-errors-while-moving-from-localhost-to-webhost/#post-2998166)
 * have you imported the sql file in the correct database? You need to navigate 
   to the proper database and then try to import the .sql file. You can’t import
   it in the root of phpmyadmin. Not sure if this is your problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My Home page doesn't load the same on other computers](https://wordpress.org/support/topic/my-home-page-doesnt-load-the-same-on-other-computers/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/my-home-page-doesnt-load-the-same-on-other-computers/#post-2998160)
 * Hi,
 * I’m not from United States. I think it’s not related with locations. I can see
   the earth logo.
 * Have you tried to logout or use another browser without login to view the site?
   Sometimes, contents will be different from different users(admin and normal visitors).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Current User info hiding a row](https://wordpress.org/support/topic/current-user-info-hiding-a-row/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/current-user-info-hiding-a-row/#post-2998158)
 * <?php global $current_user; get_currentuserinfo(); if( !empty($current_user->
   dep1_middlename) ){ echo ‘Middle Name:’ . $current_user->dep1_middlename . “\
   n”; } ?>
 * Something like this may solve your issue. Also, I don’t think you need to write“
   global $current_user; get_currentuserinfo();” for so many times. Just write it
   once at the start the your codes.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Removing "says:" from comments in 3.4.1](https://wordpress.org/support/topic/removing-says-from-comments-in-341/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/removing-says-from-comments-in-341/#post-2998153)
 * Without seeing your site or theme, it’s hard to exactly know how to remove the
   says. Most of time, says are written in the comment template of your theme.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2nd level domain](https://wordpress.org/support/topic/2nd-level-domain/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/2nd-level-domain/#post-2998150)
 * This plugin may work for you. [http://wordpress.org/extend/plugins/wordpress-subdomains/](http://wordpress.org/extend/plugins/wordpress-subdomains/)
 * But it hasn’t been updated in over 2 years. It will be better to test it out 
   before really use it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Inactive img src](https://wordpress.org/support/topic/inactive-img-src/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/inactive-img-src/#post-2998148)
 * You are using relative image path that I think they are incorrect. `src="/images/
   p3293.png"` Is the image in your theme image folder? If yes, you may try `src
   ="<?php bloginfo('template_url'); ?>/images/p3293.png"` to make sure the image
   path is correct.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My Home page doesn't load the same on other computers](https://wordpress.org/support/topic/my-home-page-doesnt-load-the-same-on-other-computers/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/my-home-page-doesnt-load-the-same-on-other-computers/#post-2998143)
 * I can see the sponsors. Have you tried different browsers on your computer? Can’t
   you see the sponsors in all browsers?
 * I guess it’s cache if some of the browsers is different. You can check wp-admin-
   >appearance->widgets section to see if these ads widgets are there.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get page as get post](https://wordpress.org/support/topic/get-page-as-get-post/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/get-page-as-get-post/#post-2998136)
 * get_page is to get the content and other values of current page. If you want 
   to show thumbnail, try [http://codex.wordpress.org/Function_Reference/the_post_thumbnail](http://codex.wordpress.org/Function_Reference/the_post_thumbnail)
   or [http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail](http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail)

Viewing 15 replies - 61 through 75 (of 181 total)

[←](https://wordpress.org/support/users/codingpet/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/codingpet/replies/?output_format=md) [2](https://wordpress.org/support/users/codingpet/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codingpet/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/codingpet/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/codingpet/replies/page/6/?output_format=md)…
[11](https://wordpress.org/support/users/codingpet/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/codingpet/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/codingpet/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/codingpet/replies/page/6/?output_format=md)