Anima
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEanima.1.4.0.zip
- FILE SIZE2941260 bytes
- MD5a62753f5fd13045b453d926183f985d0
- SHA13274ce563c74753cd7fd2d035bbfaff9197def0a
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttp://www.cryoutcreations.eu/wordpress-themes/anima
- VERSION1.4.0
- AUTHOR URIhttp://www.cryoutcreations.eu
- TAGSone-column, two-columns, three-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, flexible-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template, footer-widge
- CREATION DATE2019-10-11
- LAST FILE UPDATE2019-10-11
- LAST VALIDATION2019-10-11 12:53
This theme is open source.
Warning
- 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 anima, cryout.
- The 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.
- No reference to the_post_thumbnail was found in the theme.
- At least one hard coded date was found in the file defaults.php. Function get_option( 'date_format' ) should be used instead.
- 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.php.128: 'default' => sprintf( '<a href='https://www.cryoutcreations.eu/priority-support' target='_blank'>%s</a>', _Possible hard-coded links were found in the file main.php.109: <a href='https://www.cryoutcreations.eu' target='_blank'>Cryout Creations</a><br>115: <a href='https://www.cryoutcreations.eu/wordpress-themes/anima' target='_blank'><?ph116: <a href='https://www.cryoutcreations.eu/forums/f/wordpress/anima' target='_blank'><?117: <a class='blue-button' href='https://www.cryoutcreations.eu/priority-support' target='_blank'><?php _e( 153: <a class='button' href='https://www.cryoutcreations.eu/wordpress-themes/anima' target='_blank' styl115: <a href='https://www.cryoutcreations.eu/wordpress-themes/anima' target='_blank'><?ph153: <a class='button' href='https://www.cryoutcreations.eu/wordpress-themes/anima' target='_blank' styl116: <a href='https://www.cryoutcreations.eu/forums/f/wordpress/anima' target='_blank'><?
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- The theme appears to use include or require : framework.php 26: require_once(get_template_directory() . '/cryout/prototypes.php');27: require_once(get_template_directory() . '/cryout/controls.php');28: require_once(get_template_directory() . '/cryout/customizer.php');29: require_once(get_template_directory() . '/cryout/ajax.php');30: require_once(get_template_directory() . '/cryout/demo.php');34: require_once(get_template_directory() . '/cryout/admin-functions.php');35: require_once(get_template_directory() . '/cryout/tgmpa-class.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 : main.php 9: require_once( get_template_directory() . '/admin/defaults.php' );10: require_once( get_template_directory() . '/admin/options.php' );11: require_once( get_template_directory() . '/includes/tgmpa.php' );14: require_once( get_template_directory() . '/includes/custom-styles.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 : front-page.php 17: include( get_home_template() ); 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.