Citadela
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEcitadela.5.1.2.zip
- FILE SIZE3189712 bytes
- MD5b09a091ccf5e2d9b5e0e9653338928e0
- SHA11aec0ab83a5a1212b3014ba83af228643aeb4501
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION5.1.2
- TAGSportfolio, e-commerce, blog, left-sidebar, right-sidebar, one-column, two-columns, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post,theme-options, threaded-comments, wide-blocks
- CREATION DATE2022-01-19
- LAST FILE UPDATE2022-01-19
- LAST VALIDATION2022-01-19 16:35
- OTHER VERSIONS
This theme is open source.
Critical alerts
- add_menu_page(File Citadela.php : 136: add_options_page('Citadela', 'Citadela', 'manage_options', 'citadela-api', File CitadelaThemeSettings.php : 15:
Warning
- Found wrong tag custom-logo in style.css header.Found wrong tag wide-blocks in style.css header.
- 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 citadela, the-events-calendar.
- 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.
- 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 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 image.php.
- The theme appears to use include or require : Citadela.php 242: require_once(ABSPATH . 'wp-admin/includes/plugin.php');400: require_once(ABSPATH . 'wp-admin/includes/plugin-install.php');401: require_once(ABSPATH . 'wp-admin/includes/plugin.php');402: require_once(ABSPATH . 'wp-includes/pluggable.php');403: require_once(ABSPATH . 'wp-admin/includes/file.php');404: require_once(ABSPATH . 'wp-admin/includes/misc.php');405: require_once(ABSPATH . 'wp-admin/includes/class-wp-upgrader.php');406: require_once(ABSPATH . 'wp-admin/includes/class-automatic-upgrader-skin.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 : CitadelaTheme.php 139: $theme_editor_asset_file = include( $this->basedir . '/design/js/build/editor.asset.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.