StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-09-2009, 03:41 PM
Y! Fc Admin Y! Fc Admin is offline
Registered User
Genesis Member
 
Join Date: Aug 2009
Posts: 64
Default Lifestyle Theme code missing

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(' — ', __('&laquo; Previous Page', 'studiopress'), __('Next Page &raquo;', '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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -5. The time now is 08:25 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.