Make WordPress Themes

Opened 10 days ago

Closed 5 days ago

Last modified 5 days ago

#242832 closed theme (not-approved)

THEME: DocsMatter – 1.0.0

Reported by: joho68's profile joho68 Owned by: bijayyadav's profile bijayyadav
Priority: new theme Keywords: theme-docsmatter
Cc: joho@…

Description

DocsMatter - 1.0.0

A clean, fast, Bootstrap 5–based documentation theme for WordPress.

Theme URL - https://docsmatter.joho.se/
Author URL - https://www.webbplatsen.se/

Trac Browser - https://themes.trac.wordpress.org/browser/docsmatter/1.0.0
WordPress.org - https://wordpress.org/themes/docsmatter/

SVN - https://themes.svn.wordpress.org/docsmatter/1.0.0
ZIP - https://downloads.wordpress.org/theme/docsmatter.1.0.0.zip?nostats=1
Live preview – https://playground.wordpress.net/#…

History:

Ticket Summary Status Resolution Owner
#242832 THEME: DocsMatter – 1.0.0 closed not-approved bijayyadav

(this ticket)


https://themes.svn.wordpress.org/docsmatter/1.0.0/screenshot.png
Theme Check Results:

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

Change History (3)

#1 @bijayyadav
10 days ago

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

#2 @bijayyadav
5 days ago

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

Hi @joho68

Thank you for submitting your theme. I have had a quick look, and at this point, it does not fully meet the WordPress.org Theme Review requirements. Please review the requirements carefully, fix the issues, and upload a new version for review.

The Theme Review Team does not hard reject themes — we want you to resubmit your theme. However, when a ticket is closed as not approved, it loses its position in the review queue. When you submit an update, a new ticket will be created at the end of the queue.

If any requirements are unclear, please let us know so we can continue to improve them. For reference, you may find these resources helpful:
https://make.wordpress.org/themes/handbook/review/required/

https://make.wordpress.org/themes/handbook/review/how-to-do-a-review-draft/

https://github.com/WPTRT/theme-sniffer/

Use this upload form to submit your update: https://wordpress.org/themes/upload/


  • Links within content must be underlined - not ok. Please check the content of your posts (the_content()), excerpts (the_excerpt()), comments content, text widgets, custom options with large blocks of texts.
  • 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.
  • The archive pages (such as the author page, homepage, and category pages) are displaying only a single post, but they should show a list of posts based on the number set in the Reading Settings.
  • There is no pagination on the archive pages (such as the author page, homepage, and category pages).
  • When minified scripts or files are used, the original files must also be included in the theme folder.
  • Remove all commented codes. E.g., customizer.php line no. 19-32.
  • Themes cannot handle custom URL routing or redirect logic. This must be moved to a plugin.
  • Themes must not flush rewrite rules. This is plugin-only functionality.
  • Themes must not add custom rewrite rules or endpoints. Rewrite logic should be implemented in a plugin instead.
  • When using WP_Query, you should call wp_reset_postdata() after the query to restore the global $post object.
  • The wp_body_open() function should be placed immediately after the opening <body> tag.

+ possibly more issues.

Thank you

Last edited 5 days ago by bijayyadav (previous) (diff)

#3 @joho68
5 days ago

Thanks for looking at my theme submission.

I will, of course, have a look at these, but I would also like to make it clear what this theme is:

  • This is not a theme for (blog) posts
  • This is not a theme with categories
  • This is not a theme with users
  • This is not a theme with comments

This theme is intended exclusively for online documentation.

  • It uses pages (posts with the post type page)
  • It allows searching, with pagination
  • It allows viewing the tag "archive", with pagination
Note: See TracTickets for help on using tickets.