Twenty Sixteen
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEtheme.zip
- FILE SIZE4355919 bytes
- MD5e64b86f5da8543c1271ec09d54f681d6
- SHA1512ef038531b1732d5f1876e0c77f895e94fe67f
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://wordpress.org/themes/twentysixteen/
- VERSION1.9
- AUTHOR URIhttps://wordpress.org/
- TAGSone-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, tra
- CREATION DATE2020-08-19
- LAST FILE UPDATE2020-08-19
- LAST VALIDATION2020-08-19 20:27
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.
- .front-page.php.swp .idea was found.
bootstrap-4.3.1-dist.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- 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 twenty-sixteen.
- Found a translation function that is missing a text-domain. Function __, with the arguments '<' in file archive-fornecedores.php.Found a translation function that is missing a text-domain. Function __, with the arguments '>' in file archive-fornecedores.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<' in file archive-noticias.php.Found a translation function that is missing a text-domain. Function __, with the arguments '>' in file archive-noticias.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<' in file archive-legislacao.php.Found a translation function that is missing a text-domain. Function __, with the arguments '>' in file archive-legislacao.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<' in file archive-glossario.php.Found a translation function that is missing a text-domain. Function __, with the arguments '>' in file archive-glossario.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 twentysixteen, your-theme-domain, tweentyseventeen-child.
- Found the URL of a CDN in the code:
code.jquery.com/jquery-
. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme. - Non-printable characters were found in file single-licitacao.php. This is an indicator of potential errors in PHP code.12: Número do Edital/Contrato22: Ãrgão/Contratante32: Modalidade da licitação57: Data de inÃcio da vigência61: $data_contratação = get_post_meta(get_the_ID(), 'data_publicacao', true);62: if($data_contratação){63: $date = new DateTime($data_contratação);74: Prazo de Vigência Contratual88: Data final de vigência do contrato após a prorrogação149: <th width='250'>Descrição</th>151: <th width='300'>Razão Social</th>155: <th width='100'>Referência</th>189: <span class='alignleft'><b>Edital da Licitação</b></span>
- PHP short tags were found in file header.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.153: <?= $menu->titulo; ?>160: <span class='parent'><?= $submenu->titulo; ?></span>163: <a href='<?= $submenu->url; ?>'>164: <?= $submenu->titulo; ?>171: <a href='<?= $submenu->url; ?>'>172: <?= $submenu->titulo; ?>
- Found a mix of \r\n and \n line endings in file header.class.php.Found a mix of \r\n and \n line endings in file header-functions.php.
- 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 custom header was found in the theme.
- No reference to custom background was found in the theme.
- Possible variable $______ found in translation function in header.class.php. Translation function calls should not contain PHP variables. Possible variable $__________________ found in translation function in header.class.php. Translation function calls should not contain PHP variables. Possible variable $______________ found in translation function in header.class.php. Translation function calls should not contain PHP variables. Possible variable $______________ found in translation function in header.class.php. Translation function calls should not contain PHP variables. Possible variable $_____ found in translation function in header.class.php. Translation function calls should not contain PHP variables. Possible variable $____ found in translation function in header.class.php. Translation function calls should not contain PHP variables. Possible variable $___ found in translation function in header.class.php. Translation function calls should not contain PHP variables. Possible variable $______ found in translation function in header.class.php. Translation function calls should not contain PHP variables. Possible variable $______ found in translation function in header-functions.php. Translation function calls should not contain PHP variables. Possible variable $__________________ found in translation function in header-functions.php. Translation function calls should not contain PHP variables. Possible variable $______________ found in translation function in header-functions.php. Translation function calls should not contain PHP variables. Possible variable $______________ found in translation function in header-functions.php. Translation function calls should not contain PHP variables. Possible variable $_____ found in translation function in header-functions.php. Translation function calls should not contain PHP variables. Possible variable $____ found in translation function in header-functions.php. Translation function calls should not contain PHP variables. Possible variable $___ found in translation function in header-functions.php. Translation function calls should not contain PHP variables. Possible variable $______ found in translation function in header-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
- Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/ - 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 : header.php 148: require_once(TEMPLATEPATH . '/menu.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 : customizer.php 294: * The default schemes include 'default', 'dark', 'gray', 'red', and 'yellow'. 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.