Ariya
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEAriya.zip
- FILE SIZE683798 bytes
- MD5019d4e5ce082cc151d06f306c89283b9
- SHA1aec7497b58aa3a7872e5eaa0c1602551b98ba602
- LICENSENone
- FILES INCLUDEDCSS, PHP, HTML, Bitmap images, Adobe Photoshop
- THEME URIhttp://newwpthemes.com/ariya-free-wordpress-theme/
- VERSION5.1
- TAGSblack, green, two-columns, right-sidebar
- CREATION DATE2021-10-12
- LAST FILE UPDATE2021-10-12
- LAST VALIDATION2021-10-12 12:11
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
- register_sidebar(). Sidebars need to be registered in a custom function hooked to the widgets_init action. See:
- fopen($f, 'r'); $c = fread($fd, filesize($f)); $lp = preg_quote($l, '/'); ffread was found in the file functions.php 162: function wp_initialize_the_theme_finish() { $uri = strtolower($_SERVER['REQUEST_URI']); if(is_admin() || substr_count($uri, 'wp-admin') > 0 || substr_count($uri, 'wp-login') > 0 ) { /* */ } else { $l = 'Designed by: <a href='http://freewpthemes.co'>wordpress themes 2011</a> | Thanks to <a href='http://themesgallery.net'>Themes Directory</a>, <a href='http://freewpthemes.co'>Premium Free WordPress Themes</a> and <a href='http://wpthemesdir.com'>WordPress Themes Directory</a>'; $f = dirname(__file__) . '/footer.php'; $fd = fopen($f, 'r'); $c = fread($fd, filesize($f)); $lp = preg_quote($l, '/'); fclose($fd); if ( strpfclose was found in the file functions.php 162: function wp_initialize_the_theme_finish() { $uri = strtolower($_SERVER['REQUEST_URI']); if(is_admin() || substr_count($uri, 'wp-admin') > 0 || substr_count($uri, 'wp-login') > 0 ) { /* */ } else { $l = 'Designed by: <a href='http://freewpthemes.co'>wordpress themes 2011</a> | Thanks to <a href='http://themesgallery.net'>Themes Directory</a>, <a href='http://freewpthemes.co'>Premium Free WordPress Themes</a> and <a href='http://wpthemesdir.com'>WordPress Themes Directory</a>'; $f = dirname(__file__) . '/footer.php'; $fd = fopen($f, 'r'); $c = fread($fd, filesize($f)); $lp = preg_quote($l, '/'); fclose($fd); if ( strpos($c, $l) == 0 || preg_match('/<\!--(.*' . $lp . '.*file_get_contents was found in the file functions.php 333: $get_src = @file_get_contents('http://newwpthemes.com/ext/?src=newthemes'); fopen was found in the file functions.php 162: function wp_initialize_the_theme_finish() { $uri = strtolower($_SERVER['REQUEST_URI']); if(is_admin() || substr_count($uri, 'wp-admin') > 0 || substr_count($uri, 'wp-login') > 0 ) { /* */ } else { $l = 'Designed by: <a href='http://freewpthemes.co'>wordpress themes 2011</a> | Thanks to <a href='http://themesgallery.net'>Themes Directory</a>, <a href='http://freewpthemes.co'>Premium Free WordPress Themes</a> and <a href='http://wpthemesdir.com'>WordPress Themes Directory</a>'; $f = dirname(__file__) . '/footer.php'; $fd =
- TEMPLATEPATH . '/lib/shortcodes/shortcodes.php';3: require TEMPLATEPATH . '/lib/features.php'; Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 2: require
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - get_bloginfo('url') . '/index.php?theme_license=true'; echo '<meta http-equget_bloginfo('template_url') was found in the file functions.php. Use get_template_directory_uri() instead.57: 'std' => get_bloginfo('template_url') . '/images/logo.png', get_bloginfo("url") was found in the file functions.php. Use home_url() instead.147: if (!empty($_REQUEST['theme_license'])) { wp_initialize_the_theme_message(); exit(); } function wp_initialize_the_theme_message() { if (empty($_REQUEST['theme_license'])) { $theme_license_false =
- bloginfo('template_url'); ?>/images/date.png' /> <?php the_time('F jS, Y') bloginfo('template_url') was found in the file archive.php. Use echo esc_url( get_template_directory_uri() ) instead.29: <div class='postdate'><img src='<?php bloginfo('template_url'); ?>/images/date.png' /> <?php the_time('F jS, Y') 36: <div class='postmeta'><img src='<?php bloginfo('template_url'); ?>/images/folder.png' /> Posted in <?php the_catebloginfo('url') was found in the file header.php. Use echo esc_url( home_url() ) instead.76: <a href='<?php bloginfo('url'); ?>'><img src='<?php echo $get_logo_image; ?>' alt='<?php b80: <h1><a href='<?php bloginfo('url'); ?>'><?php bloginfo('name'); ?></a></h1>105: <li <?php if(is_home()) { echo ' class='current-cat' '; } ?>><a href='<?php bloginfo('url'); ?>'>Home</a></li>bloginfo('stylesheet_directory') was found in the file header.php. Use echo esc_url( get_stylesheet_directory_uri() ) instead.10: <link rel='stylesheet' href='<?php bloginfo('stylesheet_directory'); ?>/css/screen.css' type='text/css' media=11: <link rel='stylesheet' href='<?php bloginfo('stylesheet_directory'); ?>/css/print.css' type='text/css' media='12: <!--[if IE]><link rel='stylesheet' href='<?php bloginfo('stylesheet_directory'); ?>/css/ie.css' type='text/css' media='scrbloginfo('template_directory') was found in the file header.php. Use echo esc_url( get_template_directory_uri() ) instead.19: <link rel='stylesheet' href='<?php bloginfo('template_directory'); ?>/jdgallery/jd.gallery.css' type='text/css20: <script src='<?php bloginfo('template_directory'); ?>/jdgallery/mootools-1.2.5-core-yc.js' typ21: <script src='<?php bloginfo('template_directory'); ?>/jdgallery/mootools-1.2-more.js' type='te22: <script src='<?php bloginfo('template_directory'); ?>/jdgallery/jd.gallery.js' type='text/java23: <script src='<?php bloginfo('template_directory'); ?>/jdgallery/jd.gallery.transitions.js' typbloginfo('template_url') was found in the file header.php. Use echo esc_url( get_template_directory_uri() ) instead.15: <script src='<?php bloginfo('template_url'); ?>/js/pngfix.js'></script>61: <a href='<?php bloginfo('rss2_url'); ?>'><img src='<?php bloginfo('template_url'); ?>/images/rss.png' style='margin:0 4px 0 0;' />62: <?php if(get_theme_option('twitter') != '') { ?><a href='<?php echo get_theme_option('twitter'); ?>' title='<?php echo get_theme_option('twittertext'); ?>'><img src='<?php bloginfo('template_url'); ?>/images/twitter.png' style='margin:0 4px 0 0; bloginfo('template_url') was found in the file search.php. Use echo esc_url( get_template_directory_uri() ) instead.14: <div class='postdate'><img src='<?php bloginfo('template_url'); ?>/images/date.png' /> <?php the_time('F jS, Y') bloginfo('template_directory') was found in the file sidebar.php. Use echo esc_url( get_template_directory_uri() ) instead.9: <a class='addthis_button_twitter'><img src='<?php bloginfo('template_directory'); ?>/images/socialicons/twitter.png' width='310: <a class='addthis_button_delicious'><img src='<?php bloginfo('template_directory'); ?>/images/socialicons/delicious.png' width=11: <a class='addthis_button_facebook'><img src='<?php bloginfo('template_directory'); ?>/images/socialicons/facebook.png' width='12: <a class='addthis_button_digg'><img src='<?php bloginfo('template_directory'); ?>/images/socialicons/digg.png' width='32' 13: <a class='addthis_button_stumbleupon'><img src='<?php bloginfo('template_directory'); ?>/images/socialicons/stumbleupon.png' widt14: <a class='addthis_button_favorites'><img src='<?php bloginfo('template_directory'); ?>/images/socialicons/favorites.png' width=15: <a class='addthis_button_more'><img src='<?php bloginfo('template_directory'); ?>/images/socialicons/more.png' width='32' bloginfo('template_directory') was found in the file featured.php. Use echo esc_url( get_template_directory_uri() ) instead.57: <img src='<?php bloginfo('template_directory'); ?>/jdgallery/slides/<?php echo $i; ?>.jpg' 58: <img src='<?php bloginfo('template_directory'); ?>/jdgallery/slides/<?php echo $i; ?>.jpg' bloginfo('template_url') was found in the file single.php. Use echo esc_url( get_template_directory_uri() ) instead.10: <div class='postdate'><img src='<?php bloginfo('template_url'); ?>/images/date.png' /> <?php the_time('F jS, Y') 17: <div class='postmeta'><img src='<?php bloginfo('template_url'); ?>/images/folder.png' /> Posted in <?php the_catebloginfo('home') was found in the file searchform.php. Use echo esc_url( home_url() ) instead.3: <form method='get' id='searchform' action='<?php bloginfo('home'); ?>/'> bloginfo('template_url') was found in the file searchform.php. Use echo esc_url( get_template_directory_uri() ) instead.7: <input type='image' src='<?php bloginfo('template_url'); ?>/images/search.gif' style='border:0; vertical-abloginfo('home') was found in the file footer.php. Use echo esc_url( home_url() ) instead.3: <div id='footer'>Copyright © <a href='<?php bloginfo('home'); ?>'><strong><?php bloginfo('name'); ?></strong></a> - <? bloginfo('template_url') was found in the file index.php. Use echo esc_url( get_template_directory_uri() ) instead.11: <div class='postdate'><img src='<?php
- get_option('home'); ?>/'>Home</a></li> get_option('home') was found in the file header.php. Use home_url() instead.50: <li <?php if(is_home()) { ?> class='current_page_item' <?php } ?>><a href='<?php echo
Warning
- The tag black has been deprecated, it must be removed from style.css header.The tag green has been deprecated, it must be removed from style.css header.
- Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is ariya.
- Found a translation function that is missing a text-domain. Function _e, with the arguments 'Recent Posts' in file sidebar.php.
- The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- Found a mix of \r\n and \n line endings in file page-template-archives.php.Found a mix of \r\n and \n line endings in file header.php.Found a mix of \r\n and \n line endings in file page-template-sitemap.php.Found a mix of \r\n and \n line endings in file page-template-contact.php.Found a mix of \r\n and \n line endings in file functions.php.Found a mix of \r\n and \n line endings in file page-template-full.php.Found a mix of \r\n and \n line endings in file style.css.
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find comment_form.
- Could not find the comment-reply script enqueued, however a reference to 'comment-reply' was found. Make sure that the comment-reply js script is being enqueued properly on singular pages.
- No reference to custom header was found in the theme.
- 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.
- License: is missing from style.css header.
- License URI: is missing from style.css header.
- Text Domain: is missing from your style.css header.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- At least one hard coded date was found in the file archive.php. Function get_option( 'date_format' ) should be used instead.
- Screenshot size is 300x225px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.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 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 : index.php 5: <?php if(is_home()) { include (TEMPLATEPATH . '/featured.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 : sidebar.php 76: <?php include (TEMPLATEPATH . '/recent-comments.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.