Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter scottosan

    (@scottosan)

    I tried removing individual lines, but it only worked after taking out all for instances.

    Thanks for your help.

    Thread Starter scottosan

    (@scottosan)

    RESOLVED:
    By removing this code 4 times from the loop.php file the “comments off” text was deleted:

    <span class="comments-link"><?php comments_popup_link( __( '→ Leave a comment', 'coraline' ), __( '→ 1 Comment', 'coraline' ), __( '→ % Comments', 'coraline' ) ); ?></span>

    Thread Starter scottosan

    (@scottosan)

    There is no comments_popup_link in the index.php

    <div id="content-container">
                <div id="content" role="main">
    
                <?php get_template_part( 'loop', 'index' ); ?>
                </div><!-- #content -->
            </div><!-- #content-container -->

    I did find this in the loop.php:

    </div><!-- .entry-content -->
    
                <div class="entry-info">
                    <span class="comments-link"><?php comments_popup_link( __( '&rarr; Leave a comment', 'coraline' ), __( '&rarr; 1 Comment', 'coraline' ), __( '&rarr; % Comments', 'coraline' ) ); ?></span>

    What portion of this code should be removed?

Viewing 3 replies - 1 through 3 (of 3 total)