Ant Magazine
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEant-magazine.1.1.zip
- FILE SIZE230479 bytes
- MD5d5560512e7443f65be6f60554117fd57
- SHA1bb6320302a76e05cc294fe81ae4007058121d6d2
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, HTML, Bitmap images
- THEME URIhttp://antthemes.com/?page_id=827
- VERSION1.1
- AUTHOR URIhttp://antthemes.com/
- TAGSblack,translation-ready,threaded-comments,light,two-columns,theme-options,white
- CREATION DATE2020-05-24
- LAST FILE UPDATE2020-05-24
- LAST VALIDATION2020-05-24 09:00
This theme is open source.
Critical alerts
- No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
- screen_icon( 'themes' ); ?> screen_icon found in file options-framework.php. Deprecated since version 3.8.220: <?php
Warning
- The tag black 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.The tag white has been deprecated, it must be removed from style.css header.
- Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Save Options' in file options-framework.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Restore Defaults' in file options-framework.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 antmagazine, optionsframework.
- The theme uses the register_post_type() function, which is plugin-territory functionality.
- No reference to custom header was found in the theme.
- screen_icon found in file options-framework.php. Deprecated since version 3.8.220: <?php screen_icon( 'themes' ); ?>
- 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.
- Text Domain: is missing from your style.css header.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- Screenshot size is 300x225px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible hard-coded links were found in the file options-framework.php.215: <p>This is a free version of Ant Magazine. Get your own copy of professional version if you need Unlimited Slides, Custom widgets, No Credit Link, Forum Support and much more. <a href='http://antthemes.com/?page_id=827' target='blank'>Click Here to Learn More
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file archive.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file 404.php.
- The theme appears to use include or require : index.php 36: require_once ( get_template_directory() . '/element-slider.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 : options-framework.php 78: require_once($optionsfile); 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.