Doctreat
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEdoctreat.zip
- FILE SIZE22694410 bytes
- MD5609ae6be4cb63a36652d6cf5c4370f98
- SHA11d552a240bae453035f2469302676e98117c90d6
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- THEME URIhttp://amentotech.com/projects/doctreat
- VERSION1.4.5
- TAGStwo-columns, right-sidebar,sticky-post,theme-options, custom-background, custom-menu, editor-style, featured-images, threaded-comments, translation-ready
- CREATION DATE2021-08-25
- LAST FILE UPDATE2021-08-25
- LAST VALIDATION2021-08-25 17:39
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- .npmignore .bin .travis.yml .eslintrc .coveralls.yml .idea .eslintignore .editorconfig .zuul.yml was found.
- Found <iframe width="' . intval($width) . '" height="' . intval($height) . '" src="https://player.vimeo.com/video/' . $content_vimo . '" > in file gallery.php.
- file_put_contents($file, $file_data); file_put_contents was found in the file functions.php 377:
doctreat_cron.zip doctreat_core.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Found a mix of \r\n and \n line endings in file main.js.
- 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.
- Possible variable $font found in translation function in google_fonts.php. Translation function calls should not contain PHP variables.
- Screenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
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 taxonomy.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : ajax-hooks.php 278: require_once(WP_PLUGIN_DIR. '/doctreat/libraries/phpqrcode/phpqrcode.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.