Title: smuffle89's Replies | WordPress.org

---

# smuffle89

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to allow comments on PAGES?](https://wordpress.org/support/topic/how-to-allow-comments-on-pages/)
 *  [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/how-to-allow-comments-on-pages/#post-1046852)
 * if i were you, i would create one. my page template looks like this:
 *     ```
       <?php
       /**
        * @package WordPress
        * @subpackage Default_Theme
        */
   
       get_header(); ?>
   
       <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
       <div class="post" id="post-<?php the_ID(); ?>">
       <div id="content" style="position: absolute;">
       <h1><?php the_title(); ?></h1>
       <div class="entry">
       <?php the_content('Read the rest of this page &raquo;'); ?>
   
       <?php comments_template(); ?>
   
       <?php wp_link_pages(array('before' => '<strong>Pages:</strong> ', 'after' => '', 'next_or_number' => 'number')); ?>
       </div>
       <?php endwhile; endif; ?>
       <?php get_footer(); ?>
       </div>
       ```
   
 * with the comments template included 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [blog partially loading in ie (and i didn’t use microsoft word)](https://wordpress.org/support/topic/blog-partially-loading-in-ie-and-i-didnt-use-microsoft-word/)
 *  Thread Starter [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/blog-partially-loading-in-ie-and-i-didnt-use-microsoft-word/#post-1189194)
 * can you kind of point me in the direction of where those major code errors are.
   i think alot of them most likely will be the /> one.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [database table issues](https://wordpress.org/support/topic/database-table-issues/)
 *  Thread Starter [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/database-table-issues/#post-1179819)
 * Thankyou whooami.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [database table issues](https://wordpress.org/support/topic/database-table-issues/)
 *  Thread Starter [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/database-table-issues/#post-1179790)
 * Shane:
 * Are you sure I should really change the permalink structure as it was on the 
   old server. My url has changed in the transfer.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [database table issues](https://wordpress.org/support/topic/database-table-issues/)
 *  Thread Starter [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/database-table-issues/#post-1179783)
 * Ive tried reading that & it only addresses if the url is essentially the same
   🙁 i moved my blog from a new server & host to another server & host
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [file permissions](https://wordpress.org/support/topic/file-permissions-8/)
 *  Thread Starter [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/file-permissions-8/#post-1176643)
 * didn’t work. [http://www.smuffle.net/](http://www.smuffle.net/)
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Mess in upgrade](https://wordpress.org/support/topic/mess-in-upgrade/)
 *  [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/mess-in-upgrade/#post-1176061)
 * id say check each individual folder or just check the folders in which the problem
   lies. I remember uploading my wp to a new server and for some weird reason, I
   was missing about 10 files and about 5 images. so just check that every file 
   is in there
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Installed but Nothing Shows Up](https://wordpress.org/support/topic/installed-but-nothing-shows-up/)
 *  [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/installed-but-nothing-shows-up/#post-1176035)
 * what are telling the server to do in your index? I looked in your coding but 
   there’s nothing there.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [site pages and posts gone after transfer installation](https://wordpress.org/support/topic/site-pages-and-posts-gone-after-transfer-installation/)
 *  Thread Starter [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/site-pages-and-posts-gone-after-transfer-installation/#post-1176034)
 * thankyou for the quick reply and thanks for sharing the knowledge 😀
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [can not post new blog entries b/c of error](https://wordpress.org/support/topic/can-not-post-new-blog-entries-bc-of-error/)
 *  Thread Starter [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/can-not-post-new-blog-entries-bc-of-error/#post-1172667)
 * don’t know exactly what happened, don’t care but it’s gone. Thankyou Jesus lol!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [problems with permalinks](https://wordpress.org/support/topic/permalinks-39/)
 *  Thread Starter [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/permalinks-39/#post-1172209)
 * where exactly would I add this? My header?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [copy word press from one server to another](https://wordpress.org/support/topic/copy-word-press-from-one-server-to-another/)
 *  [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/copy-word-press-from-one-server-to-another/#post-1172126)
 * you may have to change your login details as I understand from what it says.
 * [http://codex.wordpress.org/Moving_WordPress](http://codex.wordpress.org/Moving_WordPress)
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Undefined function](https://wordpress.org/support/topic/undefined-function-2-2/)
 *  Thread Starter [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/undefined-function-2-2/#post-1172089)
 * is there a way to pinpoint which files didn’t get uploaded. i just copied and
   pasted my wp folder to my new server
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Unable to get Database to connect to WordPress](https://wordpress.org/support/topic/unable-to-get-database-to-connect-to-wordpress/)
 *  [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/unable-to-get-database-to-connect-to-wordpress/#post-1172012)
 * it might have something to do with your .htacess file. did you change anything
   on it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [coding inquiry](https://wordpress.org/support/topic/coding-inquiry/)
 *  Thread Starter [smuffle89](https://wordpress.org/support/users/smuffle89/)
 * (@smuffle89)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/coding-inquiry/#post-1116553)
 * [here’s my site link](http://smuffle.ohpanic.info/)

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

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