Deluxe News
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEdeluxe-news.zip
- FILE SIZE1668473 bytes
- MD50b32f0bdc67e95d9935e629a0ca22df6
- SHA113940cbd82f8f28498a34ef69075d13e91bb318c
- 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.
- CREATION DATE2019-04-11
- LAST FILE UPDATE2019-04-11
- LAST VALIDATION2019-04-11 18:55
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Warning
- Found wrong tag theme-options. 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-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
- 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.
- Could not find Theme URL.
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.