Plugin info

Total downloads: 2,120
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/11/2009 (6048 days ago)
Added to WordPress: 6/6/2009 (16 years old)
Minimum WordPress version: f
Tested up to WordPress version: f
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 6048 days ago

20/100

Is Author Page Comments abandoned?

Possibly abandoned (last update 6048 days ago).

Compatibility

Requires WordPress: f
Tested up to: f
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

cbnet Multi Author Comment Notification
Rating 4.3/5 (6 reviews)Active installs 1,000
Comment Moderation E-mail only to Author
Rating 5.0/5 (4 reviews)Active installs 1,000
Comment Email Reply
Rating 4.5/5 (15 reviews)Active installs 700
NoFollow Free
Rating 0.0/5 (0 reviews)Active installs 500
Simple Comment Notification
Rating 3.7/5 (3 reviews)Active installs 100
Custom Base Terms
Rating 5.0/5 (1 reviews)Active installs 90

Description

GNU/GPL AuthorComment is a plugins that help to administrate Comment in Author Page as like a testimonial for author.

See the [Documentation] (http://webwoke.com/wp-plugins/authorcomments.html)

Installation

  • Copy and paste the plugins in your plugins folder.

  • Copy and Paste author.php and authorcomments.php in your theme folder.

  • If you already have author.php, please copy and paste the tag below.


    loadACpostid($curauth->ID); if(sizeof($authorcomment)>0){ ?>

  • Send Author Comment

      ‘1’, ‘post_type’=>’authorcomments’, ‘ID’=>$authorcomment[0]->ID,
      ‘nopaging’ => 0, ‘post_status’ => ‘inherit’)); ?>
  •     <?php if ($r->have_posts()) : while ($r->have_posts()) : $r->the_post();                   $withcomments = 1; 
                      comments_template("/authorcomments.php");         endwhile; endif; ?>     </ul>     </li> 

  • Here is authorcomments.php look like.

    This post is password protected. Enter the password to view comments.

    <div class="title">  <?php comments_number('No Responses', 'One Response', '% Responses' );?> to “<?php the_title(); ?>” </div>  <div class="navigation">     <div class="alignleft"><?php previous_comments_link() ?></div>     <div class="alignright"><?php next_comments_link() ?></div> </div>  <ol class="commentlist"> <?php wp_list_comments(); ?> </ol>  <div class="navigation">     <div class="alignleft"><?php previous_comments_link() ?></div>     <div class="alignright"><?php next_comments_link() ?></div> </div> 
    <?php if ('open' == $post->comment_status) : ?>     <!-- If comments are open, but there are no comments. -->   <?php else : // comments are closed ?>     <!-- If comments are closed. -->     <p class="nocomments">Comments are closed.</p>  <?php endif; ?> 

    comment_status) : ?>

    <

    div id=”respond”>

    You must be <a href="/wp-login.php?redirect_to=”>logged in to post a comment.

    <

    form action=”/wp-comments-post.php” method=”post” id=”commentform”>

    <input type="hidden" name="redirect_to" id="redirect_to" value="” />

    Logged in as <a href="/wp-admin/profile.php”>. <a href="” title=”Log out of this account”>Log out »

    <input type="text" name="author" id="author" value="” size=”22″ tabindex=”1″ /> Name

    <input type="text" name="email" id="email" value="” size=”22″ tabindex=”2″ /> Mail (will not be published)

    <input type="text" name="url" id="url" value="” size=”22″ tabindex=”3″ /> Website

    <!–

    XHTML: You can use these tags: `–>

ID); ?>

`

  • Activate Your Plugins

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

No changelog available