Hallo,
habe die folgende Meldung im Log. Für Hilfe danke voraus.
Code
AH01071: Got error 'PHP message: PHP Warning: Use of undefined constant is_category - assumed 'is_category' (this will throw an Error in a future version of PHP) in /var/www/vhosts/example.de/httpdocs/wp-content/themes/twentyfifteen-child/header.php on line 28'
Es betrifft die Auto-Description
PHP
<meta name="description" content="<?php if( is_home()) { echo 'Artikel und Beiträge von ......' ; } else if (is_singular() ) { echo substr(get_the_excerpt(), 0,145), '...'; } else if (is_category) { echo substr(category_description(), 0,145), '...'; } ?>">
Was kann bzw. sollte geändert werden?