Hallo zusammen...
habe wieder mal eine Frage: folgende Error Meldung habe ich:
Fatal error: Call to undefined function: post_password_required() in /home/pichunte/public_html/site/wp-content/themes/autofocus/comments.php on line 7
PHP
Und hier der Code:
<?php
// Do not delete these lines
if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
die ('Please do not load this page directly. Thanks!');
if ( post_password_required() ) { ?>
<p class="nocomments">This post is password protected. Enter the password to view comments.</p>
<?php
return;
}
?>
Alles anzeigen
Was ist zu ändern?
Lg
Sandy