![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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
|
||||
|
||||
|
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
|
|||
|
|||
|
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
|
||||
|
||||
|
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
|
|||
|
|||
|
gotcha,
thanks. i'll stop doing that.. |
| Thread Tools | |
| Display Modes | |
|
|
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 |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us