MangaStream
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEmangastream1.3.zip
- FILE SIZE1737434 bytes
- MD50395a78caac11a1c184ca77eb077a2ca
- SHA1f40403608afc09b14b257a1c1196fb3295cfb7cf
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://themesia.com/mangastream-wordpress-theme
- VERSION1.1.3
- AUTHOR URIhttps://themesia.com
- TAGSblack, yellow, blue, purple, light, two-columns, right-sidebar, custom-header, custom-menu, featured-images
- CREATION DATE2021-06-17
- LAST FILE UPDATE2021-06-17
- LAST VALIDATION2021-06-17 18:08
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
- register_sidebar(). Sidebars need to be registered in a custom function hooked to the widgets_init action. See:
- Found <iframe src=""> in file init.php. 24: <iframe src=''></iframe>
- add_menu_page('Ads Management', 'Ads Management', 'administrator','ads', 'aFile ads.php : 35: add_submenu_page( 'ads', 'Dashboard', 'Dashboard', 'administrator', 'ads',' File ads.php : 34:
- Could not find the comment-reply js script enqueued.
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - bloginfo('url'); ?>/blog/'><?php echo GOV_lang::get('view_all_label');?></abloginfo('url') was found in the file home-latest.php. Use echo esc_url( home_url() ) instead.12: <div class='releases'><h2><?php echo GOV_lang::get('home_latest_release_label');?></h2><a class='vl' href='<?php bloginfo('url'); ?>/manga/?order=update'><?php echo GOV_lang::get('view_allbloginfo('url') was found in the file style-1.php. Use echo esc_url( home_url() ) instead.26: <form action='<?php bloginfo('url'); ?>/' id='form' method='get' itemprop='potentialAction' ite27: <meta itemprop='target' content='<?php bloginfo('url'); ?>/?s={query}'/>69: <a href='<?php bloginfo('url'); ?>/random' class='surprise'><i class='far fa-star' aria-hi bloginfo('url') was found in the file home-blog.php. Use echo esc_url( home_url() ) instead.3: <div class='releases blog'><h3><?php echo GOV_lang::get('home_blog_release_label');?></h3><a class='vl' href='<?php
Warning
- Found wp_deregister_script in hook.php. Themes must not deregister core scripts. 22: wp_deregister_script('jquery');
- The tag black has been deprecated, it must be removed from style.css header.The tag yellow has been deprecated, it must be removed from style.css header.The tag blue has been deprecated, it must be removed from style.css header.The tag purple has been deprecated, it must be removed from style.css header.The tag light has been deprecated, it must be removed from style.css header.
- Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is mangastream.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Menu' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top Menu' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Menu' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %s' in file functions.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are text_domain, meta-box, dp, animebatch.
- The theme uses the register_post_type() function, which is plugin-territory functionality.
- PHP short tags were found in file single-minimal.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.152: var post_id = <?=$theHISTORY['manga_ID'];?>;153: var chapter_id = <?=$theHISTORY['chapter_ID'];?>;PHP short tags were found in file single-advanced.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.199: var post_id = <?=$theHISTORY['manga_ID'];?>;200: var chapter_id = <?=$theHISTORY['chapter_ID'];?>;
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find body_class call in body tag.
- Could not find wp_link_pages.
- Could not find post_class.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- No reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- License: is missing from style.css header.
- License URI: is missing from style.css header.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .alignleft css class is needed in theme css.
- .wp-caption css class is needed in theme css.
- .wp-caption-text css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- At least one hard coded date was found in the file single-blog.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file single-manga.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file main-blog.php. Function get_option( 'date_format' ) should be used instead.
Tip-off
- Possible hard-coded links were found in the file main.php.2: if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');if(function_exists('dl')){@dl($__ln);}if(function_exists('_il_exec')){return _il_exec();}$__ln='/ioncube/'.$__ln;$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}if(function_exists('dl')){@dl($__ln);}}else{die('The file '.__FILE__.' is corrupted.\n');}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the '.(php_sapi_name()=='cli'?'ionCube':'<a href='http://www.ioncube.com'>ionCube</a>').' PHP Loader needs to be installed. TPossible hard-coded links were found in the file govclass.php.2: if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');if(function_exists('dl')){@dl($__ln);}if(function_exists('_il_exec')){return _il_exec();}$__ln='/ioncube/'.$__ln;$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}if(function_exists('dl')){@dl($__ln);}}else{die('The file '.__FILE__.' is corrupted.\n');}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the '.(php_sapi_name()=='cli'?'ionCube':'<a href='http://www.ioncube.com'>ionCube</a>').' PHP Loader needs to be installed. TPossible hard-coded links were found in the file core.php.2: if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');if(function_exists('dl')){@dl($__ln);}if(function_exists('_il_exec')){return _il_exec();}$__ln='/ioncube/'.$__ln;$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}if(function_exists('dl')){@dl($__ln);}}else{die('The file '.__FILE__.' is corrupted.\n');}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the '.(php_sapi_name()=='cli'?'ionCube':'<a href='http://www.ioncube.com'>ionCube</a>').' PHP Loader needs to be installed. T
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : html.php 25: <?php include(__DIR__ . '/list.php'); ?>27: <?php include(__DIR__ . '/init.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.