WordPress.org

Make WordPress Themes

Opened 2 years ago

Closed 2 years ago

#68903 closed theme (live)

THEME: Boutique – 2.0.17

Reported by: automattic Owned by: themetracbot
Priority: theme update Keywords: theme-boutique, child-theme, parent-storefront, accessibility-ready
Cc: themes@…

Description

Boutique - 2.0.17

A Storefront child theme designed for small WooCommerce stores / boutiques. Boutique features a simple, traditional design which you can customise using the settings available in the WordPress Customizer. Looking for a theme for your new WooCommerce store? Look no further than Storefront and Boutique!

Theme URL - https://woocommerce.com/products/boutique/
Author URL - http://woocommerce.com

Trac Browser - https://themes.trac.wordpress.org/browser/boutique/2.0.17

SVN - https://themes.svn.wordpress.org/boutique/2.0.17
ZIP - https://wordpress.org/themes/download/boutique.2.0.17.zip?nostats=1
Parent Theme: https://wordpress.org/themes/storefront

Diff with previous version: https://themes.trac.wordpress.org/changeset?old_path=boutique/2.0.16&new_path=boutique/2.0.17

History:

Ticket Summary Status Resolution Owner
#22776 THEME: Boutique - 1.0.0 closed live nishasingh
#23346 THEME: Boutique – 1.1.1 closed live jcastaneda
#24611 THEME: Boutique – 1.1.2 closed live karmatosed
#24881 THEME: Boutique2.222 – 2.1.2 closed not-approved emiluzelac
#28310 THEME: Boutique – 1.2.0 closed live jcastaneda
#30099 THEME: Boutique – 1.3.1 closed live emiluzelac
#30672 THEME: Boutique – 2.0.0 closed live jcastaneda
#31458 THEME: Boutique – 2.0.1 closed live themetracbot
#32255 THEME: Boutique – 2.0.2 closed live themetracbot
#32479 THEME: Boutique – 2.0.3 closed live themetracbot
#33013 THEME: Boutique – 2.0.4 closed live themetracbot
#34392 THEME: Boutique – 2.0.5 closed live themetracbot
#35059 THEME: Boutique – 2.0.6 closed live themetracbot
#40851 THEME: Boutique – 2.0.7 closed live themetracbot
#42336 THEME: Boutique – 2.0.8 closed live themetracbot
#43526 THEME: Boutique – 2.0.9 closed live themetracbot
#44432 THEME: Boutique – 2.0.10 closed live themetracbot
#47912 THEME: Boutique – 2.0.11 closed live themetracbot
#50446 THEME: Boutique – 2.0.12 closed live themetracbot
#51317 THEME: Boutique – 2.0.13 closed live themetracbot
#53965 THEME: Boutique – 2.0.14 closed live themetracbot
#57545 THEME: Boutique – 2.0.15 closed live themetracbot
#63086 THEME: Boutique – 2.0.16 closed live themetracbot
#68903 THEME: Boutique – 2.0.17 closed live themetracbot

(this ticket)


https://themes.svn.wordpress.org/boutique/2.0.17/screenshot.png
Theme Check Results:

  • 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 comments_template. See: comments_template
     <?php comments_template( $file, $separate_comments ); ?>
    
  • REQUIRED: Could not find wp_list_comments. See: wp_list_comments
     <?php wp_list_comments( $args ); ?>
    
  • REQUIRED: Could not find comment_form. See: comment_form
     <?php comment_form(); ?>
    
  • 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 ); ?>
    
  • REQUIRED: Could not find post_class. See: post_class
     <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    
  • REQUIRED: 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.
  • REQUIRED: No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
    
  • 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.
  • REQUIRED: Please remove any extraneous directories like .git or .svn from the ZIP file before uploading it.
  • 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.
  • WARNING: .ds_store .gitignore Hidden Files or Folders found.
  • WARNING: Could not find the file index.php in the theme.
  • REQUIRED: This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
  • 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.
  • REQUIRED: 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 the_post_thumbnail() was found in the theme. It is recommended that the theme implement this functionality instead of using custom fields for thumbnails.
  • 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.
  • REQUIRED: .sticky css class is needed in your theme css.
  • REQUIRED: .bypostauthor css class is needed in your theme css.
  • REQUIRED: .alignleft css class is needed in your theme css.
  • REQUIRED: .alignright css class is needed in your theme css.
  • REQUIRED: .aligncenter css class is needed in your theme css.
  • REQUIRED: .wp-caption css class is needed in your theme css.
  • REQUIRED: .wp-caption-text css class is needed in your theme css.
  • REQUIRED: .gallery-caption css class is needed in your theme css.
  • REQUIRED: .screen-reader-text css class is needed in your theme css. See See: the Codex for an example implementation.
  • WARNING: The tag light has been deprecated, please remove it from your style.css header.
  • WARNING: The tag dark has been deprecated, please remove it from your style.css header.
  • WARNING: The tag responsive-layout has been deprecated, please remove it from your style.css header.
  • REQUIRED: This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
  • REQUIRED: No reference to add_theme_support( "title-tag" ) was found in the theme.
  • REQUIRED: The theme must not used the <title> tags.
  • REQUIRED: The theme must not call to wp_title().
  • RECOMMENDED: This theme contains no sidebars/widget areas. See Widgets API

Change History (2)

#1 @themetracbot
2 years ago

  • Owner set to themetracbot
  • Status changed from new to reviewing

Theme Update for existing Live theme - automatically reviewed

#2 @themetracbot
2 years ago

  • Resolution set to live
  • Status changed from reviewing to closed

Theme Update for existing Live theme - automatically approved

Note: See TracTickets for help on using tickets.