• Hi, i want to turn the “x Comments” link as two:
    “View Comments” and “Write your Comment”.

    How can i do this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Find this line in your index.php and edit it:
    <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)'), 'commentlink'); ?>

    Thread Starter filduarte

    (@filduarte)

    Works, but is not what i want…

    This code show the number of comments, but I want two links.
    The first, when you click, opens a window with the comments. The other, when you click, opens a window to you write your comment, without comments of others users.

    Well, WP doesn’t always do what “you want”. Try to live with what you get.
    If you want popup comments, enable it in the header.php of your theme.

    Thread Starter filduarte

    (@filduarte)

    ok, ok… sorry…

    I just thought that must have a way to do this, but if you says that not, who am i to discuss…

    Sorry and thaks for your help on the other topic.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘View Comments and Write a Comment separated’ is closed to new replies.