0
Validation results

NewsBT v1.2

NewsBT v1.2

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEnewsbt-v1.zip
  • FILE SIZE3322972 bytes
  • MD5ef3601fbef87a98eec4338dfedac00d5
  • SHA1046b6eef3b1770b6f04fc0eaae55b99ff7dad6d1
  • LICENSECustom
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images
  • THEME URIhttp://mwordpress.net
  • VERSION1.2
  • CREATION DATE2023-11-16
  • LAST FILE UPDATE2023-11-16
  • LAST VALIDATION2023-11-16 13:59
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title 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.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Security breaches : Use of eval() Found eval in file class.mwp.meta.box.php. 163: eval (base64_decode('ZWNobyAnPGRpdiBjbGFzcz0idXBkYXRlZCI+2KrZhSDYqtmB2LnZit166: eval (base64_decode('ZWNobyAnPGRpdiBjbGFzcz0iZXJyb3IiPjxwPti52YHZiNinISEg2Y170: eval (base64_decode('CQkJZWNobyAnPGRpdiBjbGFzcz0idXBkYXRlZCIgc3R5bGU9ImZsb2
  3. Security breaches : Use of backticks execution operators in PHP code Found ` in file timthumb.php. 768: $out = `$exec -o1 $tempfile`; //you can use up to -o7 but it really slows things d783: $out = `$exec $tempfile $tempfile2`;972: $out = `$command`;
  4. Security breaches : Use of base64_decode() Found base64_decode in file timthumb.php. 227: $imgData = base64_decode('R0lGODlhUAAMAIAAAP8AAP///yH5BAAHAP8ALAAAAABQAAwAAAJpjI+py+0PFound base64_decode in file class.mwp.meta.box.php. 163: eval (base64_decode('ZWNobyAnPGRpdiBjbGFzcz0idXBkYXRlZCI+2KrZhSDYqtmB2LnZitmEINin166: eval (base64_decode('ZWNobyAnPGRpdiBjbGFzcz0iZXJyb3IiPjxwPti52YHZiNinISEg2YXZgdiq170: eval (base64_decode('CQkJZWNobyAnPGRpdiBjbGFzcz0idXBkYXRlZCIgc3R5bGU9ImZsb2F0OnJpFound base64_decode in file class.mwp-settings.php. 130: $imported_settings = unserialize(base64_decode($_POST['import_code']));Found base64_decode in file base_facebook.php. 1316: return base64_decode(strtr($input, '-_', '+/'));Found base64_decode in file Google_Utils.php. 37: return base64_decode($b64);Found base64_decode in file OAuth.php. 202: $decoded_sig = base64_decode($signature);Found base64_decode in file function.ajax.recent.home.php. 28: $decode1 = base64_decode($get_list_exclude);39: $decode2 = base64_decode($get_list_exclude_cats);50: $decode1 = base64_decode($get_list_exclude);52: $decode2 = base64_decode($get_list_exclude_cats);Found base64_decode in file function.ajax.recent.home2.php. 28: $decode1 = base64_decode($get_list_exclude);39: $decode2 = base64_decode($get_list_exclude_cats);50: $decode1 = base64_decode($get_list_exclude);52: $decode2 = base64_decode($get_list_exclude_cats);
  5. Security breaches : Use of base64_encode() Found base64_encode in file home.widget.module.posts.17.php.
     get_list_exclude = '<?php echo base64_encode($excludepost); ?>';
     get_list_exclude_cats = '<?php echo base64_encode($excludecat); ?>';
    Found base64_encode in file home.widget.module.posts.10.php.
     get_list_exclude = '<?php echo base64_encode($excludepost); ?>';
     get_list_exclude_cats = '<?php echo base64_encode($excludecat); ?>';
    Found base64_encode in file class.mwp.core.php.
     $var = trailingslashit($bit) . '?ka=' . base64_encode($_POST['ka']) . '&rd='. $_POST['rlc'] .'&rs=' . base64_encode
    Found base64_encode in file class.mwp-export-settings-file.php.
     $content = base64_encode(serialize($options));
    Found base64_encode in file base_facebook.php.
     * Exactly the same as base64_encode except it uses
     * Exactly the same as base64_encode except it uses
     $str = strtr(base64_encode($input), '+/', '-_');
    Found base64_encode in file Google_Utils.php.
     $b64 = base64_encode($data);
    Found base64_encode in file Google_MediaFileUpload.php.
     $related .= '\r\n' . base64_encode($data) . '\r\n';
    Found base64_encode in file OAuth.php.
     return base64_encode(hash_hmac('sha1', $base_string, $key, true));
     return base64_encode($signature);
  6. Unwanted files : hidden file(s) or folder(s) .htaccess was found.
  7. Unwanted files : PHP error log error_log was found.
  8. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="http://www.youtube.com/embed/<?php echo $tubeid[0][0]; ?> in file home.widget.module.posts.13.php. 146: <iframe src='http://www.youtube.com/embed/<?php echo $tubeid[0][0]; ?>?iv_lFound <iframe id="player" width="<?php echo $vid1_width; ?>" height="360" src="http://www.youtube.com/embed/<?php echo $videoid; ?> in file video-shortcode.php. 151: <iframe id='player' width='<?php echo $vid1_width; ?>' height='360' src='htFound <iframe id="player" width="590" height="360" src="http://www.youtube.com/embed/<?php echo $videoid; ?> in file vsw-vid.php. 9: <iframe id='player' width='590' height='360' src='http://www.youtube.com/em
  9. Malware : Operations on file system fopen was found in the file timthumb.php 805: $fp = fopen($tempfile,'r',0,$context);812: $fh = fopen($lockFile, 'w');1033: $fp = fopen($this->cachefile, 'rb');1179: self::$curlFH = fopen($tempfile, 'w');file_put_contents was found in the file timthumb.php 806: file_put_contents($tempfile4, $this->filePrependSecurityBlock . $imgType . 807: file_put_contents($tempfile4, $fp, FILE_APPEND);1229: if(! file_put_contents($tempfile, $img)){file_put_contents was found in the file timthumb.php 806: file_put_contents($tempfile4, $this->filePrependSecurityBlock . $imgType . 807: file_put_contents($tempfile4, $fp, FILE_APPEND);1229: if(! file_put_contents($tempfile, $img)){fclose was found in the file timthumb.php 808: fclose($fp);820: fclose($fh);823: fclose($fh);1045: fclose($fp);1197: fclose(self::$curlFH);fopen was found in the file timthumb.php 805: $fp = fopen($tempfile,'r',0,$context);812: $fh = fopen($lockFile, 'w');1033: $fp = fopen($this->cachefile, 'rb');1179: self::$curlFH = fopen($tempfile, 'w');fclose was found in the file timthumb.php 808: fclose($fp);820: fclose($fh);823: fclose($fh);1045: fclose($fp);1197: fclose(self::$curlFH);fclose was found in the file timthumb.php 808: fclose($fp);820: fclose($fh);823: fclose($fh);1045: fclose($fp);1197: fclose(self::$curlFH);fwrite was found in the file timthumb.php 1019: fwrite(self::$curlFH, $d);fopen was found in the file timthumb.php 805: $fp = fopen($tempfile,'r',0,$context);812: $fh = fopen($lockFile, 'w');1033: $fp = fopen($this->cachefile, 'rb');1179: self::$curlFH = fopen($tempfile, 'w');fread was found in the file timthumb.php 1036: $imgType = fread($fp, 3);fclose was found in the file timthumb.php 808: fclose($fp);820: fclose($fh);823: fclose($fh);1045: fclose($fp);1197: fclose(self::$curlFH);file_get_contents was found in the file timthumb.php 1049: $content = file_get_contents ($this->cachefile);1053: $this->debug(3, 'Served using file_get_contents and echo');1215: $img = @file_get_contents ($url);1250: $content = @file_get_contents ($file);fopen was found in the file timthumb.php 805: $fp = fopen($tempfile,'r',0,$context);812: $fh = fopen($lockFile, 'w');1033: $fp = fopen($this->cachefile, 'rb');1179: self::$curlFH = fopen($tempfile, 'w');fclose was found in the file timthumb.php 808: fclose($fp);820: fclose($fh);823: fclose($fh);1045: fclose($fp);1197: fclose(self::$curlFH);file_get_contents was found in the file timthumb.php 1049: $content = file_get_contents ($this->cachefile);1053: $this->debug(3, 'Served using file_get_contents and echo');1215: $img = @file_get_contents ($url);1250: $content = @file_get_contents ($file);file_put_contents was found in the file timthumb.php 806: file_put_contents($tempfile4, $this->filePrependSecurityBlock . $imgType . 807: file_put_contents($tempfile4, $fp, FILE_APPEND);1229: if(! file_put_contents($tempfile, $img)){readfile was found in the file timthumb.php 1246: $bytes = @readfile($file);file_get_contents was found in the file timthumb.php 1049: $content = file_get_contents ($this->cachefile);1053: $this->debug(3, 'Served using file_get_contents and echo');1215: $img = @file_get_contents ($url);1250: $content = @file_get_contents ($file);file_get_contents was found in the file Google_FileCache.php 99: if (($data = @file_get_contents($storageFile)) !== false) {file_put_contents was found in the file Google_FileCache.php 124: if (! @file_put_contents($storageFile, $data)) {file_get_contents was found in the file OAuth.php 272: file_get_contents(self::$POST_INPUT)file_get_contents was found in the file update-notifier.php 114: $cache = file_get_contents($notifier_file_url); // ...if not, use the common file_gefile_get_contents was found in the file update-notifier.php 114: $cache = file_get_contents($notifier_file_url); // ...if not, use the common file_gefile_get_contents was found in the file functions.yt.php 59: $data=@file_get_contents('http://gdata.youtube.com/feeds/api/videos/'.$video_id.'?
  10. Malware : Network operations curl_init was found in the file timthumb.php 1177: if(function_exists('curl_init')){1186: $curl = curl_init($url);curl_exec was found in the file timthumb.php 1196: $curlResult = curl_exec($curl);curl_init was found in the file base_facebook.php 18: if (!function_exists('curl_init')) {938: $ch = curl_init();curl_exec was found in the file base_facebook.php 960: $result = curl_exec($ch);969: $result = curl_exec($ch);986: $result = curl_exec($ch);curl_exec was found in the file base_facebook.php 960: $result = curl_exec($ch);969: $result = curl_exec($ch);986: $result = curl_exec($ch);curl_exec was found in the file base_facebook.php 960: $result = curl_exec($ch);969: $result = curl_exec($ch);986: $result = curl_exec($ch);curl_init was found in the file Google_CurlIO.php 94: $ch = curl_init();curl_exec was found in the file Google_CurlIO.php 112: $respData = curl_exec($ch);119: $respData = curl_exec($ch);curl_exec was found in the file Google_CurlIO.php 112: $respData = curl_exec($ch);119: $respData = curl_exec($ch);curl_init was found in the file twitteroauth.php 195: $ci = curl_init();curl_exec was found in the file twitteroauth.php 221: $response = curl_exec($ci);curl_init was found in the file update-notifier.php 106: if( function_exists('curl_init') ) { // if cURL is available, use it...107: $ch = curl_init($notifier_file_url);curl_exec was found in the file update-notifier.php 111: $cache = curl_exec($ch);
  11. Admin menu : Themes should use add_theme_page() for adding admin pages. File update-notifier.php : 30: add_dashboard_page( NOTIFIER_THEME_NAME . ' Theme Updates', NOTIFIER_THEME_
  12. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : functions.var.php.
  13. Inapropriate constants : Use of STYLESHEETPATH Constant STYLESHEETPATH was found in the file class.mwp-options.php. get_stylesheet_directory() should be used instead. 6: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.general.php' ) ) {7: require_once( STYLESHEETPATH . '/panel/mwp.options.general.php' );13: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.social.php' ) ) {14: require_once( STYLESHEETPATH . '/panel/mwp.options.social.php' );20: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.thumbnail.php' ) ) {21: require_once( STYLESHEETPATH . '/panel/mwp.options.thumbnail.php' );27: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.newsbar.php' ) ) {28: require_once( STYLESHEETPATH . '/panel/mwp.options.newsbar.php' );34: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.urgentnews.php' ) ) {35: require_once( STYLESHEETPATH . '/panel/mwp.options.urgentnews.php' );41: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.slider.php' ) ) {42: require_once( STYLESHEETPATH . '/panel/mwp.options.slider.php' );48: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.custom.field.php' ) ) {49: require_once( STYLESHEETPATH . '/panel/mwp.options.custom.field.php' );55: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.single.news.php' ) ) {56: require_once( STYLESHEETPATH . '/panel/mwp.options.single.news.php' );62: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.single.articles.php' ) ) {63: require_once( STYLESHEETPATH . '/panel/mwp.options.single.articles.php' );69: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.single.gallery.php' ) ) {70: require_once( STYLESHEETPATH . '/panel/mwp.options.single.gallery.php' );76: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.single.videos.php' ) ) {77: require_once( STYLESHEETPATH . '/panel/mwp.options.single.videos.php' );83: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.single.caricature.php' ) ) {84: require_once( STYLESHEETPATH . '/panel/mwp.options.single.caricature.php' );90: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.comments.php' ) ) {91: require_once( STYLESHEETPATH . '/panel/mwp.options.comments.php' );97: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.categories.php' ) ) {98: require_once( STYLESHEETPATH . '/panel/mwp.options.categories.php' );104: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.metatag.php' ) ) {105: require_once( STYLESHEETPATH . '/panel/mwp.options.metatag.php' );111: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.advert.php' ) ) {112: require_once( STYLESHEETPATH . '/panel/mwp.options.advert.php' );118: if ( file_exists( STYLESHEETPATH . '/panel/mwp.options.mobile.php' ) ) {119: require_once( STYLESHEETPATH . '/panel/mwp.options.mobile.php' );Constant STYLESHEETPATH was found in the file class.mwp-settings.php. get_stylesheet_directory() should be used instead. 457: if ( file_exists( STYLESHEETPATH . '/panel/class.mwp-options.php' ) ) {458: require_once( STYLESHEETPATH . '/panel/class.mwp-options.php' );652: if ( file_exists( STYLESHEETPATH . '/panel/class.mwp-export-settings-file.php' ) ) {653: require_once( STYLESHEETPATH . '/panel/class.mwp-export-settings-file.php' );Constant STYLESHEETPATH was found in the file google.login.php. get_stylesheet_directory() should be used instead. 9: require_once STYLESHEETPATH . '/connect/google/Google_Client.php';10: require_once STYLESHEETPATH . '/connect/google/contrib/Google_Oauth2Service.php';Constant STYLESHEETPATH was found in the file facebook.oauth.php. get_stylesheet_directory() should be used instead. 3: require_once STYLESHEETPATH .'/connect/facebook/facebook.php';Constant STYLESHEETPATH was found in the file functions.php. get_stylesheet_directory() should be used instead. 25: if ( file_exists( STYLESHEETPATH . '/functions/update-notifier.php' ) ) {26: require_once( STYLESHEETPATH . '/functions/update-notifier.php' );29: if ( file_exists( STYLESHEETPATH . '/panel/class.mwp.core.php' ) ) {30: require_once( STYLESHEETPATH . '/panel/class.mwp.core.php' );33: if ( file_exists( STYLESHEETPATH . '/panel/class.mwp-settings.php' ) ) {34: require_once( STYLESHEETPATH . '/panel/class.mwp-settings.php' );37: if ( file_exists( STYLESHEETPATH . '/panel/class.mwp.meta.box.php' ) ) {38: require_once( STYLESHEETPATH . '/panel/class.mwp.meta.box.php' );41: if ( file_exists( STYLESHEETPATH . '/functions/functions.notice.php' ) ) {42: require_once( STYLESHEETPATH . '/functions/functions.notice.php' );45: if ( file_exists( STYLESHEETPATH . '/functions/function.register.widgets.php' ) ) {46: require_once( STYLESHEETPATH . '/functions/function.register.widgets.php' );49: if ( file_exists( STYLESHEETPATH . '/functions/functions.ajax.login.php' ) ) {50: require_once( STYLESHEETPATH . '/functions/functions.ajax.login.php' );53: if ( file_exists( STYLESHEETPATH . '/functions/functions.content.limit.php' ) ) {54: require_once( STYLESHEETPATH . '/functions/functions.content.limit.php' );57: if ( file_exists( STYLESHEETPATH . '/functions/function.single.template.php' ) ) {58: require_once( STYLESHEETPATH . '/functions/function.single.template.php' );61: if ( file_exists( STYLESHEETPATH . '/functions/functions.aq.resizer.php' ) ) {62: require_once( STYLESHEETPATH . '/functions/functions.aq.resizer.php' );65: if ( file_exists( STYLESHEETPATH . '/functions/functions.thumbnail.php' ) ) {66: require_once( STYLESHEETPATH . '/functions/functions.thumbnail.php' );69: if ( file_exists( STYLESHEETPATH . '/functions/function.breadcrumbs.php' ) ) {70: require_once( STYLESHEETPATH . '/functions/function.breadcrumbs.php' );73: if ( file_exists( STYLESHEETPATH . '/functions/function.pagenav.php' ) ) {74: require_once( STYLESHEETPATH . '/functions/function.pagenav.php' );77: if ( file_exists( STYLESHEETPATH . '/functions/functions.var.php' ) ) {78: require_once( STYLESHEETPATH . '/functions/functions.var.php' );81: if ( file_exists( STYLESHEETPATH . '/functions/functions.yt.php' ) ) {82: require_once( STYLESHEETPATH . '/functions/functions.yt.php' );85: if ( file_exists( STYLESHEETPATH . '/functions/functions.ajax.the.views.php' ) ) {86: require_once( STYLESHEETPATH . '/functions/functions.ajax.the.views.php' );89: if ( file_exists( STYLESHEETPATH . '/functions/function.comments.php' ) ) {90: require_once( STYLESHEETPATH . '/functions/function.comments.php' );93: if ( file_exists( STYLESHEETPATH . '/core/video-shortcode/video-shortcode.php' ) ) {94: require_once( STYLESHEETPATH . '/core/video-shortcode/video-shortcode.php' );97: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.1.php' ) ) {98: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.1.php' );101: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.2.php' ) ) {102: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.2.php' );105: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.3.php' ) ) {106: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.3.php' );109: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.4.php' ) ) {110: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.4.php' );113: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.5.php' ) ) {114: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.5.php' );117: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.6.php' ) ) {118: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.6.php' );121: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.7.php' ) ) {122: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.7.php' );125: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.8.php' ) ) {126: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.8.php' );129: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.9.php' ) ) {130: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.9.php' );133: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.10.php' ) ) {134: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.10.php' );137: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.11.php' ) ) {138: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.11.php' );141: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.12.php' ) ) {142: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.12.php' );145: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.13.php' ) ) {146: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.13.php' );149: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.14.php' ) ) {150: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.14.php' );153: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.15.php' ) ) {154: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.15.php' );157: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.16.php' ) ) {158: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.16.php' );161: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.17.php' ) ) {162: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.17.php' );165: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.18.php' ) ) {166: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.18.php' );169: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.19.php' ) ) {170: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.19.php' );173: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.posts.20.php' ) ) {174: require_once( STYLESHEETPATH . '/core/home.widget.module.posts.20.php' );177: if ( file_exists( STYLESHEETPATH . '/core/home.widget.module.advert.php' ) ) {178: require_once( STYLESHEETPATH . '/core/home.widget.module.advert.php' );181: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.articles.php' ) ) {182: require_once( STYLESHEETPATH . '/core/sidebar.widget.articles.php' );185: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.twitter.php' ) ) {186: require_once( STYLESHEETPATH . '/core/sidebar.widget.twitter.php' );189: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.facebook.php' ) ) {190: require_once( STYLESHEETPATH . '/core/sidebar.widget.facebook.php' );193: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.author.info.php' ) ) {194: require_once( STYLESHEETPATH . '/core/sidebar.widget.author.info.php' );197: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.advert.php' ) ) {198: require_once( STYLESHEETPATH . '/core/sidebar.widget.advert.php' );201: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.recent.php' ) ) {202: require_once( STYLESHEETPATH . '/core/sidebar.widget.recent.php' );205: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.subscribe.php' ) ) {206: require_once( STYLESHEETPATH . '/core/sidebar.widget.subscribe.php' );209: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.gallery.php' ) ) {210: require_once( STYLESHEETPATH . '/core/sidebar.widget.gallery.php' );213: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.gallery2.php' ) ) {214: require_once( STYLESHEETPATH . '/core/sidebar.widget.gallery2.php' );217: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.video.php' ) ) {218: require_once( STYLESHEETPATH . '/core/sidebar.widget.video.php' );221: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.24h.php' ) ) {222: require_once( STYLESHEETPATH . '/core/sidebar.widget.24h.php' );225: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.module.posts.php' ) ) {226: require_once( STYLESHEETPATH . '/core/sidebar.widget.module.posts.php' );229: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.module.posts2.php' ) ) {230: require_once( STYLESHEETPATH . '/core/sidebar.widget.module.posts2.php' );233: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.module.posts3.php' ) ) {234: require_once( STYLESHEETPATH . '/core/sidebar.widget.module.posts3.php' );237: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.most.php' ) ) {238: require_once( STYLESHEETPATH . '/core/sidebar.widget.most.php' );241: if ( file_exists( STYLESHEETPATH . '/core/sidebar.widget.most.category.php' ) ) {242: require_once( STYLESHEETPATH . '/core/sidebar.widget.most.category.php' );245: if ( file_exists( STYLESHEETPATH . '/core/footer.widget.logo.desc.php' ) ) {246: require_once( STYLESHEETPATH . '/core/footer.widget.logo.desc.php' );249: if ( file_exists( STYLESHEETPATH . '/core/footer.widget.posts.php' ) ) {250: require_once( STYLESHEETPATH . '/core/footer.widget.posts.php' );253: if ( file_exists( STYLESHEETPATH . '/core/footer.widget.category.2.col.php' ) ) {254: require_once( STYLESHEETPATH . '/core/footer.widget.category.2.col.php' );257: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.category.php' ) ) {258: require_once( STYLESHEETPATH . '/functions/function.ajax.category.php' );261: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.tag.php' ) ) {262: require_once( STYLESHEETPATH . '/functions/function.ajax.tag.php' );265: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.search.php' ) ) {266: require_once( STYLESHEETPATH . '/functions/function.ajax.search.php' );269: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.category.articles.php' ) ) {270: require_once( STYLESHEETPATH . '/functions/function.ajax.category.articles.php' );273: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.category.videos.php' ) ) {274: require_once( STYLESHEETPATH . '/functions/function.ajax.category.videos.php' );277: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.category.caricature.php' ) ) {278: require_once( STYLESHEETPATH . '/functions/function.ajax.category.caricature.php' );281: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.category.gallery.php' ) ) {282: require_once( STYLESHEETPATH . '/functions/function.ajax.category.gallery.php' );285: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.authors.php' ) ) {286: require_once( STYLESHEETPATH . '/functions/function.ajax.authors.php' );289: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.comments.php' ) ) {290: require_once( STYLESHEETPATH . '/functions/function.ajax.comments.php' );293: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.related.category.php' ) ) {294: require_once( STYLESHEETPATH . '/functions/function.ajax.related.category.php' );297: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.related.tag.php' ) ) {298: require_once( STYLESHEETPATH . '/functions/function.ajax.related.tag.php' );301: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.related.caricature.php' ) ) {302: require_once( STYLESHEETPATH . '/functions/function.ajax.related.caricature.php' );305: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.related.gallery.php' ) ) {306: require_once( STYLESHEETPATH . '/functions/function.ajax.related.gallery.php' );309: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.related.videos.php' ) ) {310: require_once( STYLESHEETPATH . '/functions/function.ajax.related.videos.php' );313: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.related.articles.php' ) ) {314: require_once( STYLESHEETPATH . '/functions/function.ajax.related.articles.php' );317: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.recent.home.php' ) ) {318: require_once( STYLESHEETPATH . '/functions/function.ajax.recent.home.php' );321: if ( file_exists( STYLESHEETPATH . '/functions/function.ajax.recent.home2.php' ) ) {322: require_once( STYLESHEETPATH . '/functions/function.ajax.recent.home2.php' );
  14. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 32: define('SINGLE_PATH', TEMPLATEPATH . '/single');Constant TEMPLATEPATH was found in the file function.single.template.php. get_template_directory() should be used instead. 1: <?php // Function Description : Single post templates in WordPress based on category // Author Name : Justin Tadlock // Function Source : http://justintadlock.com/archives/2008/12/06/creating-single-post-templates-in-wordpress // Note : this function is important do not remove from here // Fixed by : Mouad Achemli // Fix Note : just remove define SINGE_PATH and add directly for remove error 'Use of undefined constant SINGLE_PATH' // define(SINGLE_PATH, TEMPLATEPATH . '/single'); disabled by mouad see fix note // Filter the si
  15. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  16. Deprecated functions : get_currentuserinfo get_currentuserinfo found in file google.login.php. Deprecated since version 4.5. Use wp_get_current_user instead.28: get_currentuserinfo();get_currentuserinfo found in file twitter.oauth.php. Deprecated since version 4.5. Use wp_get_current_user instead.25: get_currentuserinfo();get_currentuserinfo found in file facebook.oauth.php. Deprecated since version 4.5. Use wp_get_current_user instead.11: get_currentuserinfo();
  17. Deprecated functions : get_bloginfo get_bloginfo('url') was found in the file 404.php. Use home_url() instead.44: <li>تصفح الصفحة الرئيسة لـ<a href='<?php get_bloginfo('url'); ?>'><?php get_bloginfo('name'); ?></a> للاطلاع get_bloginfo('url') was found in the file class.mwp-export-settings-file.php. Use home_url() instead.62: $site_url = get_bloginfo('url');get_bloginfo( 'stylesheet_directory' ) was found in the file class.mwp-settings.php. Use get_stylesheet_directory_uri() instead.557: wp_register_style( 'mytheme-admin', get_bloginfo( 'stylesheet_directory' ) . '/panel/mwp-options.css' );get_bloginfo('template_directory') was found in the file class.mwp-settings.php. Use get_template_directory_uri() instead.195: <img src=''. get_bloginfo('template_directory') .'/panel/mwp.ajax.loader.gif' style='disget_bloginfo('template_directory') was found in the file functions.thumbnail.php. Use get_template_directory_uri() instead.119: $template_url = get_bloginfo('template_directory') ;142: $template_url = get_bloginfo('template_directory') ;get_bloginfo('template_directory') was found in the file functions.ajax.the.views.php. Use get_template_directory_uri() instead.65: var thisURL = '<?php echo wp_nonce_url( get_bloginfo('template_directory') . '/functions/the.views.server.php', 'doget_bloginfo( 'template_url' ) was found in the file update-notifier.php. Use get_template_directory_uri() instead.75: <img style='float: left; margin: 0 20px 20px 0; border: 1px solid #ddd;' src='<?php echo get_bloginfo( 'template_url' ) . '/screenshot.png'; ?>' />get_bloginfo('template_url') was found in the file functions.notice.php. Use get_template_directory_uri() instead.23: $plugin_array['error'] = get_bloginfo('template_url').'/js/shortcode.js';54: $plugin_array['information'] = get_bloginfo('template_url').'/js/shortcode.js';86: $plugin_array['notice'] = get_bloginfo('template_url').'/js/shortcode.js';118: $plugin_array['success'] = get_bloginfo('template_url').'/js/shortcode.js';
  18. Deprecated functions : bloginfo bloginfo('url') was found in the file single.related.gallery.php. Use echo esc_url( home_url() ) instead.76: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file single.related.gallery.php. Use echo esc_url( get_template_directory_uri() ) instead.24: <h2><?php echo mwp_option('related-gallery-title'); ?><span id='load-more2' title='للمزيد من المواضيع المقترحة'>عرض مقترحات اخرى <img alt='للمزيد من المواضيع المقترحة' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' id='showloder2'></bloginfo('url') was found in the file home.widget.module.posts.4.php. Use echo esc_url( home_url() ) instead.112: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('url') was found in the file single.related.caricature.php. Use echo esc_url( home_url() ) instead.63: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file single.related.caricature.php. Use echo esc_url( get_template_directory_uri() ) instead.23: <h2><?php echo mwp_option('related-caricature-title'); ?><span id='load-more2' title='للمزيد من المواضيع المقترحة'>عرض مقترحات اخرى <img alt='للمزيد من المواضيع المقترحة' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' id='showloder2'></bloginfo('url') was found in the file home.widget.module.posts.9.php. Use echo esc_url( home_url() ) instead.112: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('url') was found in the file home.widget.module.posts.16.php. Use echo esc_url( home_url() ) instead.116: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('url') was found in the file home.widget.module.posts.11.php. Use echo esc_url( home_url() ) instead.119: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('url') was found in the file footer.widget.logo.desc.php. Use echo esc_url( home_url() ) instead.28: <a href='<?php bloginfo('url'); ?>' title='<?php bloginfo('name'); ?>'>bloginfo('url') was found in the file home.widget.module.posts.15.php. Use echo esc_url( home_url() ) instead.113: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('url') was found in the file home.widget.module.posts.17.php. Use echo esc_url( home_url() ) instead.197: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file home.widget.module.posts.17.php. Use echo esc_url( get_template_directory_uri() ) instead.160: <div id='load-more' class='module-more-post'>عـرض الـمـزيـد <img alt='عـرض الـمـزيـد' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' style='display:nonbloginfo('template_directory') was found in the file sidebar.widget.author.info.php. Use echo esc_url( get_template_directory_uri() ) instead.124: <img src='<?php 130: <img src='<?php bloginfo('template_directory'); ?>/images/social/twitter.jpg' alt='تابع136: <img src='<?php bloginfo('template_directory'); ?>/images/social/google.jpg' alt='انضم bloginfo('url') was found in the file home.widget.module.posts.12.php. Use echo esc_url( home_url() ) instead.117: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('url') was found in the file home.widget.module.posts.7.php. Use echo esc_url( home_url() ) instead.184: <form action='<?php bloginfo('url'); ?>/' class='module-search-2' method='get'> 278: <form action='<?php bloginfo('url'); ?>/' class='module-search-2' method='get'> bloginfo('url') was found in the file single.related.videos.php. Use echo esc_url( home_url() ) instead.102: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file single.related.videos.php. Use echo esc_url( get_template_directory_uri() ) instead.24: <h2><?php echo mwp_option('related-video-title'); ?><span id='load-more2' title='للمزيد من المواضيع المقترحة'>عرض مقاطع اخرى <img alt='للمزيد من المواضيع المقترحة' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' id='showloder2'></bloginfo('url') was found in the file home.widget.module.posts.10.php. Use echo esc_url( home_url() ) instead.199: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file home.widget.module.posts.10.php. Use echo esc_url( get_template_directory_uri() ) instead.162: <div id='load-more' class='module-more-post'>عـرض الـمـزيـد <img alt='عـرض الـمـزيـد' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' style='display:nonbloginfo('url') was found in the file header.login.php. Use echo esc_url( home_url() ) instead.9: <p><a href='<?php bloginfo('url') ?>/wp-admin/'>لوحة التحكم</a></p>10: <p><a href='<?php bloginfo('url') ?>/wp-admin/post-new.php'>اضف مقالة او خبر</a>12: <p><a href='<?php bloginfo('url') ?>/wp-admin/edit.php'>كافة المقالات</a></p>14: <p><a href='<?php bloginfo('url') ?>/wp-admin/post.php?post=<?php echo $wp_query->post->ID; ?16: <p><a href='<?php bloginfo('url') ?>/wp-admin/profile.php'>الملف الشخصي</a></p>39: <form id='loginform' method='post' action='<?php bloginfo('url') ?>/wp-login.php'>59: <a class='forget' href='<?php bloginfo('url') ?>/wp-login.php?action=lostpassword'>هل فقدت كلمة169: <img src='<?php bloginfo('url'); ?>/wp-admin/images/wpspin_light.gif' style='display:none;'bloginfo('url') was found in the file home.widget.module.posts.3.php. Use echo esc_url( home_url() ) instead.113: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('url') was found in the file home.widget.module.posts.6.php. Use echo esc_url( home_url() ) instead.113: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('url') was found in the file home.widget.module.posts.5.php. Use echo esc_url( home_url() ) instead.111: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('url') was found in the file single.related.posts.php. Use echo esc_url( home_url() ) instead.69: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',158: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file single.related.posts.php. Use echo esc_url( get_template_directory_uri() ) instead.27: <h2><?php echo mwp_option('related-post-title'); ?><span id='load-more2' title='للمزيد من المواضيع المقترحة'>عرض مقترحات اخرى <img alt='للمزيد من المواضيع المقترحة' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' id='showloder2'></117: <h2><?php echo mwp_option('related-post-title'); ?><span id='load-more2'>عرض مقترحات اخرى <img alt='للمزيد من المواضيع المقترحة' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' id='showloder2'></bloginfo('url') was found in the file single.related.articles.php. Use echo esc_url( home_url() ) instead.105: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file single.related.articles.php. Use echo esc_url( get_template_directory_uri() ) instead.24: <h2><?php echo mwp_option('related-article-title'); ?><span id='load-more2' title='للمزيد من المواضيع المقترحة'>عرض مقترحات اخرى <img alt='للمزيد من المواضيع المقترحة' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' id='showloder2'></bloginfo('url') was found in the file home.widget.module.posts.14.php. Use echo esc_url( home_url() ) instead.116: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('url') was found in the file home.widget.module.posts.13.php. Use echo esc_url( home_url() ) instead.114: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('url') was found in the file home.widget.module.posts.1.php. Use echo esc_url( home_url() ) instead.113: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('url') was found in the file home.widget.module.posts.2.php. Use echo esc_url( home_url() ) instead.113: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('url') was found in the file home.widget.module.posts.20.php. Use echo esc_url( home_url() ) instead.111: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('url') was found in the file home.widget.module.posts.19.php. Use echo esc_url( home_url() ) instead.113: <form action='<?php bloginfo('url'); ?>/' class='module-search' method='get'> bloginfo('template_directory') was found in the file 404.php. Use echo esc_url( get_template_directory_uri() ) instead.36: <img src='<?php bloginfo('template_directory'); ?>/images/404-error.jpg' class='aligncenterbloginfo('url') was found in the file tag.php. Use echo esc_url( home_url() ) instead.145: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file tag.php. Use echo esc_url( get_template_directory_uri() ) instead.123: <div id='load-more' class='module-more-post'>عـرض الـمـزيـد <img alt='عـرض الـمـزيـد' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' style='display:nonbloginfo('url') was found in the file author.php. Use echo esc_url( home_url() ) instead.139: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file author.php. Use echo esc_url( get_template_directory_uri() ) instead.121: <div id='load-more' class='module-more-post'>عـرض الـمـزيـد <img alt='عـرض الـمـزيـد' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' style='display:nonbloginfo('url') was found in the file archive.php. Use echo esc_url( home_url() ) instead.171: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file archive.php. Use echo esc_url( get_template_directory_uri() ) instead.148: <div id='load-more' class='module-more-post'>عـرض الـمـزيـد <img alt='عـرض الـمـزيـد' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' style='display:nonbloginfo('url') was found in the file category-articles.php. Use echo esc_url( home_url() ) instead.142: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file category-articles.php. Use echo esc_url( get_template_directory_uri() ) instead.120: <div id='load-more' class='module-more-post'>عـرض الـمـزيـد <img alt='عـرض الـمـزيـد' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' style='display:nonbloginfo('url') was found in the file header.php. Use echo esc_url( home_url() ) instead.34: <meta property='og:url' content='<?php bloginfo('url'); ?>' />37: <link rel='canonical' href='<?php bloginfo('url'); ?>'>137: <form action='<?php bloginfo('url'); ?>/' class='search-form' method='get'> 159: <a href='<?php bloginfo('url'); ?>' title='<?php bloginfo('name'); ?>' >bloginfo('template_directory') was found in the file header.php. Use echo esc_url( get_template_directory_uri() ) instead.17: <link rel='stylesheet' type='text/css' href='<?php bloginfo('template_directory'); ?>/style.css' />18: <link rel='stylesheet' type='text/css' href='<?php bloginfo('template_directory'); ?>/css/<?php echo mwp_option('themestyle');19: <link rel='stylesheet' type='text/css' href='<?php bloginfo('template_directory'); ?>/fonts/<?php echo mwp_option('font_type')79: <link rel='stylesheet' type='text/css' href='<?php bloginfo('template_directory'); ?>/ie/ie7.css' >80: <link rel='stylesheet' type='text/css' href='<?php bloginfo('template_directory'); ?>/fonts/normal.css' >84: <script type='text/javascript' src='<?php bloginfo('template_directory'); ?>/js/jquery.lib.home.js?v=2'></script>86: <script type='text/javascript' src='<?php bloginfo('template_directory'); ?>/js/jquery.lib.single.js?v=2'></script>91: <script src='<?php bloginfo('template_directory'); ?>/js/html5.js'></script>bloginfo('url') was found in the file search.php. Use echo esc_url( home_url() ) instead.156: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file search.php. Use echo esc_url( get_template_directory_uri() ) instead.124: <div id='load-more' class='module-more-post'>عـرض الـمـزيـد <img alt='عـرض الـمـزيـد' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' style='display:nonbloginfo('url') was found in the file category.php. Use echo esc_url( home_url() ) instead.206: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file category.php. Use echo esc_url( get_template_directory_uri() ) instead.183: <div id='load-more' class='module-more-post'>عـرض الـمـزيـد <img alt='عـرض الـمـزيـد' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' style='display:nonbloginfo('template_directory') was found in the file twitter.connect.php. Use echo esc_url( get_template_directory_uri() ) instead.12: <link rel='stylesheet' type='text/css' href='<?php bloginfo('template_directory'); ?>/connect/twitter/twitter.css'/>bloginfo('url') was found in the file category-gallery.php. Use echo esc_url( home_url() ) instead.112: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file category-gallery.php. Use echo esc_url( get_template_directory_uri() ) instead.91: <div id='load-more' class='module-more-post'>عـرض الـمـزيـد <img src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' style='display:nonbloginfo('url') was found in the file category-videos.php. Use echo esc_url( home_url() ) instead.142: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file category-videos.php. Use echo esc_url( get_template_directory_uri() ) instead.120: <div id='load-more' class='module-more-post'>عـرض الـمـزيـد <img alt='عـرض الـمـزيـد' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' style='display:nonbloginfo('url') was found in the file comments.php. Use echo esc_url( home_url() ) instead.187: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file comments.php. Use echo esc_url( get_template_directory_uri() ) instead.156: <img alt='عرض المزيد من التعليقات' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' style='display:nonbloginfo('template_directory') was found in the file single-cat-gallery.php. Use echo esc_url( get_template_directory_uri() ) instead.60: <script type='text/javascript' src='<?php bloginfo('template_directory'); ?>/js/cycle2-addon.js?v=2'></script>bloginfo('url') was found in the file comments-simple.php. Use echo esc_url( home_url() ) instead.168: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file comments-simple.php. Use echo esc_url( get_template_directory_uri() ) instead.138: <img alt='عرض المزيد من التعليقات' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' style='display:nonbloginfo('url') was found in the file category-caricature.php. Use echo esc_url( home_url() ) instead.102: url: '<?php bloginfo('url'); ?>/wp-admin/admin-ajax.php',bloginfo('template_directory') was found in the file category-caricature.php. Use echo esc_url( get_template_directory_uri() ) instead.81: <div id='load-more' class='module-more-post'>عـرض الـمـزيـد <img alt='عـرض الـمـزيـد' src='<?php bloginfo('template_directory'); ?>/images/load-more.gif' style='display:nonbloginfo('template_directory') was found in the file functions.thumbnail.php. Use echo esc_url( get_template_directory_uri() ) instead.90: ?><img alt='<?php the_title(); ?>' src='<?php bloginfo('template_directory'); ?>/timthumb.php?link=<?php getImage('1'); ?100: ?><img alt='<?php the_title(); ?>' src='<?php bloginfo('template_directory'); ?>/timthumb.php?link=<?php echo $urlz; ?>&a119: $template_url = get_bloginfo('template_directory') ;142: $template_url = get_bloginfo('template_directory') ;bloginfo('template_directory') was found in the file footer.php. Use echo esc_url( get_template_directory_uri() ) instead.148: <script src='<?php bloginfo('template_directory'); ?>/js/jquery.vticker.js'></script>193: <script src='<?php bloginfo('template_directory'); ?>/js/jquery.cookie.js'></script>253: <script type='text/javascript' src='<?php bloginfo('template_directory'); ?>/js/lazy.js?ver=advacned'></script>
  19. Deprecated functions : get_option get_option('home') was found in the file functions.php. Use home_url() instead.275: $home = get_option('home');get_option('home') was found in the file function.breadcrumbs.php. Use home_url() instead.11: $home = get_option('home');
  20. Post pagination : Implementation The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in functions.php. Themes must not deregister core scripts. 18: wp_deregister_script('jquery');
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. Text domain : Incorrect use of translation functions.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 newsbt-v1-2.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'تصفح جميع المواضيع بواسطة %s' in file meta-simple.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'تصفح جميع المواضيع بواسطة %s' in file meta-views.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'تصفح جميع المواضيع بواسطة %s' in file meta-posts.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'تصفح جميع المواضيع بواسطة %s' in file single.related.articles.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'كود جافاسكريبت الخاص بالاعلان :' in file sidebar.widget.advert.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '404 ، لم يتم العثور على الصفحة. وصلت إلى الصفحة التي إما تم نقلها أو لم تعد متوفرة.' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'لا توجد مواضيع بهذا التصنيف' in file archive.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'تصفح جميع المواضيع بواسطة %s' in file category-articles.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'لا توجد مواضيع بهذا التصنيف' in file category-articles.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'خطاء 404! الصفحة غير موجودة' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'نتائج البحث ل:' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'لا توجد مواضيع بهذا التصنيف' in file category.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s at %2$s' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your comment is awaiting moderation.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'تفعيل تسجيل الدخول بواسطة المواقع الاجتماعية لاضافة تعليق' in file mwp.options.comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'طريقة عرض التعليقات' in file mwp.options.comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'قوانين وشروط التعليق' in file mwp.options.comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'يمكنك هنا كتابة شروط وقوانين التعليقات وايضا يمكنك استعمال &lt;p&gt;نص&lt;/p&gt;' in file mwp.options.comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ملحظة الموقع بخصوص التعليقات' in file mwp.options.comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هنا يمكنك كتابة تنويه بخصوص التعليقات التي نشر في موقعك &lt;p&gt;نص&lt;/p&gt;' in file mwp.options.comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود اخفاء العنواين من الصور ؟' in file mwp.options.single.gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود عرض المواضيع ذات صلة ؟' in file mwp.options.single.gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عنوان مواضيع ذات صلة لقسم معرض الصور' in file mwp.options.single.gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'تحديد عدد الكلمات لعناوين المواضيع' in file mwp.options.single.gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر عدد المواضيع التي تود عرضها' in file mwp.options.single.gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.gallery.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'شعار الموقع' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'مقاس الشعار 242/115 بيكسل' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ايقونة الموقع' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ارفع ايقونة الموقع' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عرض تسجيل الدخول اعلى الصفحة' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص فورم البحث' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'قم بادخال الجملة المراد كتابتها في الفورم مثلا (هل تبحث عن اي شيئ ؟ )' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'تفعيل او تعطيل Ajax بالنسبة لعدد القرائات او المشاهدات' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'يتم التفعيل فقط اذا كنت تستعمل اضافة wp-postviews مع اضافة للكاش' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'تفعيل خاصية Lazyload لصور (هذه الطريقة ستساعد على تسريع تصفحك موقع بالنسبة لزوار)' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'الطريقة تستعمل في المواقع الكبيرة مثل يوتوب وياهو الى اخره' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نوع الخط' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر اللون الذي تود استعماله' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'يوجد عدة الوان مختلفة اختر منها ما يناسب موقعك' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود استعمال صورة لخلفية الموقع' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'خلفية الموقع (ارفع الصورة)' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'تحديد لون الخلفية' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.general.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'يمكنك من هنا اضافة اكواد الميتاتاج الخاصة بتعريف الموقع (سيتم اضافتها أعلى الصفحة في ملف الهيدر بالضبط header.php)' in file mwp.options.metatag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'مثال : &lt;meta content="0b67ffc1facdd263" name="y_key"&gt;' in file mwp.options.metatag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'يمكنك اضافة كود احصائيات جوجل او رتب او اي احصائيات اخرى هنا' in file mwp.options.metatag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.metatag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عرض الايقونة في شريط الاخبار' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ايقونة شريط الاخبار' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نصيحة لا ترفع صورة كبيرة يعني في حدود 30 بيكسل طول وعرض (يستحسن عدم رفعها من الووردبريس ارفعها من ftp او cpanel لكي لا يتم انشاء مقاسات اخرى لها تلقائيا)' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عنوان شريط الاخبار' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اكتب ما تود ظهورها في عنوان شريط الاخبار مثلا أخبار اليوم' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر طريقة عرض المواضيع في شريط الاخبار' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ملاحظة : في حالة كنت تستعمل عرض اخر المواضيع وتود استبعاد تصنيفات معينة يمكنك اختيارها في (تحديد تصنيفات متعددة وسيتم استبعادها من اخر المواضيع في شريط الاخبار)' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد المواضيع التي تود عرضها في شريط الاخبار' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'مواضيع تحددها بنفسك قم بوضع ارقمها' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'استعمل الفواصل بين ارقام المواضيع مثال : 40,41,24,10' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'قم باختيار تصنيف معين' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'التصنيفات التي لا تحتوي على مواضيع لن تظهر حتى تقوم بكتابة مواضيع بها' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'قم بتحديد تصنيفات متعددة تود عرض المواضيع منها' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'استبعاد مواضيع من شريط الاخبار' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.newsbar.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود عرض المواضيع ذات صلة ؟' in file mwp.options.single.caricature.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.caricature.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عنوان مواضيع ذات صلة لقسم الكاريكاتير' in file mwp.options.single.caricature.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.caricature.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'تحديد عدد الكلمات لعناوين المواضيع' in file mwp.options.single.caricature.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.caricature.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر عدد المواضيع التي تود عرضها' in file mwp.options.single.caricature.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.caricature.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود استعمال هذه الطريقة ؟' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'المرجوا الانتباه ادراج اعلانات ادسنس قد يكون مخالف لسياسة استعمالها او مخالفا لسياسة استعمال اليوتوب راجع الرابط التالي :https://developers.google.com/youtube/terms' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر طريقة من القائمة التالية :' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ملاحظة : المحتوي الذي ستستعمله سيشتغل فقط عندما يقوم الزائر بايقاف تشغيل الفيديو او في نهاية الفيديو' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ضع رابط صفحة الفيسبوك التي تود عرضها في الفيديو' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر نوع الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط البانر او الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'فتح الاعلان في نافدة جديدة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'كود الاعلان مثلا ادسنس 300/250px' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عرض او اخفاء الاعلان الايمن' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر نوع الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط البانر او الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'فتح الاعلان في نافدة جديدة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'كود الاعلان مثلا ادسنس' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عرض او اخفاء الاعلان الايسر' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر نوع الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط البانر او الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'فتح الاعلان في نافدة جديدة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'كود الاعلان مثلا ادسنس' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر نوع الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط البانر او الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'فتح الاعلان في نافدة جديدة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'كود الاعلان مثلا ادسنس' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود عرض هذه الاعلانات ؟' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر نوع الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط البانر او الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'فتح الاعلان في نافدة جديدة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'كود الاعلان مثلا ادسنس' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر نوع الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط البانر او الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'فتح الاعلان في نافدة جديدة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'كود الاعلان مثلا ادسنس' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود عرض هذه الاعلانات ؟' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر نوع الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط البانر او الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'فتح الاعلان في نافدة جديدة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'كود الاعلان مثلا ادسنس' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر نوع الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط البانر او الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'فتح الاعلان في نافدة جديدة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'كود الاعلان مثلا ادسنس' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر نوع الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط البانر او الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'فتح الاعلان في نافدة جديدة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'كود الاعلان مثلا ادسنس' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود عرض هذه الاعلانات ؟' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر نوع الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط البانر او الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'فتح الاعلان في نافدة جديدة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'كود الاعلان مثلا ادسنس' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعلان بمقاس 300px / 250px' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر نوع الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط البانر او الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'فتح الاعلان في نافدة جديدة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'كود الاعلان مثلا ادسنس' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعلان بمقاس 300px / 250px' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود عرض اعلان + صندوق فيسبوك ؟' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط صفحة الفيسبوك او حسابك' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر نوع الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط البانر او الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'فتح الاعلان في نافدة جديدة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'كود الاعلان مثلا ادسنس' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعلان بمقاس 300px / 250px' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود عرض هذه الاعلانات ؟' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر نوع الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط الاعلان' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط البانر او الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الصورة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'فتح الاعلان في نافدة جديدة' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'كود الاعلان مثلا ادسنس' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.advert.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'استعمال الاوسمة لعرض اسم الكاتب' in file mwp.options.single.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عرض صورة الكاتب مع اسمه على يسار المقالات' in file mwp.options.single.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر طريقة عرض صورة الكاتب بالنسبة لقسم مقالات الكتاب' in file mwp.options.single.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود عرض المواضيع ذات صلة ؟' in file mwp.options.single.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عنوان مواضيع ذات صلة لقسم مقالات الكتاب' in file mwp.options.single.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'تحديد عدد الكلمات لعناوين المواضيع' in file mwp.options.single.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر عدد المواضيع التي تود عرضها' in file mwp.options.single.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود عرض المواضيع ذات صلة ؟' in file mwp.options.single.videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عنوان مواضيع ذات صلة لقسم الفيديو' in file mwp.options.single.videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'تحديد عدد الكلمات للعناوين المواضيع' in file mwp.options.single.videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر عدد المواضيع التي تود عرضها' in file mwp.options.single.videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.videos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You do not have sufficient permissions to edit templates for this site.' in file class.mwp-export-settings-file.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error Downloading file.' in file class.mwp-export-settings-file.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عرض لايت بوكس' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook Page Promoter with Lightbox' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابطة صفحتك على الفيسبوك' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'الرقم التعريفي لصفحة الفيسبوك (id)' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'يمكنك الحصول عليه من الصفحة التالية <br> http://graph.facebook.com/Mwordpress.Fan <br> لكن غير (Mwordpress.Fan) الى اسم صفحتك' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عرض صندوق الاعجاب كل' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'بالايام مثال : لو وضعت 5 سيعرض صندوق الاعجاب كل 5 ايام' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'فيسبوك' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط حسابك في فيسبوك او رابط الصفحة' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'تفعيل تطبيق فيسبوك' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'الرقم التعريفي لحساب الفيسبوك (id)' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'يمكنك الحصول عليه من الصفحة التالية <br> http://graph.facebook.com/Mwordpress <br> لكن غير (Mwordpress) الى اسم حسابك' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'الرقم التعريفي لتطبيق الفيسبوك ربما تحتاجه لتحكم في التعليقات' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook App ID : انشء واحد من هذه الصفحة <br> https://developers.facebook.com/apps/' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'الرقم السري لتطبيق الفيسبوك' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook App Secret' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط تويتر' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط حسابك كامل في تويتر' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'حساب جوجل بلوس' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'رابط حسابك كامل في جوجل بلوس' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'القائمة البريدية' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اسم الخلاصات للقائمة البريدية (feedburner)' in file mwp.options.social.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود عرض الخبر العاجل ؟' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عنوان الاخبار العاجلة' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر طريقة من الطريقتين التاليتين' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'قم باختيار تصنيف معين لعرض الاخبار العاجلة منه' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'التصنيفات التي لا تحتوي على مواضيع لن تظهر حتى تقوم بكتابة مواضيع بها' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اخفاء الاخبار العاجلة تلقائيا' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر المدة التي تود ان يتم اخفاء الخبر العاجل بعدها' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الخبر العاجل 1' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الخبر العاجل 2' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الخبر العاجل 3' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الخبر العاجل 4' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'نص الخبر العاجل 5' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.urgentnews.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر طريقة تصفح المواضيع' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد المواضيع في تصنيف الفيديو' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد الكلمات للعناوين ' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر طريقة عرض الصور بالنسبة لقسم الفيديو' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد المواضيع في تصنيف مقالات الكتاب' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد الكلمات للعناوين ' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد الكلمات للعناوين ' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد الكلمات للعناوين ' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد المواضيع في تصنيف كاريكاتير' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد الكلمات للعناوين' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد المواضيع في اقسام الاخبار العادية' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد الكلمات للعناوين - الخبر 1' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد الكلمات للعناوين - الخبر 2 و 3' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد الكلمات للعناوين - من الخبر 4 الى 6' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد الكلمات للعناوين - من الخبر 7 الى اخره' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عدد المواضيع في الصفحة - الافتراضي' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.categories.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عرض او اخفاء اسم الكاتب من الأخبار' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر طريقة عرض التدوينة المنفردة' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'حذف اول صورة من التدوينة في حالة تود استعمال طريقة 1 لعرض الصورة بارزة عريضة' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ملاحظة : لا تستعملها مع الطريقة 2 و 3' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود عرض المواضيع ذات صلة ؟' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عنوان مواضيع ذات صلة' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'تحديد عدد الكلمات لعناوين المواضيع' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عرض المواضيع ذات صلة بالإعتماد على ' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر عدد المواضيع التي تود عرضها' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.single.news.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اسم الحقل الخاص للكاتب' in file mwp.options.custom.field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هذا الحقل خاص باسم الكاتب يستعمل لعرض اسم الكاتب في المربع الجانبي مقالات او في المواضيع الخاصة بقسم مقالات اضف اسم مثلا (author_name) الاسم يتم تحديده من خصائص اضافية لقالب NewsBt ستجده اسفل مكان كتابة التدوينة' in file mwp.options.custom.field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اسم الحقل الخاص بصورة الكاتب' in file mwp.options.custom.field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هذا الحقل خاص بصورة الكاتب يستعمل لعرض صورة للكاتب في المربع الجانبي مقالات او في المواضيع الخاصة بقسم مقالات اضف اسم مثلا (author-images) الصورة يتم تحديدها من خصائص اضافية لقالب NewsBt ستجدها اسفل مكان كتابة التدوينة' in file mwp.options.custom.field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اسم الحقل الخاص بمصدر الخبر' in file mwp.options.custom.field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هذا الحقل خاص بمصدر الخبر يستعمل لعرض مصدر الخبر اسفل المواضيع اضف اسم مثلا (source-article) المصدر يتم تحديده من خصائص اضافية لقالب NewsBt ستجدها اسفل مكان كتابة التدوينة' in file mwp.options.custom.field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اسم الحقل الخاص برابط المصدر' in file mwp.options.custom.field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هذا الحقل خاص برابط مصدر الخبر يستعمل لادراج رابط مصدر الخبر عند رغبة الزائر بزيارة مصدر الخبر اضف اسم مثلا (source-link) المصدر يتم تحديده من خصائص اضافية لقالب NewsBt ستجدها اسفل مكان كتابة التدوينة' in file mwp.options.custom.field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اسم الحقل الخاص بعرض الفيديو في الأخبار العادية (طريقة العرض 1)' in file mwp.options.custom.field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هذا الحقل خاص بعرض الفيديو عوض الصورة البارزة في الاخبار العادية اضف اسم مثلا (video_first_post) رقم الفيديو يتم تحديده من خصائص اضافية لقالب NewsBt ستجدها اسفل مكان كتابة التدوينة' in file mwp.options.custom.field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اسم الحقل الخاص بمدة الفيديو (خاص فقط بتصنيف الفيديو)' in file mwp.options.custom.field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هذا الحقل خاص بمدة الفيديو يستعمل فقط اذا كان الفيديو ليس من اليوتوب اضف اسم مثلا (video_time) الوقت يتم تحديده من خصائص اضافية لقالب NewsBt ستجدها اسفل مكان كتابة التدوينة' in file mwp.options.custom.field.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'General Settings' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعداد المواقع الاجتماعية' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعداد مصغرات الصور' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعداد شريط الاخبار' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعداد الاخبار العاجلة' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعداد السلايدر' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'حقول خاصة للقالب' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعداد صفحة الاخبار' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعداد صفحة مقالات الكتاب' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعداد صفحة معرض الصور' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعداد صفحة الفيديو' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعداد صفحة الكاريكاتير' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعداد التعليقات' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعداد التصنيفات' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعداد الميتاتاج والسكريبتات' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعداد الاعلانات' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعدادات الجوال' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'الاعدادات الافتراضية' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Options' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'قالب NewsBT' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Options' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Import/Export' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default Field' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is a default description.' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme options updated.' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعدادات قالب NewsBT' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save Changes' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'الغاء الاعدادات' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عند اختيارك هذا الاعداد وحفظ التغييرات سيتم اعادة القالب الى الاعدادات الافتراضية' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ملحوظة' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'بالنسبة للمربعات الجانبية' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'تم حفظ الإعدادات.' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'لم يتم حفظ الاعدادات !!!' in file class.mwp-settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'شعار الموقع للجوال' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ارفع الشعار او ضع رابط الشعار مباشرة <br> (مقاس الشعار لازم يكون 110px/49px)' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر طريقة عرض المواضيع الاكثر قراءة وتعليق' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'قم بتحديد تصنيفات التي تود استبعادها من اخر الاخبار' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'هل تود اخفاء موديلات التصنيفات من نسخة الجوال ؟' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'التصنيف 1' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'التصنيفات التي لا تحتوي على مواضيع لن تظهر حتى تقوم بكتابة مواضيع بها' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'التصنيف 2' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'التصنيف 3' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'التصنيف 4 (خاص بقسم الفيديو)' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'التصنيف 5' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'التصنيف 6' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'التصنيف 7' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عرض اعلان ثابت اسفل الصفحة ؟' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اعلان بحجم 320/50 بيكسل' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.mobile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'عرض او اخفاء السلايدر' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر طريقة عرض السلايدر' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'بالنسبة لمساحة الاعلانية يتم تغييرها من تبويب اعلانات' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر طريقة عرض المواضيع في السلايدر' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ملاحظة : في حالة كنت تستعمل عرض اخر المواضيع وتود استبعاد تصنيفات معين يمكنك اختيارها من خاصية (تحديد تصنيفات متعددة وسيتم استبعادها من اخر المواضيع في السلايدر)' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'استبعاد مواضيع من السلايدر' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'مواضيع تحددها بنفسك قم بوضع ارقمها' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'استعمل الفواصل بين ارقام المواضيع مثال : 40,41,24,10' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'قم باختيار تصنيف معين' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'التصنيفات التي لا تحتوي على مواضيع لن تظهر حتى تقوم بكتابة مواضيع بها' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'قم بكتابة الوسم الذي تود عرض المواضيع به' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اكتب مثلا اقتصاد (وسم واحد فقط) سيتم عرض المواضيع فقط التي تحتوي على الوسم الذي كتبت' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'قم بتحديد تصنيفات متعددة تود عرض المواضيع منها' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.slider.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'تعطيل خاصية انشاء الووردبريس لمقاسات مختلفة لصور' in file mwp.options.thumbnail.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.thumbnail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر نوع مصغرات الصور' in file mwp.options.thumbnail.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file mwp.options.thumbnail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'الصورة الافتراضية' in file mwp.options.thumbnail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اختر الصورة الافتراضية للمواضيع (هذه الصورة سيتم ادراجها في المواضيع التي لا تحتوي على صورة)' in file mwp.options.thumbnail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'اسم الحقل الخاص بالصور' in file mwp.options.thumbnail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'الحقل الافتراضي هو thumb اما اذا كنت تستعمل قالب اخر سابقا وكان يستعمل حقل اخر مثلا post_thumb يمكنك استعماله بدون تغيير اي شيئ ' in file mwp.options.thumbnail.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User already exists. Password inherited.' in file google.login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User already exists. Password inherited.' in file twitter.oauth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User already exists. Password inherited.' in file facebook.oauth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'لا توجد مواضيع بهذا التصنيف' in file category-gallery.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'لا توجد مواضيع بهذا التصنيف' in file category-videos.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'تصفح جميع المواضيع بواسطة %s' in file single-cat-articles.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'لا توجد مواضيع بهذا التصنيف' in file category-caricature.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'تصفح جميع المواضيع بواسطة %s' in file function.ajax.category.articles.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s' in file function.comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s' in file function.comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<div class="aname">%s</div>' in file function.comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s at %2$s' in file function.comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Edit)' in file function.comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your comment is awaiting moderation.' in file function.comments.php.Found a translation function that is missing a text-domain. Function esc_attr__, with the arguments 'تصفح جميع المواضيع بواسطة %s' in file function.ajax.related.articles.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 example, boxp-a, catid, boxp4, boxps2, boxps, boxp-s2, boxp8, catid2, catid3, catid4, boxad, boxp9, fposts, boxp16, boxp11, fld, boxp15, boxp-fb, box-home2, boxp-re, boxp18, boxp-ai, boxp12, boxp1, boxp7, box-fd, example., boxp-fd, box-home, , boxp3, boxp6, boxp-tw, boxp-ga, boxp5, boxp-mo, boxp-moc, post24, boxp24, boxp-ga2, boxp14, boxps3, boxp13, box-aside, f2col, boxp2, boxp20, boxp-v, boxp19.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  6. Non-printable characters : Presence of non-printable characters in PHP filesNon-printable characters were found in file archive.php. This is an indicator of potential errors in PHP code.11: // ادراج شريط الاخبار20: // ادراج ملف الاخبار العاجلة 40: <h2 class='<?php mwp_csa_color(); ?>'>تصنيف <?php single_cat_title(); ?></h2>42: <h2 class='<?php mwp_csa_color(); ?>'> أرشيف <?php print الوسم; ?> '<?php single_tag_title(); ?>'</h2>44: <h2 class='<?php mwp_csa_color(); ?>'>الأرشيف بتاريخ : <?php the_time('F j Y'); ?></h2>46: <h2 class='<?php mwp_csa_color(); ?>'>الأرشيف بتاريخ : <?php the_time('F Y'); ?></h2>48: <h2 class='<?php mwp_csa_color(); ?>'> الأرشيف بتاريخ : <?php the_time('Y'); ?></h2>50: <h2 class='<?php mwp_csa_color(); ?>'> أرشيف الكاتب '<?php the_author(); ?>' </h2>52: <h2 class='<?php mwp_csa_color(); ?>'> انت الان تتصفح '<?php print Archive; ?>'' </h2>148: <div id='load-more' class='module-more-post'>عـرض الـمـزيـد <img alt='عـرض الـمـزيـد' src='<?p165: jQuery('#load-more').text('لا توجد مواضيع اخرى !');181: jQuery('#load-more').text('لا توجد مواضيع اخرى !');194: <h2><?php _e('لا توجد مواضيع بهذا التصنيف'); ?></h2>
  7. Admin menu : Detection of user levels deprecated in WordPress 2.0. See Wordpress codex.File header.login.php : 20: <?php elseif (!(current_user_can('level_0'))) : ?>
  8. Fundamental theme elements : Presence of language_attributes()Could not find .
  9. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  10. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  11. Fundamental theme elements : Presence of body_class()Could not find body_class call in body tag.
  12. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  13. Fundamental theme elements : Presence of post_class()Could not find post_class.
  14. Comment pagination : Declaration of comment paginationThe 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.
  15. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  16. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  17. Deprecated functions : wp_htmledit_prewp_htmledit_pre found in file class.mwp-settings.php. Deprecated since version 4.3.342: echo '<textarea class='' . $field_class . '' id='' . $id . '' name='mwp_newsbt[' . $id . ']' placeholder='' . $std . '' rows='5' cols='30'>' . wp_htmledit_pre( $options[$id] ) . '</textarea>';
  18. Editor style : Presence of editor styleNo 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.
  19. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  20. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  21. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  22. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  23. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  24. CSS files : Presence of Author URICould not find Author URI.
  25. Date and time implementation : Use of the_time()At least one hard coded date was found in the file meta-simple.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file archive.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file function.ajax.category.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file function.ajax.tag.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file function.ajax.search.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file function.ajax.recent.home.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file function.ajax.recent.home2.php. Function get_option( 'date_format' ) should be used instead.
  26. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 400x313px (400:313). Ratio of width to height should be 4:3.Screenshot size is 400x313px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
Tip-off
  1. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  5. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  6. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  7. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  8. Use of includes : Use of include or requireThe theme appears to use include or require : index.php 7: <?php include 'core/home.newsbar.php'; ?>26: <?php include 'core/home.slider.php'; ?>32: <?php include 'core/advert/slider.advert.php'; ?>40: <?php include 'core/home.slider.wide.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 : tag.php 184: <?php include 'sidebar14.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 : PIE.php 18: include( 'PIE.htc' ); 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 : author.php 172: <?php include 'sidebar5.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 : archive.php 205: <?php include 'sidebar12.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 : timthumb.php 25: if( file_exists(dirname(__FILE__) . '/timthumb-config.php')) require_once('timthumb-config.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 : category-articles.php 180: <?php include 'sidebar9.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 : header.php 115: include 'core/facebook.promoter.php'; 122: include 'core/advert/advert.outside.php'; 133: <?php include 'core/header.login.php'; ?>149: <?php include 'core/header.search-social.php'; ?>174: <?php include 'core/advert/header.advert.1.php'; ?> 198: include 'core/header.urgent.news.php';208: include 'core/advert/header.advert.2.php'; 213: include 'core/advert/header.advert.3.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 : search.php 214: <?php include 'sidebar15.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 : page.php 56: <?php include 'sidebar13.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 : category.php 246: <?php include 'sidebar3.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 : class.mwp-options.php 7: require_once( STYLESHEETPATH . '/panel/mwp.options.general.php' );14: require_once( STYLESHEETPATH . '/panel/mwp.options.social.php' );21: require_once( STYLESHEETPATH . '/panel/mwp.options.thumbnail.php' );28: require_once( STYLESHEETPATH . '/panel/mwp.options.newsbar.php' );35: require_once( STYLESHEETPATH . '/panel/mwp.options.urgentnews.php' );42: require_once( STYLESHEETPATH . '/panel/mwp.options.slider.php' );49: require_once( STYLESHEETPATH . '/panel/mwp.options.custom.field.php' );56: require_once( STYLESHEETPATH . '/panel/mwp.options.single.news.php' );63: require_once( STYLESHEETPATH . '/panel/mwp.options.single.articles.php' );70: require_once( STYLESHEETPATH . '/panel/mwp.options.single.gallery.php' );77: require_once( STYLESHEETPATH . '/panel/mwp.options.single.videos.php' );84: require_once( STYLESHEETPATH . '/panel/mwp.options.single.caricature.php' )91: require_once( STYLESHEETPATH . '/panel/mwp.options.comments.php' );98: require_once( STYLESHEETPATH . '/panel/mwp.options.categories.php' );105: require_once( STYLESHEETPATH . '/panel/mwp.options.metatag.php' );112: require_once( STYLESHEETPATH . '/panel/mwp.options.advert.php' );119: require_once( STYLESHEETPATH . '/panel/mwp.options.mobile.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 : class.mwp-settings.php 458: require_once( STYLESHEETPATH . '/panel/class.mwp-options.php' );653: require_once( STYLESHEETPATH . '/panel/class.mwp-export-settings-file.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 : google.login.php 2: include('../../../../wp-blog-header.php');74: die(include 'google/message.facebook.php');77: die(include 'google/message.twitter.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 : twitter.connect.php 2: include('../../../../wp-load.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 : config.inc.php 2: include('../../../../wp-blog-header.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 : twitter.oauth.php 2: require('twitter/twitteroauth.php'); 3: require('config.inc.php'); 32: die(include 'twitter/message.google.php');35: die(include 'twitter/message.facebook.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 : twitter.login.php 2: include('../../../../wp-load.php');3: require('twitter/twitteroauth.php');4: require('config.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 : facebook.php 18: 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 : facebook.oauth.php 2: include('../../../../wp-load.php');43: die(include 'google/message.google.php');46: die(include 'google/message.twitter.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 : Google_Cache.php 18: 19: 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 : Google_Auth.php 18: 19: 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 : Google_Verifier.php 18: 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 : Google_Signer.php 18: 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 : Google_OAuth2.php 18: 19: 20: 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 : Google_IO.php 18: require_once 'io/Google_HttpRequest.php';19: require_once 'io/Google_CurlIO.php';20: require_once 'io/Google_REST.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 : Google_CurlIO.php 25: require_once 'Google_CacheParser.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 : Google_Client.php 39: 43: require_once (dirname(__FILE__) . '/local_config.php');48: require_once 'service/Google_Model.php';49: require_once 'service/Google_Service.php';50: require_once 'service/Google_ServiceResource.php';51: require_once 'auth/Google_AssertionCredentials.php';52: require_once 'auth/Google_Signer.php';53: require_once 'auth/Google_P12Signer.php';54: require_once 'service/Google_BatchRequest.php';55: require_once 'external/URITemplateParser.php';56: require_once 'auth/Google_Auth.php';57: require_once 'cache/Google_Cache.php';58: require_once 'io/Google_IO.php';59: require_once('service/Google_MediaFileUpload.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 : Google_ShoppingService.php 34: * @opt_param string facets.include Facets to include (applies when useGcsConfig == false)151: 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 : twitteroauth.php 10: require_once('OAuth.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 : category-gallery.php 149: <?php include 'sidebar11.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 : category-videos.php 179: <?php include 'sidebar5.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 : category-caricature.php 139: <?php include 'sidebar7.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 : the.views.server.php 7: require_once('../../../../wp-config.php');8: require_once(ABSPATH . 'wp-settings.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 : functions.var.php 304: require_once(ABSPATH.'/wp-admin/includes/misc.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 : footer.php 1: <?php include 'core/advert/footer.advert.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.
Other checked themes