ulchie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple PagesNevermind, got it to work.
Thanks for your time and patience moshu! Very much appreciated.
Forum: Fixing WordPress
In reply to: Multiple PagesYa, sorry about that, I’m an idiot and looked at the wrong page.
Single.php.
Forum: Fixing WordPress
In reply to: Multiple PagesThis 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
In reply to: Multiple PagesWell 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
In reply to: Multiple PagesThank 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
In reply to: Multiple PagesEveryone 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
In reply to: Multiple PagesDoes anyone know? Doesn’t anyone use multi-page posts??
Forum: Themes and Templates
In reply to: Help Editing Archive Page?Can anyone help?
Forum: Themes and Templates
In reply to: Help Editing Archive Page?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:
https://wordpress.pastebin.ca/509849I don’t need to put any text in the excerpt field while making my posts do i? Isn’t it done automatically?
Forum: Plugins
In reply to: Widgets in WordPress 2.2no 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
In reply to: Vertical Grey Dividing Line Starts Too SoonWhat 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
In reply to: Vertical Grey Dividing Line Starts Too SoonForum: Themes and Templates
In reply to: WordPress Theme Help?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
In reply to: WordPress Theme Help?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
In reply to: WordPress Theme Help?Okay, thanks.
Anyone else???