Fresh News
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEfresh-news.zip
- FILE SIZE1669824 bytes
- MD5ed3fde6ac891cfd6bf25264dac3b2ff0
- SHA11d76ef1ce52765636492f8be6439de8b7ebf1397
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.0.0
- TAGSblog,threaded comments, one column, two columns, left sidebar, right sidebar, grid layout,custom menu,footer widgets, theme options, translation ready,custom background,custom colors.
- CREATION DATE2019-04-11
- LAST FILE UPDATE2019-04-11
- LAST VALIDATION2019-04-11 13:33
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- add_options_page(__('Categories Images settings', 'categories-images'), __( File custom-image-category.php : 259:
- Themes should not hide admin bar. Detected in file : functions.php.
- screen_icon(); ?> screen_icon found in file custom-image-category.php. Deprecated since version 3.8.296: <?php
Warning
- Found wrong tag threaded comments in style.css header.Found wrong tag one column in style.css header.Found wrong tag two columns in style.css header.Found wrong tag left sidebar in style.css header.Found wrong tag right sidebar in style.css header.Found wrong tag grid layout in style.css header.Found wrong tag custom menu in style.css header.Found wrong tag footer widgets in style.css header.Found wrong tag theme options in style.css header.Found wrong tag translation ready in style.css header.Found wrong tag custom background in style.css header.Found wrong tag custom colors. in style.css header.
- More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are fresh-news, categories-images.
- PHP short tags were found in file themerelish-newsletter.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.107: <h3><?php if ( !empty($themerelish_newsletter_title) ) : ?><?=$themerelish_newsletter_title; ?><?php endif?></h3>108: <p><?=$themerelish_newsletter_text; ?></p>PHP short tags were found in file themerelish-cool-recent-comments.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.158: <a href='<?=get_permalink( $comment->post_ID ) . '#comment-' . $comment->comment_ID;159: <?=get_avatar( $comment->comment_author_email, $avatar_size ); ?>163: <h4><a href='<?=get_permalink( $comment->post_ID ) . '#comment-' . $comment->comment_ID;164: <p><?=strip_tags( substr( apply_filters( 'get_comment_text', $comment->commentPHP short tags were found in file themerelish-author.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.152: <div class='profile-pic' style='background:url('<?=$fresh_news_author_image; ?>') top center no-repeat;background-size:cove154: <p><?=$fresh_news_author_short_disc; ?></p>PHP short tags were found in file themerelish-cool-category.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.129: <a href='<?=get_category_link($category->term_id); ?>'>132: <h3><?=$category->name; ?></h3>PHP short tags were found in file header.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.227: <form action='<?=home_url();?>' class='search-form' id='searchform' method='get' role='sePHP short tags were found in file footer.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.72: Copyright © 2019 · <a href='<?=home_url(); ?>'><?=bloginfo('name'); ?></a><br> All Rights Reserved
- screen_icon found in file custom-image-category.php. Deprecated since version 3.8.296: <?php screen_icon(); ?>
- 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
- 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 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 45: include( get_home_template() );48: 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.