Tarambana Theme
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEtarambana.zip
- FILE SIZE4171578 bytes
- MD539de07530c5e307718c7b701fc578adc
- SHA1b7dedd35f1a42fe2a2239f4cce1aa2281f95116e
- LICENSECustom
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://tarambana.com/
- VERSION1.0
- CREATION DATE2020-03-14
- LAST FILE UPDATE2020-03-14
- LAST VALIDATION2020-03-14 14:21
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found a Customizer setting that did not have a sanitization callback function in file functions.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
- register_sidebar(). Sidebars need to be registered in a custom function hooked to the widgets_init action. See:
- .travis.yml .testem.json .npmignore .eslintrc.json .bin .istanbul.yml .jshintrc .editorconfig .eslintignore .eslintrc .babelrc .idea .github .keepme .jscsrc .gitattributes .gitkeep .ds_store was found.
- file_get_contents($api);file_put_contents was found in the file instagram.php 31: @file_put_contents($cache_file, $images, LOCK_EX); file_get_contents was found in the file instagram.php 30: $images = @
- curl_init();curl_exec was found in the file instagram.php 49: $data = curl_exec($ch); curl_init was found in the file instagram.php 46: $ch =
- Themes should not hide admin bar. Detected in file : functions.php.
- Could not find the comment-reply js script enqueued.
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example:
Warning
- Found wrong tag in style.css header.
- 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 tarambana-theme.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'Primary Menu' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sidebar' in file functions.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 tarambana-theme, wp-bootstrap-navwalker.
- A.git was found.
- Non-printable characters were found in file instagram.php. This is an indicator of potential errors in PHP code.19: echo '<p class='alert alert-warning'>NO HAY INFORMACIÃN COMPLETA</p>';52: }â
- Could not find .
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find comments_template.
- Could not find wp_list_comments.
- Could not find comment_form.
- Could not find wp_link_pages.
- Could not find post_class.
- 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.
- 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.
- This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
- No reference to the_post_thumbnail was found in the theme.
- .bypostauthor css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- Could not find Author URI.
- Screenshot size is 880x660px. 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
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file taxonomy.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 image.php.
- The theme appears to use include or require : search.php 5: <?php include('inc/loops/post-loop.php'); ?> <!-- Mostrar loop entradas --> 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 : tag.php 3: <?php include('inc/loops/post-loop.php'); ?> <!-- Mostrar loop entradas --> 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 : author.php 4: <?php include('inc/loops/post-loop.php'); ?> <!-- Mostrar loop entradas --> 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 : home.php 4: <?php include('inc/loops/post-loop.php'); ?> <!-- Mostrar loop entradas --> 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 : category.php 3: <?php include('inc/loops/post-loop.php'); ?> <!-- Mostrar loop entradas --> 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 4: <?php include('inc/loops/post-loop.php'); ?> <!-- Mostrar loop entradas --> 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.