Comments Counter in Ad Block REVEALED!
Sorry for my bad english
i speak spanish.
Firts the MOD looks like this.
pic.jpg
ok.
First :Open yours
style.css and go to the line
432 or here. and paste this code
pisc2.jpg
.comment-bubble, .comment-bubble-big {
background: url(
yoursite.com/bg_comments.png) 0 center; margin:-25px 0 0 -20px ; padding:50
height: 16px;
-khtml-border-radius: 32px;
-moz-border-radius: 32px;
-webkit-border-radius: 32px;
border-radius: 32px;
padding: 0 5px;
color: #fff;
text-shadow: #7b0805 0 1px 1px;
text-align: center;
-moz-box-shadow: 1px 1px 4px #444;
-khtml-box-shadow: 1px 1px 4px #444;
-webkit-box-shadow: 1px 1px 4px #444;
box-shadow: 1px 1px 4px #444;
top: 3px;
font: bold 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
z-index: 1;
width: auto;
border: 2px solid #fff;
}
.comment-bubble {
left: 520px;
top: 4px;
}
.comment-bubble-big {
left: 36px;
}
2 pass: go to
loop-ad_listing.php and paste this code
pisc3.jpg
<div class="clr"></div>
<?php appthemes_after_post_title(); ?>
<div class="comment-bubble">
<?php comments_number('','1 Comentario','% Comentarios'); ?>
</div>
3 Pass:For the style of the comment box put this image in your image path (set in style.css)
bg_comments.png
ok this its done,
thanks for read.