Doctreat
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEdoctreat_v1.2.8.zip
- FILE SIZE31456309 bytes
- MD58b94f8a88cd30d9e5ad90dfc21e48d2b
- SHA1d728e2365c99ea3051b03b218a05d56dff81b9a9
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- THEME URIhttp://amentotech.com/projects/doctreat
- VERSION1.2.8
- TAGStwo-columns, right-sidebar,sticky-post,theme-options, custom-background, custom-menu, editor-style, featured-images, threaded-comments, translation-ready
- CREATION DATE2021-01-30
- LAST FILE UPDATE2021-01-30
- LAST VALIDATION2021-01-30 02:05
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- .npmignore .eslintignore .travis.yml .nycrc .bin .eslintrc .coveralls.yml .idea .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 86:
product-explainer-intro.zip import-users-sample.zip email-templates.zip doctreat_cron.zip doctreat_core.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- 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 288: 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.