bigbutt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hide a post from the home page?Big Thanx moshu, i solved my 4 days problem…
Forum: Fixing WordPress
In reply to: Side Bar Sub Menuthen you need SuperCategory plug,
Forum: Fixing WordPress
In reply to: Hide a post from the home page?EthanNeuen – maybe you know some plugs or tricks like show above, but i need a little bit another task, i mean that my posts apear only at subcategory checked with a cross, but not in parent category…
How make like this?
I cant find any plugs for that…Forum: Fixing WordPress
In reply to: Side Bar Sub Menudtree plugin help you.
Forum: Fixing WordPress
In reply to: Not a basic posting to subcategory…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(); ?>