Total
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMETotal.zip
- FILE SIZE4186497 bytes
- MD5bce162625c59de30e0b38d698f2dc9fd
- SHA15559e7e618232a7528d50f389351d2692a6e73a4
- LICENSECustom
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION4.9.6
- TAGScustom-colors, accessibility-ready, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
- CREATION DATE2020-08-07
- LAST FILE UPDATE2020-08-07
- LAST VALIDATION2020-08-07 15:56
- OTHER VERSIONS
This theme is open source.
Critical alerts
- add_submenu_page(File PostTypeEditorPanel.php : 31: add_action( 'admin_menu', array( $this, 'add_submenu_pages' ), 40 );183: public function add_submenu_pages() {193: $submenu_page = add_submenu_page(File PostTypeEditorPanel.php : 31: add_action( 'admin_menu', array( $this, 'add_submenu_pages' ), 40 );183: public function add_submenu_pages() {193: $submenu_page = add_submenu_page(File Accessibility.php : 39: add_submenu_page(File ImportExport.php : 39: add_submenu_page(File ImageSizes.php : 40: add_action( 'admin_menu', array( $this, 'add_admin_page' ), 10 );185: public function add_admin_page() {File ImageSizes.php : 186: add_submenu_page(File CustomLogin.php : 72: add_submenu_page(File CustomActions.php : 39: add_submenu_page(File FooterBuilder.php : 87: add_submenu_page(File UnderConstruction.php : 37: add_submenu_page(File Favicons.php : 62: add_submenu_page(File Custom404.php : 51: add_submenu_page(File HeaderBuilder.php : 86: add_submenu_page(File class-tgm-plugin-activation.php : 737: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile AdminPanel.php : 28: add_action( 'admin_menu', array( $this, 'add_menu_page' ), 0 );309: public function add_menu_page() {310: add_menu_page(File AdminPanel.php : 28: add_action( 'admin_menu', array( $this, 'add_menu_page' ), 0 );309: public function add_menu_page() {310: add_menu_page(File AdminPanel.php : 327: add_submenu_page(File customizer-manager.php : 28: add_action( 'admin_menu', array( $this, 'add_admin_page' ), 40 );37: public function add_admin_page() {File customizer-manager.php : 38: add_submenu_page( File License.php : 67:
Warning
- Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/Found wrong tag custom-logo 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 total.
- 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 total, wpex, tgmpa, mytheme, total-theme-core.
- 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 background was found in the theme.
- Possible variable $val found in translation function in translations.php. Translation function calls should not contain PHP variables.
- 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 Favicon found in Favicons.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- 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 archive.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : overlays.php 50: include( $template ); 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 : the_password_form.php 17: include( locate_template( 'partials/password-protection-form.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 : staff-entry.php 43: include( $template ); 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 : staff-single-related.php 105: include( $template ); 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 : portfolio-entry.php 44: include( $template ); 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 : portfolio-single-related.php 102: include( $template ); 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 : blog-single-related.php 78: <?php include( locate_template( 'partials/blog/blog-single-related-entry.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.