Fluida
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEfluida.1.7.0.zip
- FILE SIZE2584257 bytes
- MD5b90285d8428bd43eaccf28de4ab4e3ba
- SHA15968ac2abfc6368a61a79cd490b93dd5003721ae
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttp://www.cryoutcreations.eu/wordpress-themes/fluida
- VERSION1.7.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-06-28
- LAST FILE UPDATE2019-06-28
- LAST VALIDATION2019-06-28 09:10
- OTHER VERSIONS
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 fluida, 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.
Ligne138: '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.Ligne109: <a href='https://www.cryoutcreations.eu' target='_blank'>Cryout Creations</a><br>
Ligne115: <a href='https://www.cryoutcreations.eu/wordpress-themes/fluida' target='_blank'><?p
Ligne116: <a href='https://www.cryoutcreations.eu/forum' target='_blank'><?php _e( 'Theme Supp
Ligne117: <a class='blue-button' href='https://www.cryoutcreations.eu/wordpress-themes/fluida#cryout-comparison-se
Ligne140: <a class='button' href='https://www.cryoutcreations.eu/wordpress-themes/fluida' target='_blank' sty
Ligne115: <a href='https://www.cryoutcreations.eu/wordpress-themes/fluida' target='_blank'><?p
Ligne117: <a class='blue-button' href='https://www.cryoutcreations.eu/wordpress-themes/fluida#cryout-comparison-se
Ligne140: <a class='button' href='https://www.cryoutcreations.eu/wordpress-themes/fluida' target='_blank' sty
Ligne116: <a href='https://www.cryoutcreations.eu/forum' target='_blank'><?php _e( 'Theme Supp
- 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
Ligne26: require_once(get_template_directory() . '/cryout/prototypes.php');
Ligne27: require_once(get_template_directory() . '/cryout/controls.php');
Ligne28: require_once(get_template_directory() . '/cryout/customizer.php');
Ligne29: require_once(get_template_directory() . '/cryout/ajax.php');
Ligne30: require_once(get_template_directory() . '/cryout/demo.php');
Ligne34: require_once(get_template_directory() . '/cryout/admin-functions.php');
Ligne35: 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.phpLigne9: require_once( get_template_directory() . '/admin/defaults.php' );
Ligne10: require_once( get_template_directory() . '/admin/options.php' );
Ligne11: require_once( get_template_directory() . '/includes/tgmpa.php' );
Ligne14: 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.phpLigne17: 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.