Title: sleepw's Replies | WordPress.org

---

# sleepw

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Physical Pages, How?](https://wordpress.org/support/topic/physical-pages-how/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/physical-pages-how/#post-1235725)
 * if it exists on the server, then it can’t be created by WordPress…excepting the
   fact that the database resides on the server.
    So option 1 is you use WordPress
   pages…generated on demand. Option 2: static html. Only option 2 is physically
   on the server as a file. For example you can copy a file but you can’t copy a
   WordPress page in that manner.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My posts are not showing up..help?](https://wordpress.org/support/topic/my-posts-are-not-showing-uphelp/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/my-posts-are-not-showing-uphelp/#post-1230744)
 * you’re right…that makes sense.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can I choose what category posts to show on the first page?](https://wordpress.org/support/topic/can-i-choose-what-category-posts-to-show-on-the-first-page/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/can-i-choose-what-category-posts-to-show-on-the-first-page/#post-1236098)
 * [http://wordpress.org/support/topic/210346?replies=9](http://wordpress.org/support/topic/210346?replies=9)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Physical Pages, How?](https://wordpress.org/support/topic/physical-pages-how/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/physical-pages-how/#post-1235720)
 * i do this all the time..but the *hard* way:
    Save a sample page from your blog
   to your hard drive, strip out all the php, you now have an html template for 
   static pages.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can I choose what category posts to show on the first page?](https://wordpress.org/support/topic/can-i-choose-what-category-posts-to-show-on-the-first-page/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/can-i-choose-what-category-posts-to-show-on-the-first-page/#post-1236096)
 * i think there’s a limit-post plugin ..not sure.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Create a scrolling menu](https://wordpress.org/support/topic/create-a-scrolling-menu/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/create-a-scrolling-menu/#post-1236094)
 * start by creating your menu..in plain html
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can I choose what category posts to show on the first page?](https://wordpress.org/support/topic/can-i-choose-what-category-posts-to-show-on-the-first-page/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/can-i-choose-what-category-posts-to-show-on-the-first-page/#post-1236093)
 * Add the following line to Index.php (in your theme) in between the get header
   and have posts lines. using your categories numbers of course
 *  `<?php get_header(); ?>
 *  <?php query_posts($query_string . “&cat=-23,-20”); //Block categories 20 and
   23 from main page ?>
 *  <?php if (have_posts()) : ?>`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [need help with blog](https://wordpress.org/support/topic/need-help-with-blog-1/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/need-help-with-blog-1/#post-1235716)
 * you’re very welcome
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My posts are not showing up..help?](https://wordpress.org/support/topic/my-posts-are-not-showing-uphelp/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/my-posts-are-not-showing-uphelp/#post-1230742)
 * ok i see..you KNOW that she is using permalinks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [need help with blog](https://wordpress.org/support/topic/need-help-with-blog-1/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/need-help-with-blog-1/#post-1235714)
 * i see a closing div…on the last line…do you have an opening one??
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal Error: Out Of Memory Line 1021](https://wordpress.org/support/topic/fatal-error-out-of-memory-line-1021/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-out-of-memory-line-1021/#post-1235712)
 * is it serious?
    failing memory could be a sign of alzheimer’s
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [need help with blog](https://wordpress.org/support/topic/need-help-with-blog-1/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/need-help-with-blog-1/#post-1235710)
 * try to make the video smaller in width to see if its breaking your style.
    if
   not, post your code please – for the video in the sidebar..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My posts are not showing up..help?](https://wordpress.org/support/topic/my-posts-are-not-showing-uphelp/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/my-posts-are-not-showing-uphelp/#post-1230740)
 * don’t delete your .htaccess unless you know how to recreate it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [import mass data from static web](https://wordpress.org/support/topic/import-mass-data-from-static-web/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/import-mass-data-from-static-web/#post-1236087)
 * copy and paste.
    this can help by doing batch conversions from html to text: 
   [http://www.nirsoft.net/utils/htmlastext.html](http://www.nirsoft.net/utils/htmlastext.html)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Editing non-active template](https://wordpress.org/support/topic/editing-non-active-template-1/)
 *  [sleepw](https://wordpress.org/support/users/sleepw/)
 * (@sleepw)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/editing-non-active-template-1/#post-1236086)
 * yes.
    if you don’t want your site down, then work offline with a WAMP. [http://www.wampserver.com/en/](http://www.wampserver.com/en/)
 * i suggest you use a text editor and FTP since it is much easier to undo a mistake.

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

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