Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter cpashia

    (@cpashia)

    What I decided to do was to redirect from the page I want the posts on to to the category page (/?cat=xx). There are still a few things I want to do though. I do not want the “Posted in…” and “Add a Comment” options to be listed at the bottom. I also need to know how to redirect from said page to the category page. Any info would be most appreciated. Thank you.

    Thread Starter cpashia

    (@cpashia)

    But I want them on a special page. I have eight tabs at the top and I want all of them to have fixed content except one, I don’t even need it to weed the posts out by category, just as long as it will show posts.

    Thread Starter cpashia

    (@cpashia)

    Thread Starter cpashia

    (@cpashia)

    Perhaps I didn’t make clear what I wish to do. I want to display posts of a certain category on a certain page without displaying them on the main page. I got a plugin called “show on front page.” It does a good job of keeping posts off the front page but I can’t figure out how to post them on the other page. Please advise. Thank you.

    Forum: Fixing WordPress
    In reply to: Sidebar Children
    Thread Starter cpashia

    (@cpashia)

    Ah I see. I changed the code to this:

    <?php if(wp_list_pages(“child_of=”.$post->post_parent.”&echo=0″)) { ?>

      <?php wp_list_pages(“title_li=&child_of=”.$post->post_parent.”&sort_column=menu_order&show_date=modified&date_format=$date_format&depth=1″);?>

    <?php } ?>

    It is working beautifully. Thank you very much, moshu.

Viewing 5 replies - 1 through 5 (of 5 total)