Hi,
I’ve installed the most famous FB Comment Plugin.
Per default on all posts, i have the comments appearing.
Unfortunatly, comments appear between post & tags.
Ugly way : Tags are right aligned.
How can i : Make them look like twitter tags : #tag1 #tag2 #tag3 (with twitter blue color) & make them appear BEFORE the comment plugin ?
http://v1.digitalmedia.pro/aenean-vulputate-eleifend-tellus-aenean-leo-ligula/
BTW on Portfolio they appear strangly too (i didn’t want them to appear here btw …. ) :
http://v1.digitalmedia.pro/portfolio-item/slider-two-third/ => they are stucked to most recent entries.
& finally, ive disabled the WP Comments, but still appear 0 Entries…. WTF…?
1) Add following code into the quick css field
.blog-tags.minor-meta{
display: block;
}
2) If you want to remove the comments meta field open up includes/loop-index.php and delete
if ( get_comments_number() != "0" || comments_open() ){
echo "<span class='comment-container minor-meta'>";
comments_popup_link( "0 ".__('Comments','avia_framework'),
"1 ".__('Comment' ,'avia_framework'),
"% ".__('Comments','avia_framework'),'comments-link',
"".__('Comments Disabled','avia_framework'));
echo "</span>";
echo "<span class='text-sep'>/</span>";
}
BTW i’m using Enfold Child. Do i need to copy the folder&file : includes/loop-index.php ? so it will override?
Or shall i edit manually with a risk to overwrite accidentally on update?
I did add your css style in my child css => OK BUT Tags appear AFTER Facebook Plugin -> How to put them before? & stylize them like twitter tags # # # ?
I did edit loop-index => KO : 0 basic comments from WP still appear
Hi DigitalMedia,
The change to the loop would need to be done in the parent.
Regards,
Devin
Not the Child CSS ? …. Finally gonna be tough with updates of the template!