Want help regarding my new WP theme

  • Unknown's avatar

    i am a newbie in WP design..
    I have a new design…
    everything wrks fine except the tags and categories.
    when i click on a category or an item in a tag cloud, it doesnt follow the template that i have applied.. u can chk those bugs at

    seowork.info/aboutseo

    i have installed the theme there..

    Also i created a category.php and tags.php Templates.. i added the basic skeleton codes of index page..

    i am confused.. i am adding the category.php and tag.php ps tell me wat to do!
    —————————-
    Category.php
    —————————-
    php Code:

    <?php
    /*
    Template Name: category
    */
    ?>

    <?php get_header(); ?>

    <div id=”content”>

    <div id=”middlerow”>
    <?php get_sidebar(); ?>

    </div>
    <div id=”bottomrow”>
    <div id=”recentposts”>
    <h2>Recent Posts</h2>

      <?php wp_get_archives(‘type=postbypost&limit=10’); ?>

    </div>
    <div id=”recentcomments”>
    <h2>Recent Comments</h2>

      <?php wp_get_archives(‘type=postbypost&limit=10’); ?>

    </div>
    <div id=”flickr”>
    <h2>TAG CLOUD</h2>
    <?php wp_cumulus_insert(); ?>
    </div>
    </div>

    <?php get_footer(); ?>

    Middle row is where the items are displayed…

    Tags.php is the replica of categories except for a change in the template name

    Thanks
    Regards

  • Unknown's avatar

    You did not specify a blog address or reason for posting when you created this topic.

    This support forum is for WordPress.com hosted blogs only. If you have a self-hosted WordPress blog you need to seek help at the WordPress.org forums, not here.

    If you don’t understand the difference, you may find this information helpful.

  • The topic ‘Want help regarding my new WP theme’ is closed to new replies.