Rara Business
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMErara-business.1.2.1.zip
- FILE SIZE1837477 bytes
- MD5ba76880a411ef1351cd375bf10d49423
- SHA120a81a7c6235c968f7525acc710ed2e1b4c73f9b
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://rarathemes.com/wordpress-themes/rara-business/
- VERSION1.2.1
- AUTHOR URIhttps://rarathemes.com/
- TAGStwo-columns, left-sidebar, right-sidebar, custom-header, custom-background, custom-logo, custom-menu, theme-options, featured-images, threaded-comments, full-width-template, footer-widgets, translation-ready, blog, e-commerce, portfolio
- CREATION DATE2021-02-13
- LAST FILE UPDATE2021-07-12
- LAST VALIDATION2021-07-12 12:01
- 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 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
- This theme does not contain optional file rtl.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 : front-page.php
Ligne11: include( get_home_template() );
Ligne21: include( get_page_template() );
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 : custom-functions.phpLigne384: require_once( $svg_icons );
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-customizer-notice-section.phpLigne62: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
Ligne133: include_once( ABSPATH . 'wp-admin/includes/plugin-install.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.