Polite
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEpolite.1.3.3.zip
- FILE SIZE870404 bytes
- MD5b86872941b14f8f2a76cb4c2b8968a5b
- SHA10cb7181e3149dd420ba9d2280c1e9b4a7e1056ed
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://www.templatesell.com/item/polite-minimal-blog-wordpress-theme/
- VERSION1.3.3
- AUTHOR URIhttps://www.templatesell.com/
- TAGScustom-background, custom-header, one-column, two-columns, three-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, news
- CREATION DATE2022-07-24
- LAST FILE UPDATE2022-07-24
- LAST VALIDATION2022-07-24 05:36
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 background 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 about.php.
Ligne35: <a href='https://www.templatesell.com/item/polite-plus-masonry-wordpress-theme/' tar
Ligne47: <a href='http://docs.templatesell.net/polite' target='_blank' class='btn btn-seconda
Ligne63: <a href='https://rankmath.com/?ref=templatesell' target='_blank' class='btn btn-seco
Ligne65: <?php esc_html_e( 'Here we included an affiliate link to Rank Math Plugin. If you click on the link and buy the product, we’ll receive a small fee. No worries though, you’ll still pay the standard amount without any extra cost to you.', 'polite' ); ?></span><a href='https://www.templatesell.com/blog/template-sell-uses-rank-math/' target='_b
Possible hard-coded links were found in the file footer.php.Ligne90: printf( esc_html__( 'Theme: %1$s by %2$s.', 'polite' ), 'Polite', '<a href='https://www.templatesell.com/'>Template Sell</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.
- 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() ) . 'templatesell/u
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.