Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter curiousman8

    (@curiousman8)

    Please let me know if you need clarification.

    Thread Starter curiousman8

    (@curiousman8)

    I have checked out some of the old posts and it seems like I need a category for my new page. I have no problem with that. In fact, I want the new page to display all posts in that category and not any of the other categories. My question is how to do that. I don’t know Php though I have a programming background. Could you give me some idea how to get started?

    thanks a bunch

    Thread Starter curiousman8

    (@curiousman8)

    Thank you for your quick reply, jeremyclark13.

    I already added that piece of code into that file but i still don’t see the Edit thing.

    Here’s where I inserted it:

    <?php get_header(); ?>

    <div id=”contentwrapper”><div id=”content”>

    <div class=”adsense_top”><?php include (TEMPLATEPATH . ‘/adsense_top.php’); ?></div>

    <?php if (have_posts()) : ?>

    <?php while (have_posts()) : the_post(); ?>

    <div class=”post”>

    <h2 class=”postTitle”>“><?php the_title(); ?></h2>
    <div class=”postMeta”>
    <span class=”date”><?php the_time(‘M.d, Y’) ?></span> in
    <span class=”filed”><?php the_category(‘, ‘); ?></span>
    <?php edit_post_link(); ?>

    </div>
    <div class=”postContent”><?php the_content(‘(Read the rest of this entry…)’); ?></div>

    <div class=”postTags”><?php the_tags(‘Tags: ‘, ‘, ‘, ”); ?></div>

    Can you see it? What’s wrong?

    Thread Starter curiousman8

    (@curiousman8)

    Wow…you guys are so professional…Thank you moshu!!! Good thing I came here! F** that support guy!

    Now my site doesnt have that darn IP… Yippie!

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