Parallel
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEparallel.zip
- FILE SIZE3811543 bytes
- MD5d240c7fef1ee9850514d05b5b34f0533
- SHA13c546fd55b5a6a321e53a9d242b010933cea4530
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://www.themely.com/themes/parallel/
- VERSION1.4.5
- AUTHOR URIhttps://www.themely.com/
- TAGSone-column, two-columns, featured-images, custom-menu, custom-logo, right-sidebar, full-width-template, theme-options, translation-ready, threaded-comments, portfolio, photography, blog
- CREATION DATE2021-04-20
- LAST FILE UPDATE2021-04-20
- LAST VALIDATION2021-04-20 16:54
This theme is open source.
Critical alerts
- add_submenu_page#Parameters File options.php : 138: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/
Warning
- Found wrong tag custom-logo in style.css header.
- No reference to custom background was found in the theme.
- 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
- Possible hard-coded links were found in the file options.php.489: 'content' => __('To upload a logo to replace the default site name and description in the header, go to APPEARANCE > Customize and select the [Site Identity] tab. Or <a href='customize.php'>click here</a> and then select the [Site Identity] tab.', 'pPossible hard-coded links were found in the file customizer.php.34: 'description' => __( 'This section controls the default header on the homepage of your website when the One-Page Template has NOT been setup. For instructions on how to setup the One-Page Template go to <a href='themes.php?page=parallel-welcome'>APPEARANCE > Setup Parallel</a>.', 'paral
- 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 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 : theme-welcome.php 140: require_once( get_template_directory() . '/inc/welcome/getting-started.php'147: require_once( get_template_directory() . '/inc/welcome/theme-support.php' )154: require_once( get_template_directory() . '/inc/welcome/child-themes.php' );161: require_once( get_template_directory() . '/inc/welcome/import-demo.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 : class-customize.php 65: require_once( trailingslashit( get_template_directory() ) . 'inc/upgrade/se 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.