Automatic
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEautomatic.zip
- FILE SIZE1900102 bytes
- MD52ee5776514a5c66b8743582e1bb04e3b
- SHA165fe80341b9f6c9a5a6b379009edf5a939c7fa7d
- LICENSENone
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION2.0
- AUTHOR URIhttp://arrowhitech.com/
- TAGSone-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
- CREATION DATE2019-04-04
- LAST FILE UPDATE2019-04-04
- LAST VALIDATION2019-04-04 04:19
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Warning
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- Bad screenshot file extension ! File screenshot.png is not an actual PNG file. Detected type was : "image/jpeg".
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 attachment.php.
- The theme appears to use include or require : theme-setup.php 13: require( AUTOMATIC_DIR . '/inc/class_theme_base.php' );14: require( AUTOMATIC_DIR . '/inc/sidebars.php' );16: require_once( automatic_admin . '/functions.php' );17: require_once( automatic_functions . '/functions.php' );18: require_once( automatic_metaboxes . '/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.The theme appears to use include or require : Parser.php 241: if ($this->literal('@include') && 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 : save_settings.php 26: include( automatic_admin . '/sassphp/scss.inc.php' );31: include (automatic_admin . '/sassphp/config_skin_scss.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.