Make WordPress Themes

Opened 4 years ago

Closed 4 years ago

#113769 closed theme (not-approved)

THEME: brick-for-afol – 1.0.0

Reported by: judicaelg's profile judicaelg Owned by: acosmin's profile acosmin
Priority: new theme Keywords: theme-brick-for-afol
Cc: judicaelguillaume@…

Description

brick-for-afol - 1.0.0

Theme for AFOL

Theme URL -
Author URL - https://github.com/JudicaelG

Trac Browser - https://themes.trac.wordpress.org/browser/brick-for-afol/1.0.0
WordPress.org - https://wordpress.org/themes/brick-for-afol/

SVN - https://themes.svn.wordpress.org/brick-for-afol/1.0.0
ZIP - https://wordpress.org/themes/download/brick-for-afol.1.0.0.zip?nostats=1

History:

Ticket Summary Status Resolution Owner
#113769 THEME: brick-for-afol – 1.0.0 closed not-approved acosmin

(this ticket)


https://themes.svn.wordpress.org/brick-for-afol/1.0.0/screenshot.png
Theme Check Results:

  • 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.

Change History (3)

#1 @acosmin
4 years ago

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

#2 @acosmin
4 years ago

@judicaelg

  1. Provide a unique prefix for everything the Theme defines in the public namespace, including options, functions, global variables, constants, post meta, wp_enqueue_script/style handle names, add_image_size names, wp_script_add_data keys, slugs/ids for new categories created with register_block_pattern_category etc. Theme nav menu locations and sidebar IDs are exceptions.
  1. remove
    • .idea, composer and package files, .stylelintrc.json, .eslintrc
  1. searchform.php
    • placeholder needs to be translatable & escaped (esc_attr_|e()).
      • also, use English if the rest of the theme is in English
  1. readme.txt
    • this is the default readme file
  1. The screenshot needs to display how the theme looks.

#3 @acosmin
4 years ago

  • Resolution set to not-approved
  • Status changed from reviewing to closed

@judicaelg closed due to inactivity!

Note: See TracTickets for help on using tickets.