Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #41120
    thefortune
    Member

    Hi everybody.
    I know this might be a common problem, but I still couldn’t get rid of it.

    I’ve a blog with several authors and I’d like to show the author’s page (a href) each comment, meaning: “XXX ON 20 July 2014 said”

    Do you know how to solve this problem? I’m not very good with PHP.

    Thank you very much!

    Mike

    #41138
    Sakin
    Keymaster

    Hi Mike,

    In Catch Box Theme comment form, we use get_comment_author_link() to add link of the commenter. If you want to change this, then you can build child theme and then create new functions.php file and just copy catchbox_comment() functions from Catch Box theme functions.php file and edit the URL as per your need.

    This is bit technical and you might need to hire a customizer for this.

    Regards,
    Sakin

    #41148
    thefortune
    Member

    Thank you for your reply.

    I don’t know if I explained it in a proper way, I hope so.

    The comment form should show something like this:

    http://it.tinypic.com/r/21mf877/8

    I hope it’s clear 🙂

    Thank you so much

    #41149
    Sakin
    Keymaster

    Yes mike for that you need to edit the code in catchbox_comment() function.

    #41151
    thefortune
    Member

    I’m sorry for bothering you, could you be more specific?
    What should I add? I think it’s a small part of code

    #41227
    Sakin
    Keymaster

    @thefortune: For author post URl. Check this function get_author_posts_url

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Comment Author URL problem’ is closed to new replies.