0
Validation results

Treptow

Treptow

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMETreptow.zip
  • FILE SIZE77125539 bytes
  • MD54a21f26609e908a98ad626f3ebdb7d3a
  • SHA11e7ee57eb09226fb9a2dcc23e7ab4ad071193a46
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images, Adobe Photoshop
  • VERSION1.0
  • TAGSWebdesign, individuelle Gestaltung, Berliner Themes
  • CREATION DATE2023-01-16
  • LAST FILE UPDATE2023-01-16
  • LAST VALIDATION2023-01-16 12:18
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Security breaches : Use of PHP sytem calls Found @popen in file PHPMailer.php. 1568: $mail = @popen($sendmail, 'w');1591: $mail = @popen($sendmail, 'w');
  3. Security breaches : Modification of PHP server settings Found ini_set in file PHPMailer.php. 1687: ini_set('sendmail_from', $this->Sender);1700: ini_set('sendmail_from', $old_from);
  4. Security breaches : Use of base64_decode() Found base64_decode in file SMTP.php. 518: $challenge = base64_decode(substr($this->last_reply, 4));Found base64_decode in file PHPMailer.php. 3737: $data = base64_decode($match[3]);
  5. Security breaches : Use of base64_encode() Found base64_encode in file kontakt.php.
     return base64_encode($result);
     $header = 'From: =?UTF-8?B?'.base64_encode(stripslashes($fromName)).'?= <'.$fromMail.'>'.$eol;
     $filecontent = chunk_split(base64_encode($filecontent));
     $subject = '=?UTF-8?B?'.base64_encode($subject).'?=';
    Found base64_encode in file test.php.
     return base64_encode($result);
     $mailheader_betreff = '=?UTF-8?B?'.base64_encode($betreff).'?=';
     $encodedfile = chunk_split(base64_encode($content));
     $dmailheader_dsubject = '=?UTF-8?B?'.base64_encode($dsubject).'?=';
     $dmailheaders[] = 'From: =?UTF-8?B?'.base64_encode($ihrname).'?= <'.$ihrname2.'>';
    Found base64_encode in file captcha.php.
     return base64_encode($result);
    Found base64_encode in file SMTP.php.
     base64_encode('\0' . $username . '\0' . $password),
     if (!$this->sendCommand('Username', base64_encode($username), 334)) {
     if (!$this->sendCommand('Password', base64_encode($password), 235)) {
     return $this->sendCommand('Username', base64_encode($response), 235);
    Found base64_encode in file PHPMailer.php.
     return str_replace(['=', '+', '/'], '', base64_encode(hash('sha256', $bytes, true)));
     base64_encode($str),
     $encoded = base64_encode($str);
     $chunk = base64_encode($chunk);
     return base64_encode($signature);
     $DKIMb64 = base64_encode(pack('H*', hash('sha256', $body))); // Base64 of packed binar
    Found base64_encode in file OAuth.php.
     return base64_encode(
  6. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="<?php bloginfo('template_url');?> in file content-kontakt.php. 15: <iframe src='<?php bloginfo('template_url');?>/kontaktform/kontakt.php'></i
  7. Malware : Operations on file system file_get_contents was found in the file kontakt.php 315: $attachments[$filename] = file_get_contents($tempFilename);fopen was found in the file test.php 216: $file = fopen($attachments[$i],'r');fread was found in the file test.php 217: $content = fread($file,filesize($attachments[$i]));fclose was found in the file test.php 218: fclose($file);fclose was found in the file POP3.php 314: @fclose($this->pop_conn);fwrite was found in the file POP3.php 351: return fwrite($this->pop_conn, $string, strlen($string));fclose was found in the file SMTP.php 622: fclose($this->smtp_conn);fwrite was found in the file SMTP.php 1024: $result = fwrite($this->smtp_conn, $data);fwrite was found in the file PHPMailer.php 1572: fwrite($mail, 'To: ' . $toAddr . '\n');1573: fwrite($mail, $header);1574: fwrite($mail, $body);1595: fwrite($mail, $header);1596: fwrite($mail, $body);fwrite was found in the file PHPMailer.php 1572: fwrite($mail, 'To: ' . $toAddr . '\n');1573: fwrite($mail, $header);1574: fwrite($mail, $body);1595: fwrite($mail, $header);1596: fwrite($mail, $body);fwrite was found in the file PHPMailer.php 1572: fwrite($mail, 'To: ' . $toAddr . '\n');1573: fwrite($mail, $header);1574: fwrite($mail, $body);1595: fwrite($mail, $header);1596: fwrite($mail, $body);fwrite was found in the file PHPMailer.php 1572: fwrite($mail, 'To: ' . $toAddr . '\n');1573: fwrite($mail, $header);1574: fwrite($mail, $body);1595: fwrite($mail, $header);1596: fwrite($mail, $body);fwrite was found in the file PHPMailer.php 1572: fwrite($mail, 'To: ' . $toAddr . '\n');1573: fwrite($mail, $header);1574: fwrite($mail, $body);1595: fwrite($mail, $header);1596: fwrite($mail, $body);file_put_contents was found in the file PHPMailer.php 2634: if (false === file_put_contents($file, $body)) {file_get_contents was found in the file PHPMailer.php 2660: $body = file_get_contents($signed);2978: $file_buffer = file_get_contents($path);4184: file_get_contents($this->DKIM_private);file_get_contents was found in the file PHPMailer.php 2660: $body = file_get_contents($signed);2978: $file_buffer = file_get_contents($path);4184: file_get_contents($this->DKIM_private);file_get_contents was found in the file PHPMailer.php 2660: $body = file_get_contents($signed);2978: $file_buffer = file_get_contents($path);4184: file_get_contents($this->DKIM_private);
  8. Malware : Network operations fsockopen was found in the file POP3.php 225: //Rather than suppress it with @fsockopen, capture it cleanly instead233: $this->pop_conn = fsockopen(fsockopen was found in the file SMTP.php 330: //Fall back to fsockopen which should work in more places, but is missing some features332: 'Connection: stream_socket_client not available, falling back to fsockopen',336: $this->smtp_conn = fsockopen(
  9. Comment reply : Declaration of comment reply Could not find the comment-reply js script enqueued.
  10. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  11. Deprecated functions : bloginfo bloginfo('template_url') was found in the file header.php. Use echo esc_url( get_template_directory_uri() ) instead.9: <link rel='stylesheet' href='<?php bloginfo('template_url');?>/css/normalize.css'>13: <link rel='stylesheet' href='<?php bloginfo('template_url');?>/fonts/webfont-ws/stylesheet.css'>15: <link rel='stylesheet' href='<?php bloginfo('template_url');?>/fonts/webfont-km/stylesheet.css'>17: <link rel='stylesheet' href='<?php bloginfo('template_url');?>/fonts/webfont-fontawesome-free-5.15.2/css/all.c19: <link rel='apple-touch-icon' sizes='180x180' href='<?php bloginfo('template_url');?>/img/favicon/apple-touch-icon.png'>21: <link rel='icon' type='image/png' sizes='32x32' href='<?php bloginfo('template_url');?>/img/favicon/favicon-32x32.png'>23: <link rel='icon' type='image/png' sizes='16x16' href='<?php bloginfo('template_url');?>/img/favicon/favicon-16x16.png'>25: <link rel='manifest' href='<?php bloginfo('template_url');?>/img/favicon/site.webmanifest'>27: <link rel='stylesheet' href='<?php bloginfo('template_url');?>/modern-slide-in/css/sequence-theme.modern-slide50: <a href='index.htm'><img class='logo-gr712' src='<?php bloginfo('template_url');?>/img/praxis-luebbert-logo-loewe-gross.png' width86: <a href='<?php echo home_url('notfallnummern');?>' class=not-button-normal><button class='button-not'><img class='notf-phone' src='<?php bloginfo('template_url');?>/img/praxis-luebbert-button-phone-gruen.png' widbloginfo('template_url') was found in the file content-therapie.php. Use echo esc_url( get_template_directory_uri() ) instead.32: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-verh-foto-curly2.png' 71: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-illu-vater.jpg' class=105: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-thera-emdr.jpg' class=145: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-verh-foto-weg.jpg' cl182: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-hypno-foto-2.jpg' clabloginfo('template_url') was found in the file content-die-therapeuten.php. Use echo esc_url( get_template_directory_uri() ) instead.16: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-portrait-lubbert-2.png' cla33: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-portrait-lazardzig-2.png' a50: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-portrait-hund-x.png' alt=''bloginfo('template_url') was found in the file content-unsere-arbeit.php. Use echo esc_url( get_template_directory_uri() ) instead.17: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-kinder2.jpg' alt='' wi41: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-familie2.jpg' alt='' width=93: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-frisur.jpg' class='bil100: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-frisur.jpg' class='bil116: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-hillu-handy.jpg' class='bil122: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-hillu-handy.jpg' class='bil143: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-karte.jpg' class='bild177: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-teddy.jpg' class='bild193: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-teddy.jpg' class='bild209: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-hillu-handy.jpg' class='bil213: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-hillu-handy.jpg' class='bil232: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-illu-karte.jpg' class='bildbloginfo('template_url') was found in the file content-die-praxis.php. Use echo esc_url( get_template_directory_uri() ) instead.38: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil51: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil63: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil76: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil89: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil102: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil115: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil128: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil141: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil154: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil167: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil180: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil193: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil206: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil219: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil232: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil245: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil258: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil271: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil285: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil298: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil313: <img data-seq src='<?php bloginfo('template_url');?>/modern-slide-in/images/model2.png' class='g-bil341: <li><a href='#step1' rel='step1' title='Go to slide 1'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l342: <li><a href='#step2' rel='step2' title='Go to slide 2'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l343: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l344: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l345: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l346: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l347: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l348: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l349: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l350: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l351: <li><a href='#step1' rel='step1' title='Go to slide 1'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l352: <li><a href='#step2' rel='step2' title='Go to slide 2'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l353: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l354: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l355: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l356: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l357: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l358: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l359: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l360: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l361: <li><a href='#step1' rel='step1' title='Go to slide 1'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l362: <li><a href='#step2' rel='step2' title='Go to slide 2'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l363: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l364: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l365: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l366: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l367: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l368: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l369: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></l370: <li><a href='#step3' rel='step3' title='Go to slide 3'><img src='<?php bloginfo('template_url');?>/modern-slide-in/images/tn-model2.png' /></a></lbloginfo('template_url') was found in the file content-geschichten.php. Use echo esc_url( get_template_directory_uri() ) instead.102: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-buchst-m.jpg' class='buchst149: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-buchst-a.jpg' class='buchst201: <img src='<?php bloginfo('template_url');?>/img/praxis-luebbert-buchst-e.jpg' class='buchstbloginfo('template_url') was found in the file content-kontakt.php. Use echo esc_url( get_template_directory_uri() ) instead.15: <iframe src='<?php bloginfo('template_url');?>/kontaktform/kontakt.php'></iframe>31: <a href='<?php bloginfo('template_url');?>/img/downloads/praxis-luebbert-behandlungsvertra33: <a href='<?php bloginfo('template_url');?>/img/downloads/praxis-luebbert-erkl-sorgerecht.pbloginfo('url') was found in the file searchform.php. Use echo esc_url( home_url() ) instead.2: <form method='get' action='<?php bloginfo('url');?>/' class='site-search'>bloginfo('template_url') was found in the file footer.php. Use echo esc_url( get_template_directory_uri() ) instead.84: <script src='<?php bloginfo('template_url');?>/modern-slide-in/scripts/imagesloaded.pkgd.min.j85: <script src='<?php bloginfo('template_url');?>/modern-slide-in/scripts/hammer.min.js'></script86: <script src='<?php bloginfo('template_url');?>/modern-slide-in/scripts/sequence.min.js'></scri87: <script src='<?php bloginfo('template_url');?>/modern-slide-in/scripts/sequence-theme.modern-s
  12. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was webfonts_indie-flower.zip ordner webfonts_springtime-blues.zip ordner.
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag Webdesign in style.css header.Found wrong tag individuelle Gestaltung in style.css header.Found wrong tag Berliner Themes in style.css header.
  2. Text domain : Incorrect use of translation functions.Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is treptow.
  3. Widgets : WidgetsThis theme contains no sidebars/widget areas. See Widgets API
  4. Unwanted files : hidden file(s) or folder(s).ds_store was found.
  5. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file webfonts.ffonts.net.txt.Found a mix of \r\n and \n line endings in file webfonts.ffonts.net.txt.
  6. Fundamental theme elements : Presence of language_attributes()Could not find .
  7. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  8. Fundamental theme elements : Presence of comments_template()Could not find comments_template.
  9. Fundamental theme elements : Presence of wp_list_comments()Could not find wp_list_comments.
  10. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  11. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  12. Comment pagination : Declaration of comment paginationThe theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
  13. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  14. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  15. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  16. Avatar : Support of standard avatar functionsThis theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
  17. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  18. Featured image : Use of add_theme_support( 'post-thumbnails' ) in functions.php fileNo reference to post-thumbnails was found in the theme.
  19. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  20. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  21. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  22. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  23. CSS files : Presence of .alignleft class.alignleft css class is needed in theme css.
  24. CSS files : Presence of .alignright class.alignright css class is needed in theme css.
  25. CSS files : Presence of .aligncenter class.aligncenter css class is needed in theme css.
  26. CSS files : Presence of .wp-caption class.wp-caption css class is needed in theme css.
  27. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  28. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  29. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  30. CSS files : Presence of Theme URICould not find Theme URL.
  31. Screenshot : Screenshot fileScreenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Mandatory files : Presence of file comments.phpCould not find file comments.php in the theme.
  3. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  4. Optional files : Presence of comments template file comments.phpThis theme does not contain optional file comments.php.
  5. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  6. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  7. Optional files : Presence of single post template file single.phpThis theme does not contain optional file comments.php.
  8. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  9. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  10. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  11. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  12. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  13. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  14. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  15. Optional files : Presence of 404 Not Found template file 404.phpThis theme does not contain optional file 404.php.
  16. Use of includes : Use of include or requireThe theme appears to use include or require : kontakt.php 5: require_once('AntiSpam.php');40: @require('config.php');41: require_once('AntiSpam.php');42: include('PHPMailer/Secureimage.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes