Cabana do Elfo 2
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEcabana2_theme.zip
- FILE SIZE1952269 bytes
- MD5f772b4a0131c59ec00b7b9399588ab26
- SHA1d9f7d9fccc4f822383aa61e9c32268a3581a1867
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://cabanadoelfo.com.br/
- VERSION3.1.5
- CREATION DATE2021-05-07
- LAST FILE UPDATE2021-05-07
- LAST VALIDATION2021-05-07 16:11
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.
- add_submenu_page( File class-tgm-plugin-activation.php : 335:
- Could not find .
- screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) ); ?>1496: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) ); screen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.371: <?php
- The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
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 cabana-do-elfo-2.
- Found a translation function that is missing a text-domain. Function _x, with the arguments '%1$s %2$s: %3$s', 'breadcrumbs: portfolio category' in file theme-function.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file register-plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file register-plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file register-plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file register-plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file register-plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file register-plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file register-plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file register-plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file register-plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file register-plugins.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments in file class-tgm-plugin-activation.php.Found a translation function that is missing a text-domain. Function _n, with the arguments in file class-tgm-plugin-activation.php.
- The theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- Could not find wp_footer.
- Could not find wp_head.
- Could not find .
- Could not find charset.
- Could not find comment_form.
- Could not find body_class call in body tag.
- Could not find the comment-reply script enqueued, however a reference to 'comment-reply' was found. Make sure that the comment-reply js script is being enqueued properly on singular pages.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- screen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.371: <?php screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) ); ?>1496: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
- License: is missing from style.css header.
- License URI: is missing from style.css header.
- Text Domain: is missing from your 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.
- Could not find Author URI.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- 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.
- This theme does not contain optional file 404.php.
- The theme appears to use include or require : custom-function.php 5: require_once('my_script.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.The theme appears to use include or require : class-tgm-plugin-activation.php 989: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.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.