• http://www.digitechnix.co.cc/

    Herein the home page it shows like 2 boxes for comments
    1st one is blank and 2nd one has “0 Comments”
    So I want to remove 1st one
    I tried a lot and failed
    I was fine. But when I installed disqus it gave me like this.
    Please help me fix it

Viewing 4 replies - 1 through 4 (of 4 total)
  • Ok what you need to do is modify the index.php file. Search for the post div, within that div is the date dive with the comms div. There are to links witch are the comment boxes. The first one is the empty one, so try to delete it.
    Please make sure you have a backup so you don’t delete anything by exident.

    Hope this will help.

    Greetz,

    Durgé
    Dimics.com

    Thread Starter eyashwant

    (@eyashwant)

    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
            <div class="date">{ Posted on <?php the_time('M d Y'); ?> by <?php the_author(); ?> }<div class="comms"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></div></div>

    This is what I found in templates index.php and I think it is perfectly ok. The problem came only after installation of disqus

    Any help?

    just a hack:
    add this at the end of the style.css of your theme:
    .dsq-comment-count {margin-top:-28px;}

    seems to work in IE7, Safari, Chrome and Firefox.

    you also have quite a few validation errors

    Thread Starter eyashwant

    (@eyashwant)

    Thanks for solving the problem
    It worked easily…
    So will this cause any problem in SEO?
    More over how to solve these validation errors?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Double Coloum after disqus installtion’ is closed to new replies.