Wordpress: Problème de balise H1 et H2

WRInaute impliqué
Bonjour,

J'ai lu à travers beaucoup de tuto que les H1 etaient très important pour le référencement, et que le titre d'un article doit ce trouver dans cette balise.

Code:
<h1 class="site-title"><a class="home" href="http://www.pleindeblagues.fr/" title="Accueil">Plein De Blagues</a></h1>


Code:
<h2><a href="http://www.pleindeblagues.fr/blagues/blague-hot-dog/2056/" rel="bookmark" title="Lien permanent vers Blague hot dog">Blague hot dog</a></h2>

J'ai voulu changer et mettre le titre en de l'article en H1, mais il ne faut a priori qu'une balise H1 et si je fais ça sur mon index toutes les Titres de chaque article sont en H1 donc plusieurs balise H1...

J'ai constaté que pour le référencement je suis en page 2 sur le mot clés: "Blague" et "Blagues" et ça stagne, ce qui n'est pas logique car je fais beaucoup d'échange de lien, et d'annuaires.

Je me demandé si ce n'était pas à cause de ça?

Si vous avez une idée pour modifier le tout et réglé le problème?

J’utilise le thème "ECO" de PageLine en version Free. Pour modifier les balises j'ai été dans un fichier _post.php et _brand.php

Voici le contenu de _post.php

Code:
<?php if(is_single()):?>
	<div class="post-nav fix"> <span class="previous"><?php previous_post_link('%link') ?></span> <span class="next"><?php next_post_link('%link') ?></span></div>
<?php endif;?>
	
<?php if (!is_404() && have_posts()) : while (have_posts()) : the_post(); ?>
	<div class="postwrap">
		<div <?php post_class() ?> id="post-<?php the_ID(); ?>">	
			<div class="copy fix">
			
				<?php if(pl_show_thumb($post->ID)): ?>
	            		<div class="post-thumb">
							<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php _e('Permanent Link To', TDOMAIN);?> <?php the_title_attribute();?>">
								<?php the_post_thumbnail('thumbnail');?>
							</a>
			            </div>
				<?php endif; ?>
				
				<div class="post-header fix <?php if(!pl_show_thumb($post->ID)) echo 'post-nothumb';?>">
					<div class="post-title-section fix">
						<div class="post-title fix">
							<h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php _e('Permanent Link to',TDOMAIN);?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
						
							<div class="metabar">
								<em>
								<?php _e('On',TDOMAIN);?> <?php the_time(get_option('date_format')); ?>, 
								<?php _e('in',TDOMAIN);?> <?php the_category(', ') ?>, 
								<?php _e('by',TDOMAIN);?> <?php the_author(); ?>
								<?php edit_post_link(__('<strong>(Edit Post)</strong>', TDOMAIN), ' ', ' ');?>
								</em>
							</div>
						</div>
						<div class="post-comments">							
							<a href="<?php the_permalink(); ?>#comments" title="<?php _e('View Comments', TDOMAIN);?>"><span><?php comments_number(0, 1, '%'); ?></span></a>
						</div>
					</div>
					<!--/post-title -->
					
					
					<?php if(pl_show_excerpt($post->ID)):?>
							<div class="post-excerpt">
								<?php the_excerpt(); ?>
							</div>
							
							<?php if(is_home() && !pl_show_content($post->ID)):?>
								<a class="continuereading" href="<?php the_permalink(); ?>">
									<?php e_pagelines('post_footer_text', __('Continue Reading', TDOMAIN));?>
								</a>
						
							<?php endif;?>
						
					<?php endif; ?>
				</div>
			</div>
			<?php  if(pl_show_content($post->ID)):?> 		
				<div class="copy">
					<div class="post-content">
						<?php the_content(); ?>
						<?php  if(is_single()) link_pages(__('<p><strong>Pages: </strong> ',TDOMAIN), '</p>', 'number'); ?>	
						<?php edit_post_link(__('Edit Post',TDOMAIN), '', '');?>
					</div>		
					<div class="tags">
					<?php the_tags(__('Tagged with: ', TDOMAIN),' &bull; ','<br />'); ?>&nbsp;
					</div>

				</div>
				<?php if(is_single() && pagelines('authorinfo') && VPRO):?>
					<?php include(THEME_LIB.'/_authorinfo.php');?>
				<?php endif;?>

			<?php endif;?>
				
			<?php include(THEME_LIB.'/_post_footer.php');?>
		</div><!--post -->
	</div>
	
	<?php if(is_single()):?>
		<?php include(THEME_LIB.'/_contentsidebar.php');?>
		<?php include(THEME_LIB.'/_commentsform.php');?>
	<?php endif; endwhile; ?>

	<?php include(THEME_LIB.'/_pagination.php');?>
	
	
<?php else : ?>
<div class="billboard">
		<?php if(is_404()):?>
			<h2 class="center"><?php _e('Sorry! Error 404 - Page Not Found',TDOMAIN);?></h2>
		<?php else:?>
			<h2 class="center"><?php _e('Nothing Found',TDOMAIN);?></h2>
		<?php endif;?>
		<p class="center"><?php _e('Sorry, what you are looking for isn\'t here.',TDOMAIN);?></p>
	
		<div class="center fix"><?php include (THEME_LIB . '/_searchform.php'); ?></div>
</div>
<?php endif; ?>

Le contenu de _brand.php

Code:
<div class="branding">
	<?php if(pagelines('custom_header')):?>
		<a class="home" href="<?php echo get_settings('home'); ?>/" title="<?php bloginfo('name');?>"><img src="<?php echo pagelines('custom_header');?>" alt="<?php bloginfo('name');?>" /></a>
	<?php else:?>
		<h1 class="site-title"><a class="home" href="<?php echo get_settings('home'); ?>/" title="<?php _e('Home',TDOMAIN);?>"><?php bloginfo('name');?></a></h1>
		<h5 class="site-description"><?php bloginfo('description');?></h5>
	<?php endif;?>
</div>


Et enfin le CSS

Code:
/*  
Theme Name: Eco

Theme URI: http://www.pagelines.com/themes/ecopro

Description: Eco is a free professional WordPress theme built on the PageLines CMS framework. Designed and developed by <a href="http://www.pagelines.com">PageLines</a>.

Version: 1.1.1

Author: PageLines

Author URI: http://www.pagelines.com

Tags: theme-options, white, silver, light, two-columns, fixed-width, threaded-comments, custom-header, custom-colors, translation-ready

License: This version licensed under the terms of GPL.

*/

/* Defaults */
	body{
		font-size:13px;
		line-height:1.6em;
		font-family:Arial,sans-serif;
	}
	a:focus{outline:1px dotted invert;}
	p,.p{margin-bottom: 1em;}
	hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}

	ol{list-style:decimal}
	ul{list-style:square;}
	.hentry ul, ol{ margin-left:25px; margin-bottom: 1em;}



	blockquote{
		margin:0 0 1em 1em;
		background: #f2f2f2;
		border: 1px solid #eee;
		padding: 1em 1em .5em;
	}


/*layout width */

	body{background:#679810 url(images/bg.png) repeat 0 0;}
	#site {	position:relative;}
	
	.content {width: 960px; margin: 0 auto;}
	
	
	#header {
		background: #fff;
	}
	#header .content{
		background: #fff;
		position: relative;
		zoom: 1;
	}
	#header .content{
		position: relative;
		z-index:40; /* ie drop-down fix */
	}

	#spotlight{
		position: relative;
		z-index:0;
	}
	
	#spotlight, #footer {
		background: #679810 url(images/eco-bg-spotlight-rpt.jpg) repeat-x center top;
	}
	#spotlight .effect, #footer .effect{
		background: transparent url(images/eco-bg-spotlight.jpg) no-repeat center top;
	}
	
	#spotlight .shadow-bottom {
		background: transparent url(images/spotlight-shadow-bottom.png) repeat-x left bottom;
	}
	
	#spotlight a {
		color: #fff;
	}
	#main{
		background: #fff;
	}

	#footer, #footer a{color: #fff;}
	
	#sidebar {
		width: 300px;
		float: right;
	}
	#maincontent {
		float: left;
		width: 630px;
		background: #fff;
		margin-right: -1px;
		display: inline;
	}
	
	.leftsidebar #sidebar {
		float: left;
	}
	.leftsidebar #maincontent {
		float:right;
	}
	#wrapper {
		padding-bottom: 50px;
	}


	.contentcontainer {
		background: #fff url(images/bg-ccontainer.png) repeat-x 0 75px;
		min-height: 460px;
	}
	
	.texture{
		min-height: 460px;
		background: #fff;
		width: 1000px;
		margin: 0 auto;
		padding: 25px 0 45px;
	}
	

	/* @ FULL WIDTH */
	#fullwidth #maincontent {width: 100%;}

/* Links & Colors */

	a {text-decoration:none;}
	a,.commentlist cite,.commentlist cite a, #sub_head #subnav .current_page_item a, #grandchildnav .current_page_item > a, .branding h1 a:hover, #nav ul li a:hover, #nav .current_page_item a, #nav .current_page_item a:hover, #nav .current_page_ancestor a, #nav .current_page_parent a,#nav ul li a:active, .post-comments a:hover{ color:#6D9F23;}
	
	
	.hentry a:hover{text-decoration: underline;}
	#subnav ul li a:active{color:#000;text-decoration:none;}

/* HEADERS */
	h1, h2, h3, h4, h5, h6, #nav{		
		font-family: "helvetica neue", "myriad pro", helvetica, arial, sans-serif;
		font-weight: 700;
		margin:0;padding: 0; 
		line-height: 1.3em;
		color:#000;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a{ color: #000;}
	h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, #nav em{text-transform: lowercase;font-style:italic;}
	
	h1{font-size: 2.6em;}
	h2{font-size: 1.7em;}
	h3{font-size: 1.5em;}
	h4{font-size: 1.3em;}
	h5{font-size: 1.1em;}
	h6{font-size: 1em;}


/* @ HEADER */

	.branding {
		float: left;	
		padding: 15px 0 15px 0;
	}
	
		.branding h1 a{
			font-weight: bold;
			color:#333;
			font-size: 44px;
			line-height:.9;
			text-shadow: #fff 0px 1px 0;
			letter-spacing: -1px;
		}
	
		.site-description { 
			font-size:1em;
			margin-top: -5px;
			color:#999;
		}

/* Header Icons */
.socialicons {

	text-align: right;
	line-height: 20px;
	border: 1px solid #ddd;
	background: #f1f1f1;
	text-align: left;
	margin-bottom: 1em;
	font-weight:bold;
	font-size: 11px;
	color: #999;
}
.socialicons .socialeffect {
	height: 24px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 7px 12px;
}
.socialicons span {margin-right: 13px; text-shadow: #fff 0 -1px 0;}
.socialicons a{margin-right: 5px;}
.socialicons img {vertical-align:middle;}


	/* MAIN NAVIGATION */

		#nav {
			font-size: 1.1em;	
			line-height: 1.1em;
			float: right;
			text-align: right;
			position: absolute;
			right:0px;
			bottom: 0px;
			width: 740px;
			margin-top: 0px;
		}
		#nav ul{
			list-style: none;
			display: block;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			float: right;
			position:relative;
		}
		#nav li{position:relative;}
		#nav ul li{
			margin: 0px 0px 0px 5px;
			padding: 0px;
			float: right;
			text-align: right;
		}
		#nav li a{
			color: #666;
			letter-spacing: 1px;
			text-transform:uppercase;	
			font-weight: 700;
			line-height: 1.2em;
			padding: 3px 13px 3px;
			text-decoration: none;
		
			display: block;
			border: 1px solid transparent;
			border-bottom:none;
		}

		

		#nav ul ul {display: none;}
		
				/* @ SUBHEAD */
				#sub_head {
					font-size: 12px;
					background: #f1f1f1 url(images/subheadbg.png) repeat-x 0 0;
					border-bottom:1px solid #bbb;
					border-top: 1px solid #e1e1e1;
					height: 35px;
					line-height: 1em;
					overflow: hidden;
				}
				
					#sub_head ul{
						list-style:none;margin:0;
					}
					#sub_head #subnav {
						margin:0 0 0 0px;
					}
					#sub_head ul li{float: left;}
					#sub_head li a, #sub_head span.subnav_last,  #sub_head span.subnav_first {
						color:#000;
						display: block;
						padding: 11px 12px 12px 12px; 
						border:none;
						border-right: 1px solid #ccc;
						border-left: 1px solid #fff;
						text-shadow: #fff 0 .5px .5px;
					}
					#sub_head span.subnav_last {
						border-left: 1px solid #fff;
						border-right:none;
						
						padding-left: 0;
						padding-right: 0;
					}
					
					#sub_head span.subnav_first{
						border-right: 1px solid #ccc;
						border-left:none;
						padding-left: 0;
						padding-right: 0;
						margin-left: -2px;
					}
					#sub_head li a:hover{
						border-left: 1px solid #aaa;
						border-right: 1px solid #aaa;
						background: #eee url(images/subhead_active.png) repeat-x 0 0;
						margin-left: -1px ;
						padding-left: 13px;
					}
					#sub_head li a:active{
						border:none;
						background: #eee url(images/subhead_active.png) repeat-x 0 0;
						border-left: 1px solid #ccc;
						border-right: 1px solid transparent;
					}
					#sub_head .current_page_item a, #sub_head li.current_page_ancestor a, #sub_head .current-cat a{
				
						border:none;
						background: #eee url(images/subhead_active.png) repeat-x 0 0;
						border-right: 1px solid #fff;
						border-left: 1px solid #ccc;
					}

	
				#grandchildnav li{ padding:0; margin:0; line-height: 1em; border-top:none;}
				#grandchildnav li a, #grandchildnav .current_page_item  ul li a{
					display:block; 
					text-shadow: #fff 0 -1px 0;
					padding: 7px 5px; 
					border: 1px solid transparent;
					border-left: 3px solid transparent;
					background:transparent;
				}
				#grandchildnav li a:hover, #grandchildnav .current_page_item  ul li a:hover{
					background: #efefef;
					border-left: 3px solid #ddd;
					text-decoration: none;
				}
				#grandchildnav .current_page_item a{ 
					background: #efefef;	
					border-left: 3px solid #ddd;
				}
				#grandchildnav li ul{
					margin: 0 0 0 25px;
				}

.subleft {
	width: 620px;
	padding: 0 10px;
	float:left;
	text-align: left;
}
	#overview {
		border-bottom:1px dotted #bbb;
		margin-bottom:1em;
	}

/* MAIN SEARCH */
	
	/* Search in subhead */
		#searchform {
			background: url(images/search-field.png) no-repeat 0 0;
			position: relative;
			width: 210px;
		
			margin: 0 auto;
		}
		
		
		#header #searchform {
			position:absolute;
			top:5px;
			right:0;
		}
	 	#searchform input{
			background:transparent;
			color: #999;
			font-size: 12px;
			border:none;
			padding: 13px 5px 8px 13px;
		}
		 #searchform input.submit {
			height:16px;
			margin:0;
			padding:0;
			position:absolute;
			right:15px;
			top:12px;
			width:15px;
		}
		/* @ More Foot Element */

			#morefoot #s {}
			#morefoot #searchform {}
			
/* Pages */
	.pagetitle {
		padding: .5em 0;
		color: #fff;
		text-transform:uppercase;
	}

/* POSTS */
	.hentry{	
		clear: both;
		overflow: hidden;
		border-bottom:1px solid #DFDDD5;
		
		margin-bottom: 2.5em;
	}

	.billboard {
		background: #f7f7f7;
		border: 1px solid #eee;
		padding: 100px 15px;
	}
/* next & previous post navigation */
.post-nav {
	clear: both;
	padding:5px 15px;
	background: #f7f7f7;
	margin-bottom: 30px;
	font-size: 11px;
	position: relative;
}
	.post-nav a, .post-nav a:visited {
		color: #999;
		text-decoration: none;
	}
	.post-nav a:hover {
		color: #000000;
		text-decoration: none;
	}
	.post-nav .previous a {
		float: left;
		display: block;
		padding-left: 24px;
		background: url(images/post-previous.gif) no-repeat left center;
	}
	.post-nav .next a {
		float: right;
		display:block;
		padding-right: 24px;
		text-align: right;
		background: url(images/post-next.gif) no-repeat right center;
	}


.copy {padding: 0px 0px 25px 0px;}


/* THUMB */
	.post-thumb a{
		float:left;
		margin-right: 20px;
	}

	.post-thumb img {
		display:block;
		margin:0 0 0.8em;

	}


/* Post Header Information */

.post-header {
	width: 460px;
	float: left;
	display: inline;; /* IE HACK */
}
	.post-header.post-nothumb{
		width: 100%;
	}
	.post-title-section{
		position: relative;
	}
	.post-title {
		margin-right: 58px;
		float:left;
		position:relative;
	/*	display: inline;  IE HACK */
	}
		.post-title h2{
			margin-bottom: 5px;
			font-size: 2em;
			line-height: 1em;
			text-transform: none;
			letter-spacing: -.02em;
			padding: 0 0 5px 0;
		}
		.post-title h2 a{color: #000;}
		.post-title h2 a:hover{
			text-decoration: underline;
		}
		
		.post-comments a{
			float: right;
			margin-left: -50px;
			background: url(images/comments-bubble.png) no-repeat top center;
			width: 45px;
			height: 50px;
			display: block;
			font-weight: bold;
			font-size:1.3em;
			line-height:34px;
			text-align:center;
			position: relative;
			zoom:1;
		}
		
		.post-comments a:hover{text-decoration:none;color: #000;}
		.post-comments a span{
			padding-right: 0px;
		}
	
	.metabar {
		margin: 0 0 .5em;
	}
		.metabar a {color: #000;}
		.metabar em{
			background: #eee;
			color: #444;
			font-size: .9em;
			font-style: normal;
			padding: 5px 8px;
			line-height: 1.75em;
		}

	.post-excerpt {
		margin: 1em 0;
		color: #444;
		font-style: italic;
	}

	.post-content {
	}
	
/*- Post Author -*/
.author-info {
	padding: 15px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.author-info small {color: #999;}
.author-info h3{
	text-transform: capitalize;
	font-size: 26px;
}
.pic {text-align: left}
.pic img {float:left}
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}



.author, .auxilary a{font-variant: small-caps;}
.auxilary a{color: #999;}
.author {
	padding: 0 10px;
	background:#fff;
}
.post .entry {
	margin-bottom: 1em;
	padding: 1em 0;
	border-top: 1px solid #eee;
}

.post .entry h1,h2,h3,h4,h5{
    padding-bottom:.8em;
    }

.post-footer {
	height: 42px;
	background: #f7f7f7;
	border-top: 1px solid #fff;
	padding: 0 18px;
	overflow: hidden;
}
.post-footer a{
	color: #000;
	font-weight: bold;
}
.post-footer .left {
	line-height: 38px;
}
.post-footer .left span {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 4px 0 8px 0;
	width: 33px;
	margin-right: 6px;
	display: inline-block;
	line-height: 32px;
}
.post-footer .right {
	padding: 9px 0 0;
}
.post-footer .right span {
	line-height: 21px;
}
.post-footer img {
	margin: 0 0 0 2px;
}
.tags {font-style: italic; color: #777;font-size: 10px;}
.widget_tag_cloud .wcontent {
 }

/* twitter */
#welcome .twitter{
	background: url(images/icons/balloon-twitter.png) no-repeat 0px 0px;
	font-style: italic;
	display:block;
	font-size: 10px;
	padding:3px 0 0 30px;

}
	#welcome .twitter a{font-style:normal;}
	#welcome .twitter {	padding:5px 6px 14px 26px; margin: 0 10px;line-height: 1.5em;}


/* sidebar */

	/* @ #welcome */
		#welcome {
			margin-bottom: 1em;
			background: #659726 url(images/bg-welcome.png) repeat-x left top;
			border-left: 1px solid #659726;
			border-top: 1px solid #659726;
			border-bottom: 1px solid #568120;
			border-right: 1px solid #568120;
			text-shadow: #568120 0 1px 0;
		}
		#welcome .welcometext {
			color: #fff;
			border-left: 1px solid #A0CB4B;
			border-top: 1px solid #A0CB4B;
		}

		#welcome .greeting{
			color: #fff;
			font-size: 16px;
			padding: 10px 15px 5px 15px;
		}
		#welcome .welcomemessage {
			padding: 5px 10px 15px 15px;
		}
		#welcome a {color: #fff;}
		#welcome a:hover {text-decoration: underline;}

	/* #sidebar widgets */
	#sidebar {
		position:relative;
		padding:0;
		margin:0;
		color:#424242;
	}
		#sidebar #widgets {
			margin-bottom: 1em;
		}

		.wtitle{
			text-align:left;
			font-size:1.4em;
			text-transform:uppercase;	
			font-size: 1.1em;
			padding:5px 8px;
			background: #fff ;
			border-bottom: 1px solid #ddd;
		}
		
		#sidebar  .widget {
			border: 1px solid #ddd;
			border-right: 1px solid #d1d1d1;
			border-bottom: 1px solid #d1d1d1;
		}
		#sidebar  .wtitle{	
			
			
			text-shadow: #fff 0 1px 0;
			font-weight: 700;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
		
			background: #f1f1f1;
		}
			  .widget ul {
				margin: 10px;
			}
		
		.widget {
			margin-bottom: 1em;
		}
		
		.textwidget {
			padding: 15px;
		}
	
	/* internal formatting */
		.widget ul li{
			list-style:none;
			display: block;
			padding: 4px;
		}
		.widget ul li a {
			color: #666;
		}
		.widget ul li a:hover{	
			text-decoration: underline;
		}
		.widget ul li ul li{margin-left: 20px;border:none;font-size: .9em;}


	

/* @ Page Navigation */

	.page-nav {
		padding: 15px;
	}
	.page-nav .previous-entries {float: left;}

	.page-nav .next-entries {float: right;}

/* @ FOOTER */

	#footer {
		clear:both;
		font-size:1em;
		overflow:hidden;
		text-align: left;
		text-shadow: #666 0 -1px 0;
	}
	#footer .content {
		padding: 20px 0 7em;
	}
	#fcolumns_container{
		width: 982px;
		float: right;
		background: url(images/bg-fcolumn-lines.png) repeat-y top left;
	}
	
	
		.fcol{
			width: 152px;
			float: left;
			display:inline;
			padding: 0 20px;
		}
	
	#footer h3{color: #fff;margin-bottom: .5em;font-size: 17px; }
	#footer ul {list-style-type:none;}
	#footer ul li a{padding-left: 4px;}
	#footer ul li a:hover{text-decoration: underline;}

	

/* comments */
#respond {
	background: #f7f7f7;
	margin-top: 2em;
	padding: 20px 25px;
	padding-bottom: 6px;
	border: 1px solid #eee;
}


/* Cred */
	#cred {
		position:absolute;
		bottom:20px;
		left:50%;
		margin-left:-55px;
		width: 150px;
	}
	#cred small{font-size:8px;}
	#cred a{margin-right:10px;}


	a.plimage {
		display: block;
		float: left;
		text-indent:-3330em;
		height: 55px;
		width:40px;
		font-size: 8px;
		color: #eee;
		background: url(images/pagelines.png) no-repeat center center;
	}

	#cred a:hover {
		text-decoration: underline;
	}

/* Box Shadow */

.box_shadow {
/*	box-shadow: #666 0 0 10px;
	-moz-box-shadow: 5px;
	-khtml-box-shadow: 5px;
	-webkit-box-shadow: 5px;*/
}


/* Rounded Corners -- Theme Elements */
.icons{
	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* Wordpress caption */
	.wp-caption {
		text-align: center;
		background: #fff;
		border: 1px solid #ddd;
		margin: 10px;
		padding: 4px;
		margin-bottom: 1em;
	}
	.wp-caption-text {font-size: 11px; text-align: center; margin:0;padding:6px 3px 2px;line-height: 16px;}
	.wp-caption img {margin: 0;	padding: 0;	border: 0 none;margin-top: 5px;	}
	.wp-caption-dd {font-size: 11px;line-height: 17px;	padding: 0 4px 5px;	margin: 0;	}


/* FLOATING AND ALIGNMENT */

	.pad_small{padding: 8px;}
	.pad_big {padding: 15px 20px;}

/*required classes by WP */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
 
WRInaute accro
Le titre d'un article doit être en h1 quand c'est le titre principal de la page -> sur single.php

Sur la page d'accueil c'est le titre du blog, généralement

Par ailleurs, je ne recommande pas de mettre des liens dans les h1, c'est totalement illogique. "ici, je parle de toto, c'est le sujet de ma page, mais sur le sujet toto allez voir ailleurs"
 
WRInaute passionné
Le nom du site ne devrait pas être en H1 - c'est le titre de la page qui doit l'être.


J'ai constaté que pour le référencement je suis en page 2 sur le mot clés: "Blague" et "Blagues" et ça stagne, ce qui n'est pas logique car je fais beaucoup d'échange de lien, et d'annuaires.

Je me demandé si ce n'était pas à cause de ça?
Ce sont des requêtes (très) concurrentielles. De nombreux sites se battent pour arriver dans les premières places depuis des années (et certains sont installés depuis plus de 10 ans).


Pourquoi fais-tu ce site ?
Si c'est pour gagner de l'argent, sache que cette thématique ne rapporte quasiment rien (vraiment - et je suis pas mal placé pour le savoir).

Pour que ça devienne intéressant, il faut BEAUCOUP de trafic...
Et à ta place, plutôt que de chercher à te positionner absolument sur ces requêtes, je chercherai à développer le contenu et à fidéliser les visiteurs.
 
WRInaute impliqué
Ok mais voici ce que j'ai dans le single.php

Code:
<?php 
/*
	This theme is Copyright (C) 2008-2009 Andrew Powers, PageLines.com (andrew AT pagelines DOT com)
*/

global $pagelines;

 	get_header(); 
	require(THEME_LIB.'/_spotlight.php');
	require(THEME_LIB.'/_sub_head.php');
	require(THEME_LIB.'/template_posts.php');
	get_footer(); 
	
?>
 
WRInaute passionné
Il faut donc que tu jettes un oeil à template-posts.php vraisemblablement.

Autre conseil : attention à ton contenu qui est borderline par rapport aux conditions d'utilisation de Google AdSense...

Pour info, AdSense a récemment coupé l'affichage des publicités sur un site d'humour car il y'avait marqué "p€d0b€ar" pour présenter une image qui n'avait rien de choquant ou lié au s€_x.
 
WRInaute impliqué
Google, avait il a quelques mois désactivé mes annonces pour un mot clé limite... J'ai tout modifié et c est revenu à la normal, j'évite un maximum les blagues ou image salaces...

Je ne veux pas vraiment m'enrichir, je sais que c'est dur avec un site d'humour, c'était mon premier site, j'y suis attaché lol

En ce moment je bosse sur un autre site, objets insolites et idées cadeaux, interview de créateur, visible depuis mon profil WRI

Sinon voici le contenue de template_post.php

Code:
<div id="blog_posts" class="contentcontainer fix">
	<div class="texture fix">
		<div class="content fix <?php if(pagelines('leftsidebar')):?>leftsidebar<?php endif;?>">
			<div id="maincontent">
				<?php include (THEME_LIB . '/_posts.php'); ?>
			</div>
			<?php get_sidebar();?>
		</div>
	</div>
</div>
 
WRInaute impliqué
Voici _post.php

Code:
    <?php if(is_single()):?>
       <div class="post-nav fix"> <span class="previous"><?php previous_post_link('%link') ?></span> <span class="next"><?php next_post_link('%link') ?></span></div>
    <?php endif;?>
       
    <?php if (!is_404() && have_posts()) : while (have_posts()) : the_post(); ?>
       <div class="postwrap">
          <div <?php post_class() ?> id="post-<?php the_ID(); ?>">   
             <div class="copy fix">
             
                <?php if(pl_show_thumb($post->ID)): ?>
                         <div class="post-thumb">
                         <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php _e('Permanent Link To', TDOMAIN);?> <?php the_title_attribute();?>">
                            <?php the_post_thumbnail('thumbnail');?>
                         </a>
                         </div>
                <?php endif; ?>
                
                <div class="post-header fix <?php if(!pl_show_thumb($post->ID)) echo 'post-nothumb';?>">
                   <div class="post-title-section fix">
                      <div class="post-title fix">
                         <h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php _e('Permanent Link to',TDOMAIN);?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
                      
                         <div class="metabar">
                            <em>
                            <?php _e('On',TDOMAIN);?> <?php the_time(get_option('date_format')); ?>,
                            <?php _e('in',TDOMAIN);?> <?php the_category(', ') ?>,
                            <?php _e('by',TDOMAIN);?> <?php the_author(); ?>
                            <?php edit_post_link(__('<strong>(Edit Post)</strong>', TDOMAIN), ' ', ' ');?>
                            </em>
                         </div>
                      </div>
                      <div class="post-comments">                     
                         <a href="<?php the_permalink(); ?>#comments" title="<?php _e('View Comments', TDOMAIN);?>"><span><?php comments_number(0, 1, '%'); ?></span></a>
                      </div>
                   </div>
                   <!--/post-title -->
                   
                   
                   <?php if(pl_show_excerpt($post->ID)):?>
                         <div class="post-excerpt">
                            <?php the_excerpt(); ?>
                         </div>
                         
                         <?php if(is_home() && !pl_show_content($post->ID)):?>
                            <a class="continuereading" href="<?php the_permalink(); ?>">
                               <?php e_pagelines('post_footer_text', __('Continue Reading', TDOMAIN));?>
                            </a>
                      
                         <?php endif;?>
                      
                   <?php endif; ?>
                </div>
             </div>
             <?php  if(pl_show_content($post->ID)):?>       
                <div class="copy">
                   <div class="post-content">
                      <?php the_content(); ?>
                      <?php  if(is_single()) link_pages(__('<p><strong>Pages: </strong> ',TDOMAIN), '</p>', 'number'); ?>   
                      <?php edit_post_link(__('Edit Post',TDOMAIN), '', '');?>
                   </div>      
                   <div class="tags">
                   <?php the_tags(__('Tagged with: ', TDOMAIN),' &bull; ','<br />'); ?>&nbsp;
                   </div>

                </div>
                <?php if(is_single() && pagelines('authorinfo') && VPRO):?>
                   <?php include(THEME_LIB.'/_authorinfo.php');?>
                <?php endif;?>

             <?php endif;?>
                
             <?php include(THEME_LIB.'/_post_footer.php');?>
          </div><!--post -->
       </div>
       
       <?php if(is_single()):?>
          <?php include(THEME_LIB.'/_contentsidebar.php');?>
          <?php include(THEME_LIB.'/_commentsform.php');?>
       <?php endif; endwhile; ?>

       <?php include(THEME_LIB.'/_pagination.php');?>
       
       
    <?php else : ?>
    <div class="billboard">
          <?php if(is_404()):?>
             <h2 class="center"><?php _e('Sorry! Error 404 - Page Not Found',TDOMAIN);?></h2>
          <?php else:?>
             <h2 class="center"><?php _e('Nothing Found',TDOMAIN);?></h2>
          <?php endif;?>
          <p class="center"><?php _e('Sorry, what you are looking for isn\'t here.',TDOMAIN);?></p>
       
          <div class="center fix"><?php include (THEME_LIB . '/_searchform.php'); ?></div>
    </div>
    <?php endif; ?>

Il est la mais si je transforme le H2 en H1 il y aura NOM du site en H1 et Titre de l'article en H1 aussi :S

Comment faire...
 
WRInaute passionné
pleindeblagues a dit:
Voici _post.php

Code:
...

Il est la mais si je transforme le H2 en H1 il y aura NOM du site en H1 et Titre de l'article en H1 aussi :S

Comment faire...
C'est ce qu'il faut faire :
  • transformer le H2 en H1
  • corriger le style (CSS) du H1 si besoin
  • changer le nom du site > le faire passer de H1 a un conteneur neutre (div, span etc.) - tu peux utiliser la technique mentionnée + haut en faisant if is_home etc. (voir Codex) pour garder le nom de ton site en H1 uniquement sur la page d'accueil.
  • corriger le style (CSS) du titre
 
A
Anonymous
Guest
Bonjour,

Si le nom du site est en H1 et dans single.php le titre de l'article est en H1,donc quand on est dans "article seul" on a 2 fois h1,
-1 fois pour le nom du site
- 1 fois pour le titre de l'article

Cela pose problème ou pas???
 
Discussions similaires
Haut