Opened 8 months ago
Closed 8 months ago
#9876 closed theme (not-approved)
THEME: Designer Themes - Corporate 1 - 1.0
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | Keywords: | theme-designer-themes-corporate-1 | |
| Cc: | paul@… |
Description
Designer Themes - Corporate 1 - 1.0
A simple starting responsive theme for web designers based on the Foundation framework.
Theme URL - http://designer-themes.com/
Author URL -
SVN - http://themes.svn.wordpress.org/designer-themes-corporate-1/1.0
ZIP - http://wordpress.org/extend/themes/download/designer-themes-corporate-1.1.0.zip?nostats=1
All previous tickets for this theme: http://themes.trac.wordpress.org/query?keywords=~theme-designer-themes-corporate-1
Change History (2)
comment:1
chipbennett
— 8 months ago
- Owner set to chipbennett
- Status changed from new to assigned
comment:2
chipbennett
— 8 months ago
- Resolution set to not-approved
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

Theme URI is not appropriate. Must be specific to the Theme.
Scripts must be enqueued rather than hard-coded.
Use core-bundled versions of scripts (e.g. jQuery) rather than Theme-bundled verions
Do not use query_posts().
All content intended to be customized must be exposed in the WP-Admin. Do not require users to modify template files directly.
Remove dev/todo code
Use front-page.php rather than home.php for site front page. The home.php template file is intended to modify the blog posts index page, NOT the site front page.
Screenshot appears not to be appropriate.
Custom post types are plugin territory.
Include copyright/license declaration for all bundled resources
Favicons must be user-configurable and disabled by default
This is not a complete review.