
Newspaper (shared on wplocker.com)
WordPress 4.9.5 theme
- THEME TYPEWordPress theme 4.9.5
- FILE NAMENewspaper.zip
- FILE SIZE7536305 bytes
- MD575747f720629bad901ef44682c863a15
- SHA19024e1c876d6fbba0834cbd8e09d27de8714d04f
- LICENSENone
- FILES INCLUDEDCSS, PHP, HTML, Bitmap images
- THEME URIhttp://themeforest.net/user/tagDiv/portfolio
- VERSION6.2
- AUTHOR URIhttp://themeforest.net/user/tagDiv/portfolio
- TAGSblack, white, one-column, two-columns, fixed-layout
- CREATION DATE2016-05-05
- LAST FILE UPDATE2017-03-05
- LAST VALIDATION2017-03-05 21:55
- OTHER VERSIONS
Error 8 : Undefined index: slug
In /home/www/themecheck/themecheck/controllers/controller_results.php line 772
In /home/www/themecheck/themecheck/controllers/controller_results.php line 772
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.
- Found ini_set in file Parser.php. Line 173: @ini_set('precision',16);
Line 211: @ini_set('precision',$precision);
Line 471: @ini_set('mbstring.internal_encoding', 'ascii');
Line 478: @ini_set('mbstring.internal_encoding', $mb_internal_encoding);
- Found base64_decode in file td_view_import_export_settings.php. Line 7: if(update_option(TD_THEME_OPTIONS_NAME, @unserialize(@base64_decode($_POST['td_update_theme_options']['tds_update_theme_options']Found base64_decode in file td_demo_installer.php. Line 185: $file_settings = unserialize(base64_decode(file_get_contents($file_path, true)));Found base64_decode in file td_view_import.php. Line 279: //$td_demo_site->create_page('page', 'Homepage', base64_decode($new_demo_page_64), 'page-pagebuilder-latest.php');
Line 280: $td_demo_site->create_page('page', 'Homepage', str_replace('xxx_all_categ_xxx', implode(',', $td_demo_site->category_array), base64_decode($new_demo_page_64)), 'page-pagebuilder-latest.php');
Line 297: $td_demo_site->create_page('page', 'Homepage - loop', base64_decode($new_demo_page_64), 'page.php');
Line 302: $td_demo_site->create_page('page', 'Homepage - big slide', str_replace('xxx_all_categ_xxx', implode(',', $td_demo_site->category_array), base64_decode($new_demo_page_64)), 'page-pagebuilder-latest.php');
Line 306: $td_demo_site->create_page('page', 'Homepage - random', str_replace('xxx_all_categ_xxx', implode(',', $td_demo_site->category_array), base64_decode($new_demo_page_64)), 'page-pagebuilder-latest.php');
Line 310: $td_demo_site->create_page('page', 'Homepage - less images', str_replace('xxx_all_categ_xxx', implode(',', $td_demo_site->category_array), base64_decode($new_demo_page_64)), 'page.php');
Line 315: $td_demo_site->create_page('page', 'Homepage - sport', str_replace('xxx_all_categ_xxx', implode(',', $td_demo_site->category_array), base64_decode($new_demo_page_64)), 'page-pagebuilder-latest.php');
Line 321: $td_demo_site->create_page('page', 'Homepage - tech', str_replace('xxx_all_categ_xxx', implode(',', $td_demo_site->category_array), base64_decode($new_demo_page_64)), 'page-pagebuilder-latest.php');
Line 327: $td_demo_site->create_page('page', 'Homepage - full post featured', str_replace('xxx_all_categ_xxx', implode(',', $td_demo_site->category_array), base64_decode($new_demo_page_64)), 'page-pagebuilder-latest.php');
Line 333: $td_demo_site->create_page('page', 'Homepage - blog', str_replace('xxx_all_categ_xxx', implode(',', $td_demo_site->category_array), base64_decode($new_demo_page_64)), 'page-pagebuilder-latest.php');
Line 339: $td_demo_site->create_page('page', 'Homepage - newspaper', str_replace('xxx_all_categ_xxx', implode(',', $td_demo_site->category_array), base64_decode($new_demo_page_64)), 'page-pagebuilder-latest.php');
Line 343: $td_demo_site->create_page('page', 'Homepage - infinite scroll', str_replace('xxx_all_categ_xxx', implode(',', $td_demo_site->category_array), base64_decode($new_demo_page_64)), 'page.php');
Line 347: $td_demo_site->create_page('page', 'Homepage - magazine', str_replace('xxx_all_categ_xxx', implode(',', $td_demo_site->category_array), base64_decode($new_demo_page_64)), 'page.php');
Line 351: $td_demo_site->create_page('page', 'Homepage - fashion', str_replace('xxx_all_categ_xxx', implode(',', $td_demo_site->category_array), base64_decode($new_demo_page_64)), 'page-pagebuilder-latest.php');
Line 357: $td_demo_site->create_page('page', 'Homepage - clean', str_replace('xxx_all_categ_xxx', implode(',', $td_demo_site->category_array), base64_decode($new_demo_page_64)), 'page-pagebuilder-latest.php');
Line 365: $td_demo_site->create_page('page', 'Contact us', base64_decode($new_demo_page_64), 'page-pagebuilder-title.php');
Line 374: $post_content_WITH_images_path = str_replace('xxx_path_to_file_xxx', get_template_directory_uri(), base64_decode($post_content_NO_images_path));
Line 478: $td_demo_site->create_page('post', 'Image Gallery - Travelling with kids on Queensland', str_replace('xxx_gallery_slide_ids_xxx', $string_of_atth_ids, base64_decode($gallery_content)));
td_js_buffer::add_variable('td_theme_v', base64_encode(TD_THEME_VERSION));
td_js_buffer::add_variable('td_theme_n', base64_encode(TD_THEME_NAME));
Found base64_encode in file td_view_import_export_settings.php.'value' => base64_encode(serialize(get_option(TD_THEME_OPTIONS_NAME)))
Found base64_encode in file lessc.inc.php.$url = sprintf('data:%s;base64,%s', $mime, base64_encode(file_get_contents($fullpath)));
Found base64_encode in file Functions.php.$buf = $useBase64 ? base64_encode($buf) : rawurlencode($buf);
$returner = ''data:image/svg+xml;base64,'.base64_encode($returner).''';
Found base64_encode in file td_js_generator.php. - .easymin was found.
- Found <iframe id="td_youtube_player" width="600" height="560" src="' . td_global::$http_or_https . '://www.youtube.com/embed/' . $this-> in file td_video_support.php. Line 173: <iframe id='td_youtube_player' width='600' height='560' src='' . td_global:Found <iframe frameBorder="0" src="' . td_global::$http_or_https . '://www.facebook.com/plugins/like.php?href=' . $this-> in file td_module_single_base.php. Line 69: $buffy .= '<iframe frameBorder='0' src='' . td_global::$http_or_https . '://www.faceboFound <iframe frameBorder="0" src="' . td_global::$http_or_https . '://www.facebook.com/plugins/like.php?href=' . $this-> in file td_module_single.php. Line 51: $buffy .= '<iframe frameBorder='0' src='' . td_global::$http_or_https . '://www.facebo
- fopen was found in the file td_video_playlist_support.php Line 186: // $response = wp_remote_fopen(td_global::$http_or_https . '://gdata.youtube.com/feeds/api/videos/'
Line 234: $html_returned = unserialize(wp_remote_fopen('http://vimeo.com/api/v2/video/' . $id_video . '.php'));
Line 313: $fh = fopen($myFile, $write_type) or die('can't open file');
fwrite was found in the file td_video_playlist_support.php Line 316: fwrite($fh, $stringData);fclose was found in the file td_video_playlist_support.php Line 317: fclose($fh);file_get_contents was found in the file td_video_support.php Line 130: $dailyMotionApi = @file_get_contents('https://api.dailymotion.com/video/' . $this->getDailymotLine 138: // $vimeoApi = @file_get_contents('http://vimeo.com/api/v2/video/' . $this->getVimeoId($vid
file_get_contents was found in the file td_video_support.php Line 130: $dailyMotionApi = @file_get_contents('https://api.dailymotion.com/video/' . $this->getDailymotLine 138: // $vimeoApi = @file_get_contents('http://vimeo.com/api/v2/video/' . $this->getVimeoId($vid
fopen was found in the file td_video_support.php Line 277: //$fh = fopen($myFile, 'a') or die('can't open file');fwrite was found in the file td_video_support.php Line 287: fwrite($fh, $stringData);fclose was found in the file td_video_support.php Line 288: fclose($fh);file_put_contents was found in the file td_ajax.php Line 134: //file_put_contents('d:\filename.txt', print_r($_POST, true));file_get_contents was found in the file td_demo_util.php Line 295: $file_content = file_get_contents($file_path);file_get_contents was found in the file td_demo_installer.php Line 185: $file_settings = unserialize(base64_decode(file_get_contents($file_path, true)));fopen was found in the file td_review.php Line 320: $fh = fopen($myFile, 'w') or die('can't open file');fwrite was found in the file td_review.php Line 324: fwrite($fh, $stringData);fclose was found in the file td_review.php Line 325: fclose($fh);file_get_contents was found in the file rich.php Line 138: return '<script>' . file_get_contents( $baseDir . 'kint.js' ) . '</script>'Line 139: . '<style>' . file_get_contents( $cssFile ) . '</style>\n';
file_get_contents was found in the file rich.php Line 138: return '<script>' . file_get_contents( $baseDir . 'kint.js' ) . '</script>'Line 139: . '<style>' . file_get_contents( $cssFile ) . '</style>\n';
fopen was found in the file _main.php Line 333: $file = fopen( $file, 'r' );Line 406: $file = fopen( $callee['file'], 'r' );
fclose was found in the file _main.php Line 372: fclose( $file );Line 413: fclose( $file );
fopen was found in the file _main.php Line 333: $file = fopen( $file, 'r' );Line 406: $file = fopen( $callee['file'], 'r' );
fclose was found in the file _main.php Line 372: fclose( $file );Line 413: fclose( $file );
file_get_contents was found in the file lessc.inc.php Line 120: $root = $parser->parse(file_get_contents($realPath));Line 1012: $url = sprintf('data:%s;base64,%s', $mime, base64_encode(file_get_contents($fullpath)));
Line 1922: $out = $this->compile(file_get_contents($fname), $fname);
file_get_contents was found in the file lessc.inc.php Line 120: $root = $parser->parse(file_get_contents($realPath));Line 1012: $url = sprintf('data:%s;base64,%s', $mime, base64_encode(file_get_contents($fullpath)));
Line 1922: $out = $this->compile(file_get_contents($fname), $fname);
file_get_contents was found in the file lessc.inc.php Line 120: $root = $parser->parse(file_get_contents($realPath));Line 1012: $url = sprintf('data:%s;base64,%s', $mime, base64_encode(file_get_contents($fullpath)));
Line 1922: $out = $this->compile(file_get_contents($fname), $fname);
file_put_contents was found in the file lessc.inc.php Line 1927: return file_put_contents($outFname, $out);file_get_contents was found in the file Import.php Line 176: $contents = new Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );file_put_contents was found in the file Generator.php Line 156: if(file_put_contents($file, $content) === false){file_get_contents was found in the file Generator.php Line 278: $content[] = file_get_contents($sourceFile);file_get_contents was found in the file import.php Line 69: $contents = new Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );file_get_contents was found in the file Functions.php Line 898: $buf = @file_get_contents($filePath);file_put_contents was found in the file Cache.php Line 75: file_put_contents($vars_file, $lessvars);Line 120: file_put_contents( $list_file, $cache );
Line 124: file_put_contents( $output_file, $compiled );
file_put_contents was found in the file Cache.php Line 75: file_put_contents($vars_file, $lessvars);Line 120: file_put_contents( $list_file, $cache );
Line 124: file_put_contents( $output_file, $compiled );
file_put_contents was found in the file Cache.php Line 75: file_put_contents($vars_file, $lessvars);Line 120: file_put_contents( $list_file, $cache );
Line 124: file_put_contents( $output_file, $compiled );
file_get_contents was found in the file Cache.php Line 304: $list = explode('\n',file_get_contents($list_file));file_get_contents was found in the file Parser.php Line 514: $cache = unserialize(file_get_contents($cache_file));Line 581: $this->input = file_get_contents( $file_path );
file_put_contents was found in the file Parser.php Line 555: file_put_contents( $cache_file, serialize($rules) );Line 558: file_put_contents( $cache_file, '<?php return '.self::ArgString($rules).';
Line 562: file_put_contents( $cache_file, '<?php return '.var_export($rules,true).';
file_put_contents was found in the file Parser.php Line 555: file_put_contents( $cache_file, serialize($rules) );Line 558: file_put_contents( $cache_file, '<?php return '.self::ArgString($rules).';
Line 562: file_put_contents( $cache_file, '<?php return '.var_export($rules,true).';
file_put_contents was found in the file Parser.php Line 555: file_put_contents( $cache_file, serialize($rules) );Line 558: file_put_contents( $cache_file, '<?php return '.self::ArgString($rules).';
Line 562: file_put_contents( $cache_file, '<?php return '.var_export($rules,true).';
file_get_contents was found in the file Parser.php Line 514: $cache = unserialize(file_get_contents($cache_file));Line 581: $this->input = file_get_contents( $file_path );
file_get_contents was found in the file Parser.php Line 58: $this->input = file_get_contents( $this->currentFile['filename'] );file_put_contents was found in the file lessc.inc.php Line 158: return file_put_contents($outFname, $out); - File td_cake.php : Line 134: add_submenu_page( 'td_theme_welcome', 'Activate theme', 'Activate theme', 'File td_panel.php : Line 40: /* wp doc: add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function
Line 41: add_menu_page('Theme panel', TD_THEME_NAME, 'edit_posts', 'td_theme_welcome
File td_panel.php : Line 40: /* wp doc: add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $functionLine 41: add_menu_page('Theme panel', TD_THEME_NAME, 'edit_posts', 'td_theme_welcome
File td_panel.php : Line 44: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 'tLine 46: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed
Line 47: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '
Line 48: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed
Line 49: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_p
File td_panel.php : Line 44: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 'tLine 46: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed
Line 47: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '
Line 48: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed
Line 49: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_p
File td_panel.php : Line 44: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 'tLine 46: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed
Line 47: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '
Line 48: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed
Line 49: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_p
File td_panel.php : Line 44: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 'tLine 46: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed
Line 47: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '
Line 48: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed
Line 49: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_p
File td_panel.php : Line 44: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 'tLine 46: add_submenu_page( 'td_theme_welcome', 'Install demos', 'Install demos', 'ed
Line 47: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', '
Line 48: add_submenu_page( 'td_theme_welcome', 'System status', 'System status', 'ed
Line 49: add_submenu_page( 'td_theme_welcome', 'Theme panel', 'Theme panel', 'edit_p
File class-tgm-plugin-activation.php : Line 409: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile td-old-class-tgm-plugin-activation.php : Line 409: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t td-social-counter.zip revslider.zip td-speed-booster.zip js_composer.zip
.
Plugins are not allowed in themes. The zip file found was
Warning

- Theme URI and Author URI should not be the same.
- The tag black has been deprecated, it must be removed from style.css header.The tag white has been deprecated, it must be removed from style.css header.The tag fixed-layout 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 newspaper-shared-on-wplocker-com.
- Found a translation function that is missing a text-domain. Function __, with the arguments "4" in file td_slide_big.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Limit post number:" in file td_slide_big.php.Found a translation function that is missing a text-domain. Function __, with the arguments "" in file td_slide_big.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Offset posts:" in file td_slide_big.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Big Slide" in file td_slide_big.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blocks' in file td_slide_big.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Limit post number:" in file td_config.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View all results' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No results' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'CLOSE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Load more' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View all posts in' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Previous article' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next article' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Authors' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'RELATED ARTICLES' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MORE FROM AUTHOR' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'VIA' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SOURCE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'TAGS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SHARE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Continue' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Read more' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Website:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LEAVE A REPLY' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Comment' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel reply' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reply' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log in to leave a comment' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'NO COMMENTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 COMMENT' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'COMMENTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'REVIEW OVERVIEW' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SUMMARY' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OVERALL SCORE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Ooops... Error 404' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Sorry, but the page you are looking for doesn't exist." in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can go to the' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HOMEPAGE' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OUR LATEST POSTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts by' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'POSTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts tagged with' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Daily Archives:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Monthly Archives:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yearly Archives:' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Archives' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LATEST ARTICLES' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'search results' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments "If you're not happy with the results, please do another search" in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Contact us' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %CURRENT_PAGE% of %TOTAL_PAGES%' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Prev' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No results for your search' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No posts to display' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'LOG IN' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sign in / Join' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Log In' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'REGISTER' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Send My Pass' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forgot your password?' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please wait...' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User or password incorrect!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email or username incorrect!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email incorrect!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User or email already exists!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please check you email (index or spam folder), the password was sent there.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email address not found!' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your password is reset, check your email.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Welcome! Log into your account' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register for an account' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Recover your password' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'your username' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'your password' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'your email' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A password will be e-mailed to you.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Logout' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Like' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Likes' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fans' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Follow' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Followers' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subscribe' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Subscribers' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MORE STORIES' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Latest' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured posts' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Most popular' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments '7 days popular' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'By review score' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Random' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Trending Now' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'POPULAR CATEGORY' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'POPULAR POSTS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'EDITOR PICKS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ABOUT US' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'FOLLOW US' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'EVEN MORE NEWS' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Previous (Left arrow key)' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next (Right arrow key)' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%curr% of %total%' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The content from %url% could not be loaded.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The image #%curr% could not be loaded.' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Share on Facebook' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tweet on Twitter' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All time popular' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'More' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Register' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'of' in file td_translate.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Someone requested that the password be reset for the following account:' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username: %s' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If this was a mistake, just ignore this email and nothing will happen.' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To reset your password, visit the following address:' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Password Reset' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The e-mail could not be sent.' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Possible reason: your host may have disabled the mail() function...' in file td_login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Required Plugins' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Install Plugins' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Installing Plugin: %s' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Something went wrong with the plugin API.' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'If you need social icons, you can install %1$s.', 'This theme recommends the following plugins: %1$s.' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Go to plugin instalation', ' Begin installing plugins' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Go to activation panel', 'Activate installed plugins' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Return to tagDiv plugins panel' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Plugin activated successfully.' in file td_wp_booster_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All plugins installed and activated successfully. %s' in file td_wp_booster_functions.php.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 tgmpa, This theme requires the following plugins: %1$s., The following required plugins are currently inactive: %1$s., The following recommended plugins are currently inactive: %1$s., woocommerce.
- The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- Possible variable $str found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Line 101: $url = $this->compileValue($this->lib_e($str));Possible variable $arg found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Line 1020: protected function lib_e($arg) {Possible variable $items found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Line 1025: return $this->lib_e($items[0]);Possible variable $string found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Line 1042: $template = $this->compileValue($this->lib_e($string));Possible variable $val found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Line 1056: $rep = $this->compileValue($this->lib_e($val));Possible variable $newUnit found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Line 1091: $this->compileValue($this->lib_e($newUnit)));Possible variable $res found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Line 1458: if (empty($value[2])) $res = $this->lib_e($res);Possible variable $key found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Line 1465: $key = $this->vPrefix . $this->compileValue($this->lib_e($key));Possible variable $part found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Line 1490: if ($strip) $part = $this->lib_e($part);Possible variable $this found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Line 1496: return $this->lib_e($this->reduce($inner));
- No reference to the_post_thumbnail was found in the theme.
- Text Domain: is missing from your style.css header.
- Screenshot dimensions are wrong! Detected: 320x214px (160:107). Ratio of width to height should be 4:3.Screenshot size is 320x214px. 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

- Possible Favicon found in td_wp_booster_functions.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- Possible hard-coded links were found in the file td_get_ad_spot_by_id.php.Line 46: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 63: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Possible hard-coded links were found in the file td_panel_ads.php.Line 50: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/article-ads/'>click here</a></p>Line 67: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/article-ads/' target='_blank'>link</a></p>
Line 227: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 244: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 400: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 417: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 573: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 628: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 785: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 802: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 227: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 244: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 400: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 417: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 573: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 628: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 785: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 802: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 227: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 244: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 400: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 417: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 573: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 628: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 785: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 802: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 227: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 244: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 400: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 417: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 573: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 628: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Line 785: <p>Paste your ad code here. Google adsense will be made responsive automatically. <br><br> To add non adsense responsive ads, <br> <a target='_blank' href='http://forum.tagdiv.com/ads-system-full-guide/'>click here</a> (last paragr
Line 802: <p>If you leave the AdSense size boxes on Auto, the theme will automatically resize the <strong>google ads</strong>. For more info follow this <a href='http://forum.tagdiv.com/ads-system-full-guide/' target='_blank'>link</a></p
Possible hard-coded links were found in the file td_cake.php.Line 317: <div class='td-small-bottom'><a href='http://forum.tagdiv.com/how-to-find-your-envato-purchase-code/' target='_blLine 337: <li>2. Paste your unique ID there and the <a href='http://forum.tagdiv.com/how-to-find-your-envato-purchase-code/' target='_bl
Line 336: <li>1. <a href='http://tagdiv.com/td_cake/manual.php' target='_blank'>Go to our manual acti
Line 365: <div class='td-small-bottom'>You will get this id from the <a href='http://tagdiv.com/td_cake/manual.php' target='_blank'>manual activation pag
Line 317: <div class='td-small-bottom'><a href='http://forum.tagdiv.com/how-to-find-your-envato-purchase-code/' target='_bl
Line 337: <li>2. Paste your unique ID there and the <a href='http://forum.tagdiv.com/how-to-find-your-envato-purchase-code/' target='_bl
Line 338: <li>3. <a href='http://forum.tagdiv.com/wp-content/uploads/2014/09/2014-09-09_1458.png' tar
Line 336: <li>1. <a href='http://tagdiv.com/td_cake/manual.php' target='_blank'>Go to our manual acti
Line 365: <div class='td-small-bottom'>You will get this id from the <a href='http://tagdiv.com/td_cake/manual.php' target='_blank'>manual activation pag
Line 410: <p><?php echo '<strong style='color:red'> Please activate the theme! </strong> - <a href='' . wp_nonce_url( admin_url( 'admin.php?page=td_cake_panel' ) ) . ''>Click here to enter your code</a> - if this is an error please contact us at contact@tagdiv.com - <a href='http://forum.tagdiv.com/how-to-activate-the-theme/'>How to activate the the
Line 429: <p><?php echo '<strong style='color:red'> Please activate the theme! </strong> - <a href='' . wp_nonce_url( admin_url( 'admin.php?page=td_cake_panel' ) ) . ''>Click here to enter your code</a> - if this is an error please contact us at contact@tagdiv.com - <a href='http://forum.tagdiv.com/how-to-activate-the-theme/'>How to activate the the
Line 410: <p><?php echo '<strong style='color:red'> Please activate the theme! </strong> - <a href='' . wp_nonce_url( admin_url( 'admin.php?page=td_cake_panel' ) ) . ''>Click here to enter your code</a> - if this is an error please contact us at contact@tagdiv.com - <a href='http://forum.tagdiv.com/how-to-activate-the-theme/'>How to activate the the
Line 429: <p><?php echo '<strong style='color:red'> Please activate the theme! </strong> - <a href='' . wp_nonce_url( admin_url( 'admin.php?page=td_cake_panel' ) ) . ''>Click here to enter your code</a> - if this is an error please contact us at contact@tagdiv.com - <a href='http://forum.tagdiv.com/how-to-activate-the-theme/'>How to activate the the
Possible hard-coded links were found in the file td_menu_back.php.Line 40: $control_buffy .= '<span class='td-wpa-info'><strong>Just a tip:</strong> If you choose to load a mega menu or a page, please do not add submenus to this item. The mega menu and mega page menu have to be the top most menu item. <a href='http://forum.tagdiv.com/menus-newsmag/' target='_blank'>Read more</a></spanPossible hard-coded links were found in the file td_module_single_base.php.Line 73: $buffy .= '<a href='https://twitter.com/share' class='twitter-share-button' data-url='' . esc_aLine 131: $buffy .= '<a href='https://twitter.com/share' class='twitter-share-button' data-url='' . esc_a
Line 73: $buffy .= '<a href='https://twitter.com/share' class='twitter-share-button' data-url='' . esc_a
Line 131: $buffy .= '<a href='https://twitter.com/share' class='twitter-share-button' data-url='' . esc_a
Possible hard-coded links were found in the file td_view_welcome.php.Line 27: <a class='button button-primary' href='admin.php?page=td_theme_plugins'>Go to plugin installer</a>Line 37: <p>Install visual composer plugin and also install the social counter plugin if you want to add the counters on your sidebar - from our <a href='admin.php?page=td_theme_plugins'>plugins panel</a></p>
Line 38: <p><a href='admin.php?page=td_theme_demos'>Try our demos</a> on your testing site. Our
Line 42: <p>To update from version 4 please run this <a href='admin.php?page=td_theme_panel&td_page=td_view_update_newspaper_6' onclick='
Possible hard-coded links were found in the file td_view_install_demos.php.Line 121: <a href='http://forum.tagdiv.com/introduction/' target='_blank'>read more</a>.Possible hard-coded links were found in the file td_panel_header.php.Line 200: <p>Default value: l, F j, Y. <a href='http://php.net/manual/en/function.date.php'>Read more</a> about the date foLine 345: <p><a href='http://www.w3schools.com/tags/att_img_alt.asp' target='_blank'>Alt attribut
Line 362: <p><a href='http://www.w3schools.com/tags/att_global_title.asp' target='_blank'>Title a
Possible hard-coded links were found in the file td_thumbs_on_modules_and_blocks.php.Line 16: <p><strong style='color:red'>Please regenerate your thumbnails if you change any of the thumb settings!</strong> - <a href='http://forum.tagdiv.com/existing-content/' target='_blank'>read more</a></pPossible hard-coded links were found in the file td_panel_excerpts.php.Line 60: <p>You can find documentation on how blocks are created from modules <a href='http://forum.tagdiv.com/modules-and-blocks/' target='_blank'>here</a></p>Possible hard-coded links were found in the file td_view_custom_fonts.php.Line 55: <p><a href='http://forum.tagdiv.com/custom-typography/' target='_blank'>Read more</a> aLine 76: <li>You can convert your font files from any format into .woff format using <a href='http://www.fontsquirrel.com/tools/webfont-generator'>fontsquirrel</a> (free
Possible hard-coded links were found in the file td_set_page_with_loop.php.Line 97: <li>If you want to make you own modules, please go to our <a href='http://forum.tagdiv.com/api-modules-introduction/' target='_blank'>API sectPossible hard-coded links were found in the file td_module_single.php.Line 55: $buffy .= '<a href='https://twitter.com/share' class='twitter-share-button' data-url='' . esc_aLine 113: $buffy .= '<a href='https://twitter.com/share' class='twitter-share-button' data-url='' . esc_a
Line 55: $buffy .= '<a href='https://twitter.com/share' class='twitter-share-button' data-url='' . esc_a
Line 113: $buffy .= '<a href='https://twitter.com/share' class='twitter-share-button' data-url='' . esc_a
Possible hard-coded links were found in the file functions.php.Line 114: <div class='td-set-theme-style'><a href='http://demo.tagdiv.com/newspaper/' class='td-set-theme-style-link'>DEFAULT<Line 115: <div class='td-set-theme-style'><a href='http://demo.tagdiv.com/newspaper_fashion/' class='td-set-theme-style-link'>
Line 116: <div class='td-set-theme-style'><a href='http://demo.tagdiv.com/newspaper_tech/' class='td-set-theme-style-link' dat
Line 117: <div class='td-set-theme-style'><a href='http://demo.tagdiv.com/newspaper_video/' class='td-set-theme-style-link'>VI
Line 118: <div class='td-set-theme-style'><a href='http://demo.tagdiv.com/newspaper_sport/' class='td-set-theme-style-link'>SP
Line 119: <div class='td-set-theme-style'><a href='http://demo.tagdiv.com/newspaper_classic_blog/' class='td-set-theme-style-l
- 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 taxonomy.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : td_less_style.css.php Line 7: require_once('includes/wp_booster/external/lessc.inc.php');
Line 13: require_once 'includes/wp_booster/external/less.php-master/lessc.inc.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 : td_block_video_vimeo.php Line 9: require_once(get_template_directory() . '/includes/wp_booster/td_video_play 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 : td_block_video_youtube.php Line 10: require_once(get_template_directory() . '/includes/wp_booster/td_video_play 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 : td_cake.php Line 292: 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 : td_autoload_classes.php Line 32: // require_once($class_file_path); - we need to use load_template to make our 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 : td_view_welcome.php Line 6: 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 : td_panel.php Line 62:Line 67:
Line 71:
Line 75:
Line 79: require_once 'td_view_system_status.php';
Line 95: include 'td_view_import_export_settings.php';
Line 98: include 'td_view_custom_fonts.php';
Line 101: include 'td_view_update_newspaper_6.php';
Line 108: include 'td_view_panel.php';
Line 151: require_once('views/ajax_boxes/' . $td_ajax_calling_file_id . '/' . $td_aja
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 : td_demo_util.php Line 692: require_once(ABSPATH . 'wp-admin/includes/media.php');Line 693: require_once(ABSPATH . 'wp-admin/includes/file.php');
Line 694: require_once(ABSPATH . 'wp-admin/includes/image.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 : td_view_theme_plugins.php Line 49: 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 : td_demo_installer.php Line 131: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_1.phpLine 137: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_2.php
Line 141: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_3.php
Line 145: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_4.php
Line 149: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_5.php
Line 153: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_6.php
Line 158: require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_import.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 : td_view_install_demos.php Line 2:Line 109: //require_once(td_global::$demo_list[$td_demo_id]['folder'] . 'td_media_1.php
Line 110: require_once(td_global::$demo_list[$_GET['puiu_test']]['folder'] . 'td_impo
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 : td_view_panel.php Line 85: require_once('views/' . $panel_array['file_id'] . '.php'); // the panel is 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 : td_view_support.php Line 3: 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 : td_view_system_status.php Line 3: 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 : Functions.php Line 877: $mime = require('mime'); 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 : Cache.php Line 3: require_once( dirname(__FILE__).'/Version.php');Line 152: require_once($file);
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 : Parser.php Line 3: require_once( dirname(__FILE__).'/Cache.php');Line 527: return include($cache_file);
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 : td_menu.php Line 26: include_once('td_menu_back.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 : td_wp_booster_functions.php Line 10: require_once('external/kint/Kint.class.php');Line 15: require_once('td_global.php');
Line 16: require_once('td_util.php');
Line 1339: require_once('td_global_blocks.php');
Line 1340: require_once('td_menu.php'); //theme menu support
Line 1341: require_once('td_social_icons.php'); // The social icons
Line 1342: require_once('td_review.php'); // Review js buffer class //@t
Line 1343: require_once('td_js_buffer.php'); // page generator
Line 1344: require_once('td_unique_posts.php'); //unique posts (uses hooks + do_act
Line 1345: require_once('td_data_source.php'); // data source
Line 1346: require_once('td_page_views.php'); // page views counter
Line 1347: require_once('td_module.php'); // module builder
Line 1348: require_once('td_block.php'); // block builder
Line 1349: require_once('td_cake.php');
Line 1350: require_once('td_widget_builder.php'); // widget builder
Line 1351: require_once('td_first_install.php'); //the code that runs on the first in
Line 1352: require_once('td_fonts.php'); //fonts support
Line 1353: require_once('td_ajax.php'); // ajax
Line 1354: require_once('td_video_support.php'); // video thumbnail support
Line 1355: require_once('td_video_playlist_support.php'); //video playlist support
Line 1356: require_once('td_css_buffer.php'); // css buffer class
Line 1357: require_once('td_js_generator.php'); // ~ app config ~ css generator
Line 1358: require_once('td_more_article_box.php'); //handles more articles box
Line 1359: require_once('td_block_widget.php'); //used to make widgets from our block
Line 1361: require_once('td_background.php');
Line 1362: require_once('td_background_render.php');
Line 1366: require_once('td_autoload_classes.php'); //used to autoload classes [modul
Line 1392: require_once('td_ios_redirect.php' );
Line 1740: require_once('td_translate.php');
Line 2261: require_once(get_template_directory() . '/includes/td_templates_builder.php
Line 3124: require_once('wp-admin/panel/td_panel_generator.php');
Line 3125: require_once('wp-admin/panel/td_panel_data_source.php');
Line 3128: require_once('wp-admin/panel/td_demo_installer.php');
Line 3129: require_once('wp-admin/panel/td_demo_util.php');
Line 3133: require_once('wp-admin/panel/td_panel.php');
Line 3140: require_once('wp-admin/tinymce/tinymce.php');
Line 3150: require_once('td_metabox_generator.php');
Line 3151: require_once('wp-admin/content-metaboxes/td_templates_settings.php');
Line 3156: require_once('td_help_pointers.php');
Line 3183: require_once 'external/class-tgm-plugin-activation.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 : td_less_editor-style.php Line 9: require_once('includes/wp_booster/external/lessc.inc.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.