Opened 3 weeks ago
Closed 9 days ago
#260475 closed theme (live)
THEME: Blogger Postx – 1.0.2
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | new theme | Keywords: | theme-blogger-postx child-theme parent-blog-postx |
| Cc: | wpblazethemes@… |
Description
Blogger Postx - 1.0.0
Blog Postx Theme helps to illustrate your distinguished story through its interactive and stylish page layouts. Adorned with multiple eye-catching demos, Blog Postx theme allows you to set up your blog in minimal steps by importing unique demos. Not only is it beautiful, it’s immensely easy to customize too. You will find SEO options, theme settings, menu settings, mobile view options, design controls, and all in one central place – Live Customizer. After viewing the demo and customizer settings, you will soon realize the dedicated focus that Blog Postx Theme has put on mobile users, SEO, and UI/UX design. As a result, it should come as no surprise that there are image Settings – image ratio, image size, image border, image box shadow for each block and widget. It has more to offer you to extend with additional features. Documentation: https://doc.blazethemes.com/blog-postx/, Video Tutorial: youtube.com/watch?v=25PymlwwB14, Demo: https://preview.blazethemes.com/blog-postx-free-one/
Theme URL - https://blazethemes.com/theme/blogger-postx/
Author URL - https://blazethemes.com/
Trac Browser - https://themes.trac.wordpress.org/browser/blogger-postx/1.0.0
WordPress.org - https://wordpress.org/themes/blogger-postx/
SVN - https://themes.svn.wordpress.org/blogger-postx/1.0.0
ZIP - https://downloads.wordpress.org/theme/blogger-postx.1.0.0.zip?nostats=1
Live preview – https://playground.wordpress.net/#…
Parent Theme: https://wordpress.org/themes/blog-postx
History:
| Ticket | Summary | Status | Resolution | Owner |
|---|---|---|---|---|
| #260475 | THEME: Blogger Postx – 1.0.2 | closed | live | |
| #262901 | THEME: Blogger Postx – 1.0.3 | closed | live | |
- REQUIRED: Could not find DOCTYPE. See: https://codex.wordpress.org/HTML_to_XHTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"<br />"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"?>
- REQUIRED: Could not find wp_body_open action or function call at the very top of the body just after the opening body tag. See: wp_body_open
<?php wp_body_open(); ?>
- REQUIRED: Could not find wp_footer. See: wp_footer
<?php wp_footer(); ?>
- REQUIRED: Could not find wp_head. See: wp_head
<?php wp_head(); ?>
- REQUIRED: Could not find language_attributes. See: language_attributes
<html <?php language_attributes(); ?>
- REQUIRED: Could not find charset. There must be a charset defined in the Content-Type or the meta charset tag in the head.
- REQUIRED: Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
<?php add_theme_support( $feature ); ?>
- REQUIRED: Could not find body_class call in body tag. See: body_class
<?php body_class( $class ); ?>
- REQUIRED: Could not find wp_link_pages. See: wp_link_pages
<?php wp_link_pages( $args ); ?>
- RECOMMENDED: No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
- RECOMMENDED: No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
- RECOMMENDED: The theme doesn't have comment pagination code in it. Use paginate_comments_links() or the_comments_navigation or the_comments_pagination or next_comments_link() and previous_comments_link() to add comment pagination.
- RECOMMENDED: Could not find the comment-reply script enqueued.
- RECOMMENDED: Could not find comments_template. See: comments_template
<?php comments_template( $file, $separate_comments ); ?>
- RECOMMENDED: Could not find wp_list_comments. See: wp_list_comments
<?php wp_list_comments( $args ); ?>
- RECOMMENDED: Could not find comment_form. See: comment_form
<?php comment_form(); ?>
- RECOMMENDED: No reference to add_editor_style() was found in the theme. It is recommended that the theme implement editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- REQUIRED: Could not find the file index.php in the theme.
- RECOMMENDED: This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
- RECOMMENDED: Possible variable $element_class found in translation function in hooks.php. Translation function calls must not contain PHP variables, use placeholders instead. See <a href="https://developer.wordpress.org/apis/handbook/internationalization/internationalization-guidelines/#variables" target="_blank">Internationalization Guidelines (Opens in a new window)</a>.
Line 18: $element_class[] = 'blog-postx-ticker-news';
Line 19: $element_class[] = 'slider-type--'. $slider_choice;
Line 21: $element_class[] = 'desktop-column--'. blog_postx_convert_number_to_numeric
Line 22: $element_class[] = 'tablet-column--'. blog_postx_convert_number_to_numeric_
Line 23: $element_class[] = 'mobile-column--'. blog_postx_convert_number_to_numeric_
Line 26: <div class='<?php esc_attr_e( implode( ' ', $element_class ) ); ?>'>
- RECOMMENDED: Possible variable $column_class found in translation function in template-parts/three-column/column.php. Translation function calls must not contain PHP variables, use placeholders instead. See <a href="https://developer.wordpress.org/apis/handbook/internationalization/internationalization-guidelines/#variables" target="_blank">Internationalization Guidelines (Opens in a new window)</a>.
Line 15: $column_class[] = 'column';
Line 16: $column_class[] = $column;
Line 17: $column_class[] = 'layout--' . $layout;
Line 22: <div class='<?php esc_attr_e( implode( ' ', $column_class ) ); ?>'>
- RECOMMENDED: No reference to nav_menu's was found in the theme. Note that if your theme has a menu bar, it is required to use the WordPress nav_menu functionality for it.
- RECOMMENDED The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
- RECOMMENDED No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
- RECOMMENDED .sticky css class is recommended in your theme css.
- RECOMMENDED .bypostauthor css class is recommended in your theme css.
- RECOMMENDED .alignleft css class is recommended in your theme css.
- RECOMMENDED .alignright css class is recommended in your theme css.
- RECOMMENDED .aligncenter css class is recommended in your theme css.
- RECOMMENDED .wp-caption css class is recommended in your theme css.
- RECOMMENDED .wp-caption-text css class is recommended in your theme css.
- RECOMMENDED .gallery-caption css class is recommended in your theme css.
- RECOMMENDED This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
- 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 blog-postx, blogger-postx.
- RECOMMENDED: No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
- RECOMMENDED: No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
- REQUIRED: No reference to add_theme_support( "title-tag" ) was found in the theme.
- RECOMMENDED This theme contains no sidebars/widget areas. See Widgets API
Change History (7)
#3
@
9 days ago
- Summary changed from THEME: Blogger Postx – 1.0.0 to THEME: Blogger Postx – 1.0.1
Blogger Postx - 1.0.1
Blogger Postx is a child theme of Blog Postx theme helps to illustrate your distinguished story through its interactive and stylish page layouts. Adorned with multiple eye-catching demos, Blogger PostX theme allows you to set up your blog in minimal steps by importing unique demos. Not only is it beautiful, it’s immensely easy to customize too. You will find SEO options, theme settings, menu settings, mobile view options, design controls, and all in one central place – Live Customizer. After viewing the demo and customizer settings, you will soon realize the dedicated focus that Blogger PostX Theme has put on mobile users, SEO, and UI/UX design. As a result, it should come as no surprise that there are image Settings – image ratio, image size, image border, image box shadow for each block and widget. It has more to offer you to extend with additional features. Documentation: https://doc.blazethemes.com/blog-postx/, Video Tutorial: youtube.com/watch?v=25PymlwwB14, Demo: https://preview.blazethemes.com/blogger-postx-free-one/
Theme URL - https://blazethemes.com/theme/blogger-postx/
Author URL - https://blazethemes.com/
Trac Browser - https://themes.trac.wordpress.org/browser/blogger-postx/1.0.1
WordPress.org - https://wordpress.org/themes/blogger-postx/
SVN - https://themes.svn.wordpress.org/blogger-postx/1.0.1
ZIP - https://downloads.wordpress.org/theme/blogger-postx.1.0.1.zip?nostats=1
Live preview – https://playground.wordpress.net/#…
Parent Theme: https://wordpress.org/themes/blog-postx
Diff with previous version: [318594] https://themes.trac.wordpress.org/changeset?old_path=blogger-postx/1.0.0&new_path=blogger-postx/1.0.1
History:
| Ticket | Summary | Status | Resolution | Owner |
|---|---|---|---|---|
| #260475 | THEME: Blogger Postx – 1.0.2 | closed | live | |
| #262901 | THEME: Blogger Postx – 1.0.3 | closed | live | |
- REQUIRED: Could not find DOCTYPE. See: https://codex.wordpress.org/HTML_to_XHTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"<br />"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"?>
- REQUIRED: Could not find wp_body_open action or function call at the very top of the body just after the opening body tag. See: wp_body_open
<?php wp_body_open(); ?>
- REQUIRED: Could not find wp_footer. See: wp_footer
<?php wp_footer(); ?>
- REQUIRED: Could not find wp_head. See: wp_head
<?php wp_head(); ?>
- REQUIRED: Could not find language_attributes. See: language_attributes
<html <?php language_attributes(); ?>
- REQUIRED: Could not find charset. There must be a charset defined in the Content-Type or the meta charset tag in the head.
- REQUIRED: Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
<?php add_theme_support( $feature ); ?>
- REQUIRED: Could not find body_class call in body tag. See: body_class
<?php body_class( $class ); ?>
- REQUIRED: Could not find wp_link_pages. See: wp_link_pages
<?php wp_link_pages( $args ); ?>
- RECOMMENDED: No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
- RECOMMENDED: No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
- RECOMMENDED: The theme doesn't have comment pagination code in it. Use paginate_comments_links() or the_comments_navigation or the_comments_pagination or next_comments_link() and previous_comments_link() to add comment pagination.
- RECOMMENDED: Could not find the comment-reply script enqueued.
- RECOMMENDED: Could not find comments_template. See: comments_template
<?php comments_template( $file, $separate_comments ); ?>
- RECOMMENDED: Could not find wp_list_comments. See: wp_list_comments
<?php wp_list_comments( $args ); ?>
- RECOMMENDED: Could not find comment_form. See: comment_form
<?php comment_form(); ?>
- RECOMMENDED: No reference to add_editor_style() was found in the theme. It is recommended that the theme implement editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- REQUIRED: Could not find the file index.php in the theme.
- RECOMMENDED: This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
- RECOMMENDED: Possible variable $element_class found in translation function in hooks.php. Translation function calls must not contain PHP variables, use placeholders instead. See <a href="https://developer.wordpress.org/apis/handbook/internationalization/internationalization-guidelines/#variables" target="_blank">Internationalization Guidelines (Opens in a new window)</a>.
Line 18: $element_class[] = 'blog-postx-ticker-news';
Line 19: $element_class[] = 'slider-type--'. $slider_choice;
Line 21: $element_class[] = 'desktop-column--'. blog_postx_convert_number_to_numeric
Line 22: $element_class[] = 'tablet-column--'. blog_postx_convert_number_to_numeric_
Line 23: $element_class[] = 'mobile-column--'. blog_postx_convert_number_to_numeric_
Line 26: <div class='<?php esc_attr_e( implode( ' ', $element_class ) ); ?>'>
- RECOMMENDED: Possible variable $column_class found in translation function in template-parts/three-column/column.php. Translation function calls must not contain PHP variables, use placeholders instead. See <a href="https://developer.wordpress.org/apis/handbook/internationalization/internationalization-guidelines/#variables" target="_blank">Internationalization Guidelines (Opens in a new window)</a>.
Line 15: $column_class[] = 'column';
Line 16: $column_class[] = $column;
Line 17: $column_class[] = 'layout--' . $layout;
Line 22: <div class='<?php esc_attr_e( implode( ' ', $column_class ) ); ?>'>
- RECOMMENDED: No reference to nav_menu's was found in the theme. Note that if your theme has a menu bar, it is required to use the WordPress nav_menu functionality for it.
- RECOMMENDED The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
- RECOMMENDED No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
- RECOMMENDED .sticky css class is recommended in your theme css.
- RECOMMENDED .bypostauthor css class is recommended in your theme css.
- RECOMMENDED .alignleft css class is recommended in your theme css.
- RECOMMENDED .alignright css class is recommended in your theme css.
- RECOMMENDED .aligncenter css class is recommended in your theme css.
- RECOMMENDED .wp-caption css class is recommended in your theme css.
- RECOMMENDED .wp-caption-text css class is recommended in your theme css.
- RECOMMENDED .gallery-caption css class is recommended in your theme css.
- RECOMMENDED This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
- 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 blog-postx, blogger-postx.
- RECOMMENDED: No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
- RECOMMENDED: No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
- REQUIRED: No reference to add_theme_support( "title-tag" ) was found in the theme.
- RECOMMENDED This theme contains no sidebars/widget areas. See Widgets API
#4
@
9 days ago
HI @bijayyadav,
We have now updated the theme improving all the previous issues. I hope you check it soon.
Regards,
BlazeThemes
#5
@
9 days ago
- Summary changed from THEME: Blogger Postx – 1.0.1 to THEME: Blogger Postx – 1.0.2
Blogger Postx - 1.0.2
Blogger Postx is a child theme of Blog Postx theme helps to illustrate your distinguished story through its interactive and stylish page layouts. Adorned with multiple eye-catching demos, Blogger PostX theme allows you to set up your blog in minimal steps by importing unique demos. Not only is it beautiful, it’s immensely easy to customize too. You will find SEO options, theme settings, menu settings, mobile view options, design controls, and all in one central place – Live Customizer. After viewing the demo and customizer settings, you will soon realize the dedicated focus that Blogger PostX Theme has put on mobile users, SEO, and UI/UX design. As a result, it should come as no surprise that there are image Settings – image ratio, image size, image border, image box shadow for each block and widget. It has more to offer you to extend with additional features. Documentation: https://doc.blazethemes.com/blog-postx/, Video Tutorial: youtube.com/watch?v=25PymlwwB14, Demo: https://preview.blazethemes.com/blogger-postx-free-one/
Theme URL - https://blazethemes.com/theme/blogger-postx/
Author URL - https://blazethemes.com/
Trac Browser - https://themes.trac.wordpress.org/browser/blogger-postx/1.0.2
WordPress.org - https://wordpress.org/themes/blogger-postx/
SVN - https://themes.svn.wordpress.org/blogger-postx/1.0.2
ZIP - https://downloads.wordpress.org/theme/blogger-postx.1.0.2.zip?nostats=1
Live preview – https://playground.wordpress.net/#…
Parent Theme: https://wordpress.org/themes/blog-postx
Diff with previous version: [318596] https://themes.trac.wordpress.org/changeset?old_path=blogger-postx/1.0.1&new_path=blogger-postx/1.0.2
History:
| Ticket | Summary | Status | Resolution | Owner |
|---|---|---|---|---|
| #260475 | THEME: Blogger Postx – 1.0.2 | closed | live | |
| #262901 | THEME: Blogger Postx – 1.0.3 | closed | live | |
- REQUIRED: Could not find DOCTYPE. See: https://codex.wordpress.org/HTML_to_XHTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"<br />"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"?>
- REQUIRED: Could not find wp_body_open action or function call at the very top of the body just after the opening body tag. See: wp_body_open
<?php wp_body_open(); ?>
- REQUIRED: Could not find wp_footer. See: wp_footer
<?php wp_footer(); ?>
- REQUIRED: Could not find wp_head. See: wp_head
<?php wp_head(); ?>
- REQUIRED: Could not find language_attributes. See: language_attributes
<html <?php language_attributes(); ?>
- REQUIRED: Could not find charset. There must be a charset defined in the Content-Type or the meta charset tag in the head.
- REQUIRED: Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
<?php add_theme_support( $feature ); ?>
- REQUIRED: Could not find body_class call in body tag. See: body_class
<?php body_class( $class ); ?>
- REQUIRED: Could not find wp_link_pages. See: wp_link_pages
<?php wp_link_pages( $args ); ?>
- RECOMMENDED: No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
- RECOMMENDED: No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
- RECOMMENDED: The theme doesn't have comment pagination code in it. Use paginate_comments_links() or the_comments_navigation or the_comments_pagination or next_comments_link() and previous_comments_link() to add comment pagination.
- RECOMMENDED: Could not find the comment-reply script enqueued.
- RECOMMENDED: Could not find comments_template. See: comments_template
<?php comments_template( $file, $separate_comments ); ?>
- RECOMMENDED: Could not find wp_list_comments. See: wp_list_comments
<?php wp_list_comments( $args ); ?>
- RECOMMENDED: Could not find comment_form. See: comment_form
<?php comment_form(); ?>
- RECOMMENDED: No reference to add_editor_style() was found in the theme. It is recommended that the theme implement editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- REQUIRED: Could not find the file index.php in the theme.
- RECOMMENDED: This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
- RECOMMENDED: Possible variable $element_class found in translation function in hooks.php. Translation function calls must not contain PHP variables, use placeholders instead. See <a href="https://developer.wordpress.org/apis/handbook/internationalization/internationalization-guidelines/#variables" target="_blank">Internationalization Guidelines (Opens in a new window)</a>.
Line 18: $element_class[] = 'blog-postx-ticker-news';
Line 19: $element_class[] = 'slider-type--'. $slider_choice;
Line 21: $element_class[] = 'desktop-column--'. blog_postx_convert_number_to_numeric
Line 22: $element_class[] = 'tablet-column--'. blog_postx_convert_number_to_numeric_
Line 23: $element_class[] = 'mobile-column--'. blog_postx_convert_number_to_numeric_
Line 26: <div class='<?php esc_attr_e( implode( ' ', $element_class ) ); ?>'>
- RECOMMENDED: Possible variable $column_class found in translation function in template-parts/three-column/column.php. Translation function calls must not contain PHP variables, use placeholders instead. See <a href="https://developer.wordpress.org/apis/handbook/internationalization/internationalization-guidelines/#variables" target="_blank">Internationalization Guidelines (Opens in a new window)</a>.
Line 15: $column_class[] = 'column';
Line 16: $column_class[] = $column;
Line 17: $column_class[] = 'layout--' . $layout;
Line 22: <div class='<?php esc_attr_e( implode( ' ', $column_class ) ); ?>'>
- RECOMMENDED: No reference to nav_menu's was found in the theme. Note that if your theme has a menu bar, it is required to use the WordPress nav_menu functionality for it.
- RECOMMENDED The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
- RECOMMENDED No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
- RECOMMENDED .sticky css class is recommended in your theme css.
- RECOMMENDED .bypostauthor css class is recommended in your theme css.
- RECOMMENDED .alignleft css class is recommended in your theme css.
- RECOMMENDED .alignright css class is recommended in your theme css.
- RECOMMENDED .aligncenter css class is recommended in your theme css.
- RECOMMENDED .wp-caption css class is recommended in your theme css.
- RECOMMENDED .wp-caption-text css class is recommended in your theme css.
- RECOMMENDED .gallery-caption css class is recommended in your theme css.
- RECOMMENDED This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
- 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 blog-postx, blogger-postx.
- RECOMMENDED: No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
- RECOMMENDED: No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
- REQUIRED: No reference to add_theme_support( "title-tag" ) was found in the theme.
- RECOMMENDED This theme contains no sidebars/widget areas. See Widgets API



Hi @blazethemes,
Thank you