• Hi everybody, about three days ive got brain storm.
    I need to make some thing.
    So i here is an exaple for easier to understund what i need to get…
    1. cat
    2. dog
    2.1 white dog
    2.2 red dog
    so i need to make a post into 2.2 exactly and only there, i dont need that my post will apear at 2 and 2.1

    So somebody did like this? Im trying a loop topic, but it doesnt help me.
    Can you give me an advice how to make this trick?
    thz

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you check the box for 2, and 2.1, and 2.2 when you created the posts?

    What template tag and parameters are you using?

    Thread Starter bigbutt

    (@bigbutt)

    No im not, when i make a post i just set a cross to 2.2 but post listed in 2. and 2.1 also.

    Here is my temp tag and code.
    <?php get_header(); ?>
    <?php get_sidebar(); ?>
    <?php include (TEMPLATEPATH . ‘/right-sidebar.php’); ?>

    <div id=”content”>
    <?php while (have_posts()) : the_post(); ?>
    <div class=”excerpt-post”>
    <h2 id=”post-<?php the_ID(); ?>”>
    ” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”>
    <?php the_title(); ?>
    </h2>
    <div class=”catslist”><?php the_category(‘ and ‘); ?></div>
    <div class=”entry”>
    <?php the_excerpt(‘Continue Reading…’) ?>
    </div>
    <!–
    <?php trackback_rdf(); ?>
    –>
    </div>
    <?php endwhile; ?>
    </div>

    <?php get_footer(); ?>

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

The topic ‘Not a basic posting to subcategory…’ is closed to new replies.