Vantage
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEvantage.1.17.3.zip
- FILE SIZE1926299 bytes
- MD50e21cddfa7fee6d8bd5a3d83327d26c8
- SHA1551350e96519af6d903c7ae3861f7b6fbab40fae
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://siteorigin.com/theme/vantage/
- VERSION1.17.3
- AUTHOR URIhttps://siteorigin.com/
- TAGStwo-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-comments, tran
- CREATION DATE2021-06-23
- LAST FILE UPDATE2021-06-23
- LAST VALIDATION2021-06-23 07:26
- 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.4: <?php printf( __( 'Vantage is actively %sdeveloped on Github%s.', 'vantage' ), '<a href='https://github.com/siteorigin/vantage'>', '</a>' ) ?>Possible hard-coded links were found in the file page-page-builder.php.3: <?php printf( __( 'Vantage integrates, beautifully, with our %sfree Page Builder%s plugin.', 'vantage' ), '<a href='https://siteorigin.com/page-builder/'>', '</a>' ) ?>Possible hard-coded links were found in the file page-support.php.3: <?php printf( __( 'As a Vantage user, you'll get fast, friendly support on our own %ssupport forums%s.', 'vantage' ), '<a href='https://siteorigin.com/thread/'>', '</a>' ) ?>4: <?php printf( __( 'You can also read through the %sVantage documentation%s to get to know it even faster.', 'vantage' ), '<a href='https://siteorigin.com/vantage-documentation/'>', '</a>' ) ?>
- 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.
- The theme appears to use include or require : menu.php 63: $icons = include (get_template_directory().'/fontawesome/icons.php');64: $sections = include (get_template_directory().'/fontawesome/icon-sections.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 : settings.php 61: include( dirname( __FILE__ ) . '/inc/control/' . $file . '.php' );65: 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.The theme appears to use include or require : customizer.php 10: $google_web_fonts = include ( dirname(__FILE__) . '/google-fonts.php' );284: $google_fonts = include( dirname(__FILE__).'/google-fonts.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 : widgets.php 134: $icons = include ( get_template_directory() . '/fontawesome/icons.php' );135: $sections = include (get_template_directory().'/fontawesome/icon-sections.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.