• Hello,

    how to remove the “/#comments” append in the navigation links to the paginated comments pages?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 14733231

    (@anonymized-14733231)

    Hello Eleuthro,

    Please provide site link if possible ?

    Thread Starter Eleuthro

    (@eleuthro)

    I think that my site is not relevant, as it is a wp core function.

    I have tried to edit comment-template.php at line 783:

    function get_comments_link( $post_id = 0 ) {
    $hash = get_comments_number( $post_id ) ? ‘#comments’ : ‘#respond’;
    $comments_link = get_permalink( $post_id ) ;

    removing #comments string, but nothing happens.

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

The topic ‘Removing "#comments" from link’ is closed to new replies.