SiteOrigin Corp
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEsiteorigin-corp.1.16.1.zip
- FILE SIZE804733 bytes
- MD5674c4351d09ee48c7a44cbb397c568e0
- SHA14c782f43d255b74c1130429bb760ae53ceb2d0a9
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://siteorigin.com/theme/corp/
- VERSION1.16.1
- AUTHOR URIhttps://siteorigin.com/
- TAGSone-column, two-columns, left-sidebar, right-sidebar, grid-layout, 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-co
- CREATION DATE2020-05-20
- LAST FILE UPDATE2020-05-20
- LAST VALIDATION2020-05-20 09:35
- OTHER VERSIONS
This theme is open source.
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( esc_html__( 'Actively %sdeveloped on Github%s.', 'siteorigin-corp' ), '<a href='https://github.com/siteorigin/siteorigin-corp'>', '</a>' ) ?>
Possible hard-coded links were found in the file page-page-builder.php.Ligne3: <?php printf( esc_html__( 'Corp integrates, beautifully, with our %sfree Page Builder%s plugin.', 'siteorigin-corp' ), '<a href='https://siteorigin.com/page-builder/'>', '</a>' ) ?>
Possible hard-coded links were found in the file page-documentation.php.Ligne3: <?php printf( esc_html__( 'Corp offers %sdetailed documentation%s covering everything from basic setup to advanced customizations.', 'siteorigin-corp' ), '<a href='https://siteorigin.com/corp-documentation/'>', '</a>' ) ?>
Possible hard-coded links were found in the file footer.php.Ligne51: '<span>' . sprintf( esc_html__( 'Theme by %s', 'siteorigin-corp' ), '<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.