Themelia
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEthemelia.1.3.1.zip
- FILE SIZE1892250 bytes
- MD56bb2d42c5f765174336cf7137b6a7c36
- SHA1af649da8d179fff603f30e2089f4896a831d3e6b
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.3.1
- TAGSaccessibility-ready, blog, custom-colors, custom-menu, e-commerce, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns
- CREATION DATE2021-03-02
- LAST FILE UPDATE2021-03-02
- LAST VALIDATION2021-03-02 14:58
This theme is open source.
Warning
- 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 themelia, kirki.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- At least one hard coded date was found in the file footer.php. Function get_option( 'date_format' ) should be used instead.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/ - 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 date.php.
- This theme does not contain optional file archive.php.
- This theme does not contain optional file search.php.
- This theme does not contain optional file 404.php.
- The theme appears to use include or require : functions-utility.php 229: require_once( $file ); 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 : template-comments.php 154: require( hybrid()->comment_templates[ $comment_type ] ); 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 : functions-i18n.php 49: require_once( $child_func );53: require_once( $theme_func ); 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 : functions-customize.php 39: require_once( hybrid()->dir . 'customize/setting-array-map.php' );40: require_once( hybrid()->dir . 'customize/setting-image-data.php' );43: require_once( hybrid()->dir . 'customize/control-checkbox-multiple.php' );44: require_once( hybrid()->dir . 'customize/control-dropdown-terms.php' );45: require_once( hybrid()->dir . 'customize/control-palette.php' );46: require_once( hybrid()->dir . 'customize/control-radio-image.php' );47: require_once( hybrid()->dir . 'customize/control-select-group.php' );48: require_once( hybrid()->dir . 'customize/control-select-multiple.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 : template.php 46: include( $template );188: include( $template );226: 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 : hybrid.php 204: require_once( $this->dir . 'inc/class-media-meta.php' );205: require_once( $this->dir . 'inc/class-media-grabber.php' );206: require_once( $this->dir . 'inc/class-registry.php' );207: require_once( $this->dir . 'inc/class-template.php' );210: require_once( $this->dir . 'inc/functions-attr.php' );211: require_once( $this->dir . 'inc/functions-context.php' );212: require_once( $this->dir . 'inc/functions-i18n.php' );213: require_once( $this->dir . 'inc/functions-customize.php' );214: require_once( $this->dir . 'inc/functions-filters.php' );215: require_once( $this->dir . 'inc/functions-fonts.php' );216: require_once( $this->dir . 'inc/functions-head.php' );217: require_once( $this->dir . 'inc/functions-meta.php' );218: require_once( $this->dir . 'inc/functions-sidebars.php' );219: require_once( $this->dir . 'inc/functions-scripts.php' );220: require_once( $this->dir . 'inc/functions-styles.php' );221: require_once( $this->dir . 'inc/functions-templates.php' );222: require_once( $this->dir . 'inc/functions-utility.php' );225: require_once( $this->dir . 'inc/template.php' );226: require_once( $this->dir . 'inc/template-comments.php' );227: require_once( $this->dir . 'inc/template-general.php' );228: require_once( $this->dir . 'inc/template-media.php' );229: require_once( $this->dir . 'inc/template-post.php' );233: require_once( $this->dir . 'admin/functions-admin.php' );307: require_once( $this->dir . 'admin/class-post-layout.php' );308: require_once( $this->dir . 'admin/class-term-layout.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.