Fancify Lite
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEfancify-lite.1.1.0.zip
- FILE SIZE1489551 bytes
- MD5e6685ce5c1dc574bc14f0169940eeaa9
- SHA14c3b5499f06b3a886ba7cb8a3b65ed7dbf92abcc
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.1.0
- TAGSblog, right-sidebar, editor-style, featured-images, post-formats, translation-ready, custom-logo
- CREATION DATE2022-01-07
- LAST FILE UPDATE2022-01-07
- LAST VALIDATION2022-01-07 16:09
This theme is open source.
Warning
- Found wrong tag custom-logo in style.css header.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- Possible variable $container found in translation function in header.php. Translation function calls should not contain PHP variables. Possible variable $fancify_lite_article_attributes found in translation function in post-loop.php. Translation function calls should not contain PHP variables. Possible variable $fancify_lite_content_attributes found in translation function in content.php. Translation function calls should not contain PHP variables. Possible variable $fancify_lite_article_attributes found in translation function in loop.php. Translation function calls should not contain PHP variables. Possible variable $w_title found in translation function in widget.php. Translation function calls should not contain PHP variables. Possible variable $image found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $title_escaped found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $title_escaped found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $height found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $article_category_link found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $article_category_name found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $width found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $article_category found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $article_category found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $article_author_escaped found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $article_date_escaped found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $article_comment found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $title found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $title found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $reading found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $facebookURL_escaped found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $twitterURL_escaped found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $linkedInURL_escaped found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $pinterestURL_escpaed found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $previous_post_link found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $prev_title_escaped found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $next_post_link found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $next_title_escaped found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $my_query found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $image found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $wp_query found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $current found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $link found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $link found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $link found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $count found in translation function in post.php. Translation function calls should not contain PHP variables. Possible variable $class found in translation function in header.php. Translation function calls should not contain PHP variables. Possible variable $description found in translation function in header.php. Translation function calls should not contain PHP variables. Possible variable $logo found in translation function in header.php. Translation function calls should not contain PHP variables. Possible variable $args found in translation function in menu.php. Translation function calls should not contain PHP variables. Possible variable $avatar found in translation function in comments.php. Translation function calls should not contain PHP variables. Possible variable $comment found in translation function in comments.php. Translation function calls should not contain PHP variables. Possible variable $comment found in translation function in comments.php. Translation function calls should not contain PHP variables. Possible variable $link found in translation function in accessibility.php. Translation function calls should not contain PHP variables. Possible variable $id found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $id found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $id found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $id found in translation function in functions.php. Translation function calls should not contain PHP variables.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- 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 page.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 search.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- This theme does not contain optional file 404.php.
- The theme appears to use include or require : template.php
Ligne24: require( $template_path );// phpcs:ignore WPThemeReview.CoreFunctionality.F
Ligne26: require_once( $template_path );// phpcs:ignore WPThemeReview.CoreFunctional
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.