Construct
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEconstruct.zip
- FILE SIZE1852657 bytes
- MD5b3960fcdb62cdc93f0e2b74158820b3d
- SHA1bf649caded41485b4cc0ae7bbaf883ecbecf882a
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.0.6
- TAGSone-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
- CREATION DATE2020-05-31
- LAST FILE UPDATE2020-05-31
- LAST VALIDATION2020-05-31 01:06
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found <iframe width="100%" height="450" src="<?php echo esc_url( $link_video ); ?> in file content-video.php. 5: <iframe width='100%' height='450' src='<?php echo esc_url( $link_video ); ?Found <iframe width="100%" height="450" src="<?php echo esc_url( $link_video ); ?> in file single.php. 60: <iframe width='100%' height='450' src='<?php echo esc_url( $link_video ); ?Found <iframe style="width:100%" height="150" scrolling="no" frameborder="no" src="<?php echo esc_url( $link_audio ); ?> in file content-audio.php. 5: <iframe style='width:100%' height='150' scrolling='no' frameborder='no' src
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 construct, construction, hosted, tgmpa, archi.
- Found the URL of a CDN in the code:
maxcdn.bootstrapcdn.com/font-awesome
. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme. - The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- No reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
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.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : vc_shortcode.php 371: require_once( ABSPATH . 'wp-admin/includes/plugin.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.