Alecaddd Sunset Theme
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMELesson 64.zip
- FILE SIZE2381554 bytes
- MD579fc765a128036591d78c71e59eb506f
- SHA1b615ddf436e0897ffb15ba84081ff08101627628
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.0.0
- AUTHOR URIhttp://alecaddd.com/
- TAGSblog, sidebar, responsive, clean, minimal, icon font, sunset, custom admin options.
- CREATION DATE2020-03-14
- LAST FILE UPDATE2020-03-14
- LAST VALIDATION2020-03-14 09:15
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.
- add_menu_page( 'Sunset Theme Options', 'Sunset', 'manage_options', 'alecaddFile function-admin.php : 18: add_submenu_page( 'alecaddd_sunset', 'Sunset Sidebar Options', 'Sidebar', '19: add_submenu_page( 'alecaddd_sunset', 'Sunset Theme Options', 'Theme Options20: add_submenu_page( 'alecaddd_sunset', 'Sunset Contact Form', 'Contact Form',21: add_submenu_page( 'alecaddd_sunset', 'Sunset CSS Options', 'Custom CSS', 'mFile function-admin.php : 18: add_submenu_page( 'alecaddd_sunset', 'Sunset Sidebar Options', 'Sidebar', '19: add_submenu_page( 'alecaddd_sunset', 'Sunset Theme Options', 'Theme Options20: add_submenu_page( 'alecaddd_sunset', 'Sunset Contact Form', 'Contact Form',21: add_submenu_page( 'alecaddd_sunset', 'Sunset CSS Options', 'Custom CSS', 'mFile function-admin.php : 18: add_submenu_page( 'alecaddd_sunset', 'Sunset Sidebar Options', 'Sidebar', '19: add_submenu_page( 'alecaddd_sunset', 'Sunset Theme Options', 'Theme Options20: add_submenu_page( 'alecaddd_sunset', 'Sunset Contact Form', 'Contact Form',21: add_submenu_page( 'alecaddd_sunset', 'Sunset CSS Options', 'Custom CSS', 'mFile function-admin.php : 18: add_submenu_page( 'alecaddd_sunset', 'Sunset Sidebar Options', 'Sidebar', '19: add_submenu_page( 'alecaddd_sunset', 'Sunset Theme Options', 'Theme Options20: add_submenu_page( 'alecaddd_sunset', 'Sunset Contact Form', 'Contact Form',21: add_submenu_page( 'alecaddd_sunset', 'Sunset CSS Options', 'Custom CSS', 'm File function-admin.php : 15:
- Could not find the comment-reply js script enqueued.
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - 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 wp_deregister_script in enqueue.php. Themes must not deregister core scripts. 71: wp_deregister_script( 'jquery' );
- Found wrong tag sidebar in style.css header.Found wrong tag responsive in style.css header.Found wrong tag clean in style.css header.Found wrong tag minimal in style.css header.Found wrong tag icon font in style.css header.Found wrong tag sunset in style.css header.Found wrong tag custom admin options. 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 alecaddd-sunset-theme.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'Submit Comment' in file comments.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Comment', 'noun' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Read More' in file content-video.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Read More' in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Read More' in file content-gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Comments' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments ' Comments' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 Comment' in file theme-support.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comments are closed' in file theme-support.php.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 sunsettheme, domainreference.
- 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 add_theme_support( 'automatic-feed-links' ).
- Could not find wp_link_pages.
- No 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.
- No reference to the_post_thumbnail was found in the theme.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- 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 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 : shortcodes.php 72: include 'templates/contact-form.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 : function-admin.php 172: require_once( get_template_directory() . '/inc/templates/sunset-admin.php' 176: require_once( get_template_directory() . '/inc/templates/sunset-theme-suppo180: require_once( get_template_directory() . '/inc/templates/sunset-contact-for184: require_once( get_template_directory() . '/inc/templates/sunset-custom-css. 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.