SiteOrigin North
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEsiteorigin-north.1.17.18.zip
- FILE SIZE810859 bytes
- MD50019711a2c3785d578468d118075d6a7
- SHA1465fd85d161eeec46a77478fec29620575271418
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://siteorigin.com/theme/north/
- VERSION1.17.18
- AUTHOR URIhttps://siteorigin.com/
- TAGSone-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, trans
- CREATION DATE2021-01-05
- LAST FILE UPDATE2021-01-05
- LAST VALIDATION2021-01-05 21:09
- OTHER VERSIONS
This theme is open source.
Critical alerts
- The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
Warning
- Found wrong tag custom-logo in style.css header.
- 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 header 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.
Tip-off
- Possible hard-coded links were found in the file page-github.php.
Ligne4: <?php printf( __( 'North is actively %sdeveloped on Github%s.', 'siteorigin-north' ), '<a href='https://github.com/siteorigin/siteorigin-north'>', '</a>' ) ?>
Possible hard-coded links were found in the file page-page-builder.php.Ligne3: <?php printf( __( 'North integrates, beautifully, with our %sfree Page Builder%s plugin.', 'siteorigin-north' ), '<a href='https://siteorigin.com/page-builder/'>', '</a>' ) ?>
Possible hard-coded links were found in the file page-support.php.Ligne3: <?php printf( __( 'Our dedicated support team is ready to help you over on our %sfree support forums%s.', 'siteorigin-north' ), '<a href='https://siteorigin.com/thread/'>', '</a>' ) ?>
Possible hard-coded links were found in the file footer.php.Ligne52: '<span>' . sprintf( esc_html__( 'Theme by %s', 'siteorigin-north' ), '<a href='https://siteorigin.com/'>SiteOrigin</a>' ) . '</span>'
- 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 : settings.php
Ligne61: include( dirname( __FILE__ ) . '/inc/control/' . $file . '.php' );
Ligne65: include( dirname( __FILE__ ) . '/inc/' . $file . '.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.