Sydney
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEsydney.2.06.zip
- FILE SIZE4478585 bytes
- MD50548a966cf3e2dfa3c8a3b97793821a4
- SHA1efed7fadd347d987ab527e1fb1471c781ebf06c4
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://athemes.com/theme/sydney
- VERSION2.06
- AUTHOR URIhttps://athemes.com
- TAGStwo-columns, right-sidebar, block-styles, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
- CREATION DATE2022-06-11
- LAST FILE UPDATE2022-06-11
- LAST VALIDATION2022-06-11 09:35
- OTHER VERSIONS
This theme is open source.
Critical alerts
Ligne88: add_action( 'admin_menu', array( $self, 'add_menu_page' ) );
Ligne108: public function add_menu_page() {
File class-theme-dashboard.php :Ligne109: add_submenu_page( 'themes.php', esc_html__( 'Theme Dashboard', 'sydney' ),
File class-theme-dashboard.php :
Warning
- Found wrong tag block-styles in style.css header.
- 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 sydney, theme-dashboard.
- 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 PNG file. Detected type was : "image/jpeg".
Tip-off
- Possible hard-coded links were found in the file fp-facts.php.
Ligne30: <p><?php _e('You can find a list of the available icons ', 'sydney'); ?><a href='http://fortawesome.github.io/Font-Awesome/cheatsheet/' target='_blank'><?ph
Possible hard-coded links were found in the file theme-info.php.Ligne121: <a href='https://forums.athemes.com/c/sydney' target='_blank'><?php esc_html_e( 'Vis
Ligne127: <a href='http://docs.athemes.com/category/8-sydney' target='_blank'><?php esc_html_e
- 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 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 : class-customize.php
Ligne65: require_once( trailingslashit( get_template_directory() ) . 'inc/customizer
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.