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
  #1  
Old 09-07-2009, 04:44 PM
theparappa theparappa is offline
Registered User
Genesis Member
 
Join Date: Jun 2009
Posts: 19
Default How to avoid duplication on a post?

Does anyone know how I can remove this duplication of my Post Title in the post?

Here is an example

http://www.uflplayers.com/news/flori...ntry-into-ufl/


Thanks for your help.
  #2  
Old 09-07-2009, 05:14 PM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Default Re: How to avoid duplication on a post?

Show us the contents of your index.php file.
__________________
Charles "Rubeus Hagrid" Clarkson
StudioPress on Facebook

I'm not really a smart person. I just play one on the Internet.

Please use the HTML or PHP tags for pasting code.
Please make your links click-able: this_is_annoying.com
http://this_is_not_annoying.com.
  #3  
Old 09-08-2009, 07:49 AM
theparappa theparappa is offline
Registered User
Genesis Member
 
Join Date: Jun 2009
Posts: 19
Default Re: How to avoid duplication on a post?

Sure thing
thanks for looking at this.

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> by <?php the_author_posts_link(); ?> <?php edit_post_link('(Edit)', '', ''); ?> 
 Filed under <?php the_category(', ') ?></p> 
				</div>
				
				<div class="dateright">
					

<span class="icomment"><?php comments_number('Leave a Comment', '1 Comment', '% Comments'); ?></span></p> 
				</div>
				
			</div>
			
			<div style="clear:both;"></div>

			<?php the_content(__('Read more'));?><div style="clear:both;"></div>
			
			<div class="postmeta">
				

<span class="tags">Tags: <?php the_tags('') ?></span></p>
			</div>
		 			
			<!--
			<?php trackback_rdf(); ?>
			-->
			
			<?php endwhile; else: ?>
			
			

<?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
			
		</div>
	
		
                
        <div class="postwidget">
			<ul id="postwidgeted">
				<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('468x60 Post Banner') ) : ?>  
					[*][img]<?php bloginfo('template_url'); ?>/images/468x60.gif[/img]
                <?php endif; ?>[/list]        </div>
			
		<div class="comments">
			<?php comments_template('',true); ?>
		</div>
		
	</div>
	
<?php include(TEMPLATEPATH."/sidebar.php");?>
		
</div>



<?php get_footer(); ?>
  #4  
Old 09-08-2009, 08:51 AM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Default Re: How to avoid duplication on a post?

It looks like you are adding an <h1> tag with the title in the body of each post. That is the second title.

If that's the case, stop doing that.
__________________
Charles "Rubeus Hagrid" Clarkson
StudioPress on Facebook

I'm not really a smart person. I just play one on the Internet.

Please use the HTML or PHP tags for pasting code.
Please make your links click-able: this_is_annoying.com
http://this_is_not_annoying.com.
  #5  
Old 09-08-2009, 12:31 PM
theparappa theparappa is offline
Registered User
Genesis Member
 
Join Date: Jun 2009
Posts: 19
Default Re: How to avoid duplication on a post?

gotcha,

thanks.

i'll stop doing that..
 

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
How to avoid post page and stay on category page ecsphotography General Discussion 2 06-15-2010 01:59 PM
Preventing duplication posts on homepage dtomberlin General Discussion 5 01-27-2010 12:27 PM
Avoiding Duplication of Tabber feature cinemalogue General Discussion 11 12-11-2009 01:43 PM
Duplication of categories/header issue ilikeitfrantic General Discussion 6 08-29-2009 11:18 AM
Problem with duplication of featured content columns again ByteFM General Discussion 4 07-30-2009 04:11 AM


All times are GMT -5. The time now is 10:37 AM.

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