logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.

$5
How to enable comment to author.php

I have a multi author blog, and I want user to make comment to author profile, not only in posts and pages.

How to do that?
<?php comments_template( '', true ); ?>

doesn't work.

Mustamar Natsir | 06/13/10 at 6:31pm Edit


(2) Possible Answers Submitted...

Note: Mustamar Natsir felt their question was unanswered, so we granted them a refund.

Note: Mustamar Natsir requested a refund. They offered no explanation.

If no one challenges a refund request, then they are automatically granted and proccessed after 48 hours. Admins of this site only review refund requests if someone challenges the request. If you are curious about how we handled previous refund requests, you may read over all refund requests and their challenges.

See a chronological view of answers?

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

  • avatar
    Last edited:
    06/13/10
    6:37pm
    Oleg Butuzov says:

    you can't in normal way =(.

    author.php is archive page witch represent psots by some author.

    • 06/13/10 6:39pm

      Oleg Butuzov says:

      but you can make a tric, to create a hidden post (with some not native post_type) for example author_comments ...

      and actualy grab comments for that page.

      create post in auto mode you can do by using wp_insert_post function.

    • 06/17/10 1:35am

      Mustamar Natsir says:

      Doesn't work.

  • avatar
    Last edited:
    06/13/10
    7:13pm
    Bill Hunt says:

    Easiest thing to do is create a real page for each author; the problem is that the default author "page" isn't a real page, so it can't have comments.

    • 06/17/10 1:36am

      Mustamar Natsir says:

      What if I have a multi author blog, where people able to register and become an author automatically? It will have large number of author. will we do this manually?

This question has expired.





Current status of this question: Refunded



Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.