Title: ulchie's Replies | WordPress.org

---

# ulchie

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple Pages](https://wordpress.org/support/topic/multiple-pages-3/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/multiple-pages-3/#post-570006)
 * Nevermind, got it to work.
 * Thanks for your time and patience moshu! Very much appreciated.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple Pages](https://wordpress.org/support/topic/multiple-pages-3/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/multiple-pages-3/#post-570005)
 * Ya, sorry about that, I’m an idiot and looked at the wrong page.
 * Single.php.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple Pages](https://wordpress.org/support/topic/multiple-pages-3/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/multiple-pages-3/#post-570001)
 * This is the code for the page template:
 * <?php get_header(); ?>
 * <!– content …………………………… –>
    <div id=”content”>
 * <?php if (have_posts()) : ?>
 * <?php while (have_posts()) : the_post(); ?>
 *  <h2><?php the_title(); ?></h2>
 *  <?php the_content(); ?>
 *  <?php wp_link_pages(); ?>
    <?php $sub_pages = wp_list_pages( ‘sort_column=menu_order&
   depth=1&title_li=&echo=0&child_of=’ . $id );?> <?php if ($sub_pages <> “” ){?
   > <p>Sub Pages Found</p>
    -  <?php echo $sub_pages; ?>
 *  <?php }?>
 * <?php endwhile; ?>
 * <?php endif; ?>
 * </div> <!– /content –>
 * <?php get_footer(); ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple Pages](https://wordpress.org/support/topic/multiple-pages-3/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/multiple-pages-3/#post-570000)
 * Well than that is really weird! I have <?php wp_link_pages(); ?> in my template
   page! But when i add the <!–nextpage–> code i just don’t have the page numbers
   listed.
 * What??????
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple Pages](https://wordpress.org/support/topic/multiple-pages-3/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/multiple-pages-3/#post-569988)
 * Thank you for the reply moshu. Yes, I already know you have to add that code 
   in the post. The problem is that I add that code and then anything beneath it
   no longer shows up and there are NO links to click to go to the next page. I’ve
   tried deactivating the plugin and reactivating it. It just doesn’t want to show
   the links! What is going on?
 * It used to work fine before I upgraded to wp 2.2….
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple Pages](https://wordpress.org/support/topic/multiple-pages-3/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/multiple-pages-3/#post-569986)
 * Everyone always raves about using WordPress as a CMS and you normally want a 
   multi page function in a cms.
 * Someone here MUST know how to get multi-page posts on wordpress 2.2?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple Pages](https://wordpress.org/support/topic/multiple-pages-3/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/multiple-pages-3/#post-569950)
 * Does anyone know? Doesn’t anyone use multi-page posts??
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help Editing Archive Page?](https://wordpress.org/support/topic/help-editing-archive-page/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/help-editing-archive-page/#post-569922)
 * Can anyone help?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help Editing Archive Page?](https://wordpress.org/support/topic/help-editing-archive-page/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/help-editing-archive-page/#post-569747)
 * Uh I tried that for the search results page and it doesn’t appear to be working.
   Here is the original code from search.php that shows the entire post. What should
   it be changed to?
 * [moderated] code pasted at this link:
    [http://wordpress.pastebin.ca/509849](http://wordpress.pastebin.ca/509849)
 * I don’t need to put any text in the excerpt field while making my posts do i?
   Isn’t it done automatically?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Widgets in WordPress 2.2](https://wordpress.org/support/topic/widgets-in-wordpress-22-1/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [18 years, 12 months ago](https://wordpress.org/support/topic/widgets-in-wordpress-22-1/#post-568091)
 * no i dont need to disable widgets. i aint using them by default. but i tried 
   to use them and the categories don’t show up properly with children categories
   looking the same as adult categories… i want people to see the hierarchy.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Vertical Grey Dividing Line Starts Too Soon](https://wordpress.org/support/topic/vertical-grey-dividing-line-starts-too-soon/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [18 years, 12 months ago](https://wordpress.org/support/topic/vertical-grey-dividing-line-starts-too-soon/#post-566599)
 * What would be the easiest? Or is there an easy way to do it properly?
 * Just wondering, if it aint easy it might be better to not use that grey dividing
   line…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Vertical Grey Dividing Line Starts Too Soon](https://wordpress.org/support/topic/vertical-grey-dividing-line-starts-too-soon/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [18 years, 12 months ago](https://wordpress.org/support/topic/vertical-grey-dividing-line-starts-too-soon/#post-566538)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [WordPress Theme Help?](https://wordpress.org/support/topic/wordpress-theme-help/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [19 years ago](https://wordpress.org/support/topic/wordpress-theme-help/#post-558544)
 * I have a question about my #2 above. I tried using excerpts and that works as
   long as I put some text in my excerpt field. Is it possible to have my front 
   page (main blog page) show the entire article while the other pages just show
   the excerpt? Now, when I do an excerpt field it shows just the excerpt on the
   main page too… I want full article on main page, excerpts on the rest.
 * What would the code have to be so that the main page ignores the excerpt and 
   posts the entire article?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [WordPress Theme Help?](https://wordpress.org/support/topic/wordpress-theme-help/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [19 years ago](https://wordpress.org/support/topic/wordpress-theme-help/#post-558310)
 * But is it possible to do this on wordpress? have you seen other themes do it?
   Where the child shows up on that menu only when your on the parent’s page?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [WordPress Theme Help?](https://wordpress.org/support/topic/wordpress-theme-help/)
 *  Thread Starter [ulchie](https://wordpress.org/support/users/ulchie/)
 * (@ulchie)
 * [19 years ago](https://wordpress.org/support/topic/wordpress-theme-help/#post-558309)
 * Okay, thanks.
 * Anyone else???

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

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