WeCodeArt
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEwecodeart.5.4.1.zip
- FILE SIZE1938460 bytes
- MD576ba6b5d38c750f4f5579fe9ee1aea7d
- SHA1ce7bd0b2aad7da70430e9be9a4b9e838a211deae
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, HTML, Bitmap images
- THEME URIhttps://www.wecodeart.com/
- VERSION5.4.1
- AUTHOR URIhttps://www.wecodeart.com/about/
- TAGSblog, block-styles, block-patterns, editor-style, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, custom-colors, custom-logo, custom-header, flexible-header, featured-images, full-width-template, full-site-editing, footer-
- CREATION DATE2021-12-31
- LAST FILE UPDATE2021-12-31
- LAST VALIDATION2021-12-31 11:04
This theme is open source.
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.
- file_get_contents( $file ) );file_put_contents was found in the file class-filesystem.php 112: return file_put_contents( $this->get_file_url( $filename ), $content );file_get_contents was found in the file class-patterns.php 100: $data = array_merge( $data, json_decode( file_get_contents( $file_path ), true ) );121: $this->patterns = json_decode( file_get_contents( $index_path ), true );216: $template = file_get_contents( $file['path'] );file_get_contents was found in the file class-patterns.php 100: $data = array_merge( $data, json_decode( file_get_contents( $file_path ), true ) );121: $this->patterns = json_decode( file_get_contents( $index_path ), true );216: $template = file_get_contents( $file['path'] );file_get_contents was found in the file class-patterns.php 100: $data = array_merge( $data, json_decode( file_get_contents( $file_path ), true ) );121: $this->patterns = json_decode( file_get_contents( $index_path ), true );216: $template = file_get_contents( $file['path'] ); file_get_contents was found in the file class-content.php 50: echo do_blocks(
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example:
Warning
- Found wrong tag block-styles in style.css header.Found wrong tag block-patterns in style.css header.Found wrong tag custom-logo in style.css header.Found wrong tag full-site-editing in style.css header.
- This theme contains no sidebars/widget areas. See Widgets API
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find comments_template.
- Could not find wp_list_comments.
- Could not find comment_form.
- 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.
- No reference to nav_menu was found in the theme.
- No reference to post-thumbnails was found in the theme.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Could not find file comments.php in the theme.
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file comments.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file comments.php.
- This theme does not contain optional file page.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 : class-styles.php 77: require_once( __DIR__ . '/utilities.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 : init.php 25: require_once( get_parent_theme_file_path( '/inc/class-autoloader.php' ) );26: require_once( get_parent_theme_file_path( '/inc/functions.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.