Forums

Serious problem with WP-Portal theme (2 posts)

  1. joannesjacobs
    Member
    Posted 2 years ago #

    This theme DOES NOT DISPLAY any kind of captcha utility you choose to install in wordpress, rendering your site essentially unusable for comments, unless you want to turn all captcha facilities off.

    The developers of this theme do a great job in keeping pages very clean and XHTML validated, but doing this at the expense of any CAPTCHA plugin working seems absurd. Would be good if they could fix ths urgently.

  2. Mike Challis
    Member
    Posted 2 years ago #

    I got it to work with wp-portaltheme.
    here is the fix:
    edit comments.php found in /wp-content/themes/wp-portaltheme/

    Change:
    <?php # do_action('comment_form', $post->ID); ?>

    To:
    <?php do_action('comment_form', $post->ID); ?>

    Be cause that code was disabled, any theme that needs to use the do_action comment_form hook will fail to work.

Topic Closed

This topic has been closed to new replies.

About this Topic