![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
In Wordpress default theme file archive.php there is code : <h2 class="pagetitle">Archive for the "" Category</h2> But in lifestyle theme I am not able to find it: LifeStyle Archive.php file below: Code:
<?php get_header(); ?> <div id="content"> <div id="contentleft"> <div class="postarea"> <?php include(TEMPLATEPATH."/breadcrumb.php");?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1><?php the_title(); ?></h1> <div class="date"> <div class="dateleft"> <span class="time"><?php the_time('F j, Y'); ?></span> <?php _e("by", 'studiopress'); ?> <?php the_author_posts_link(); ?> <?php edit_post_link(__('(Edit)', 'studiopress'), '', ''); ?> <?php _e("Filed under", 'studiopress'); ?> <?php the_category(', ') ?></p> </div> <div class="dateright"> <span class="icomment"><?php comments_number(__('Leave a Comment', 'studiopress'), __('1 Comment', 'studiopress'), __('% Comments', 'studiopress')); ?></span></p> </div> </div> <div class="clear"></div> <?php the_excerpt(); ?><div class="clear"></div> <div class="postmeta2"> <span class="tags"><?php _e("Tags", 'studiopress'); ?>: <?php the_tags('') ?></span></p> </div> <?php endwhile; else: ?> <?php _e('Sorry, no posts matched your criteria.', 'studiopress'); ?></p><?php endif; ?> <?php posts_nav_link(' — ', __('« Previous Page', 'studiopress'), __('Next Page »', 'studiopress')); ?></p> </div> </div> <?php include(TEMPLATEPATH."/sidebar.php");?> </div> <?php // The main column ends ?> <?php get_footer(); ?> Please help me out with this. I need that <h2 class="pagetitle">Archive for the "" Category</h2> And will be using a decision statement with it. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Stylesheet Missing - Lifestyle Light Theme | RuddySG | General Discussion | 3 | 03-13-2010 12:09 AM |
| embed plugin code to lifestyle theme | ivostream | General Discussion | 1 | 10-27-2009 05:08 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us