Thoughts
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEthoughts-1.0.1.zip
- FILE SIZE882014 bytes
- MD5d8771a3dda8ca340ca987f22ef7825e2
- SHA145c44da2cf6ab4e0780bba252b47b78180719a21
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://www.pixelrevel.com/themes/wordpress/thoughts" target="_blank" onclick="linkout('themeURI', 'thoughts-v1_0_1');">http://www.pixelrevel.com/themes/wordpress/thoughts">http://www.pixelrevel.com/themes/wordpress/thoughts
- VERSION1.0.1
- AUTHOR URIhttp://www.pixelrevel.com/
- TAGSminimal, typography, light, white, single-column, one-column, infinite-scroll, clean, professional, simple, sticky-post, blog, blogging, theme-options, custom-colors, custom-menu, responsive, retina-ready
- CREATION DATE2021-04-28
- LAST FILE UPDATE2021-04-28
- LAST VALIDATION2021-04-28 14:55
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found a Customizer setting that did not have a sanitization callback function in file functions.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
- 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.
- .gitignore .bower.json .ds_store was found.
Ligne47: $c = curl_init();
curl_exec was found in the file social.phpLigne50: $contents = curl_exec( $c );
curl_init was found in the file social.php - Themes should not hide admin bar. Detected in file : filters.php.
Ligne411: $image = get_bloginfo( 'url' ) . '/opengraph.png'; // Change this to the URL of the
Ligne429: <meta property='og:image' content='<?php echo get_bloginfo( 'url' ); ?>/opengraph.png'/>
Ligne432: <meta property='og:url' content='<?php echo get_bloginfo( 'url' ); ?>'/>
get_bloginfo( 'url' ) was found in the file functions.php. Use home_url() instead.
Warning
- Found wrong tag minimal in style.css header.Found wrong tag typography in style.css header.The tag light has been deprecated, it must be removed from style.css header.The tag white has been deprecated, it must be removed from style.css header.Found wrong tag single-column in style.css header.Found wrong tag infinite-scroll in style.css header.Found wrong tag clean in style.css header.Found wrong tag professional in style.css header.Found wrong tag simple in style.css header.Found wrong tag blogging in style.css header.Found wrong tag responsive in style.css header.Found wrong tag retina-ready 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 thoughts.
- Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s at %2$s' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your comment is awaiting moderation.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Views' in file functions.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments "Submit" in file functions.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 thoughtstheme, thoughtsthemes.
- Found the URL of a CDN in the code:
maxcdn.bootstrapcdn.com/font-awesome
. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme. - The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- This theme contains no sidebars/widget areas. See Widgets API
- A.git was found.
- Could not find wp_link_pages.
- The theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- 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.
- .sticky 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.
- This theme doesn't seem to display tags.
- Screenshot size is 600x450px. 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 hard-coded links were found in the file footer.php.
Ligne96: <a href='http://pixelrevel.com/themes/wordpress/thoughts'>Thoughts</a> by
Ligne96: <a href='http://pixelrevel.com/themes/wordpress/thoughts'>Thoughts</a> by
Ligne97: <a href='http://pixelrevel.com'>Pixel Revel</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 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 attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : 404.php
Ligne22: <?php include 'partials/popular-articles.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 : single.phpLigne54:
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.