Make WordPress Themes

Opened 5 years ago

Closed 5 years ago

#74273 closed theme (not-approved)

THEME: wordify – 1.0.0

Reported by: asrsagar087's profile asrsagar087 Owned by: poena's profile poena
Priority: new theme Keywords: theme-wordify
Cc: sagarray867@…

Description

wordify - 1.0.0

Introducing wordify Blog, the latest Clean & Personal Blog Theme from Codeshaper! Fully responsive design displays beautifully across desktop, mobile, and all devices. Easy installation allows you to start post blogs immediately after the activation. Theme supported Customizer which allows you to customize and change the design of your blog. Perfect choice for your personal blog, corporate blog, marketing blog, authority blog or any type of creative blog.

Theme URL - http://codeshaper.net/projects/wordify
Author URL - http://codeshaper.net/

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

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

History:

Ticket Summary Status Resolution Owner
#74273 THEME: wordify – 1.0.0 closed not-approved poena

(this ticket)


https://themes.svn.wordpress.org/wordify/1.0.0/screenshot.png

Change History (5)

#1 follow-up: @poena
5 years ago

Hi

Do you represent this code shaper, or did you mean to upload this theme to your own website?

#2 @asrsagar087
5 years ago

Thanks a lot, For your valuable response. Yes, I want to represent the Codeshaper.

#3 in reply to: ↑ 1 @asrsagar087
5 years ago

Replying to poena:

Hi

Do you represent this code shaper, or did you mean to upload this theme to your own website?

Thanks a lot, For your valuable response. Yes, I want to represent the Codeshaper.

#4 @poena
5 years ago

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

#5 @poena
5 years ago

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

Hi
I have had a quick look at the theme and at this point, it does not follow the requirements.

The Theme Review Team does not hard reject themes, -we want you to resubmit your theme,
but we need you to read the requirements more carefully.
If the requirements are unclear, let us know so that we can continue to improve them.

When a ticket is closed as not approved, it looses it's position in the review queue.
When the update is submitted, a new ticket is created at the end of the queue.

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/


Themes are required to be 100% GPL compatible.
Reviewers can not confirm that a theme is GPL compatible unless all the license information is included in the theme.

All theme text strings are to be translatable.
There is text in the theme that is missing translation functions.
Unfortunately there is no tool or plugin that can help you find these strings.
You will need to look through all of your files manually.

Use the correct excerpt and excerpt length filter to change size of content.
See https://developer.wordpress.org/reference/hooks/excerpt_length/

Provide a unique prefix for everything the Theme defines in the public namespace,
including options, functions, global variables, constants, post meta, etc.
Theme nav menu locations and sidebar IDs are exceptions.
Function names like add_menuclass or general_settings_customizer are not unique enough.
The recommended prefix is the theme slug.

Validate and/or sanitize untrusted data before entering into the database.
Use a sanitizing function suitable for your type of content.
Escaping functions like esc_attr must not be used as a santitize callback
(The only exception is using esc_url_raw for links).

Read more:
https://github.com/WPTRT/code-examples/blob/master/customizer/sanitization-callbacks.php
https://developer.wordpress.org/themes/theme-security/

Themes are required to use core-bundled scripts rather than including their own version of that script.
For example jQuery.
See: https://developer.wordpress.org/reference/functions/wp_enqueue_script/

No minification of scripts or files unless you provide original files.
Themes can use minified files, but they also need to include the original, non minified version.

Do not hard code date formats. The user can change the date format and the
theme must respect the users settings.

When get_the_permalink is used as part of URL or for example an image source,
it needs to be escaped with esc_url.

Note: See TracTickets for help on using tickets.