• 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.

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘Serious problem with WP-Portal theme’ is closed to new replies.