#5825 closed theme (not-approved)
THEME: GroundWork - 1.0
| Reported by: | bhadaway | Owned by: | saymar90 |
|---|---|---|---|
| Priority: | major | Keywords: | theme-groundwork |
| Cc: | bhadaway@… |
Description
GroundWork? - 1.0
GroundWork? is the groundwork already prepared for any website, mobile site, social network, blog or forum. A responsive framework to jumpstart any project.
Theme URL - http://calmestghost.com/groundwork/
Author URL - http://calmestghost.com/
SVN - http://themes.svn.wordpress.org/groundwork/1.0
ZIP - http://wordpress.org/extend/themes/download/groundwork.1.0.zip?nostats=1
All previous tickets for this theme: http://themes.trac.wordpress.org/query?keywords=~theme-groundwork
Attachments (6)
Change History (13)
comment:1 Changed 16 months ago by saymar90
- Owner set to saymar90
- Status changed from new to assigned
Changed 16 months ago by saymar90
Changed 16 months ago by saymar90
Changed 16 months ago by saymar90
Changed 16 months ago by saymar90
Changed 16 months ago by saymar90
Changed 16 months ago by saymar90
comment:2 Changed 16 months ago by saymar90
comment:3 Changed 16 months ago by saymar90
- Resolution set to not-approved
- Status changed from assigned to closed
comment:4 follow-up: ↓ 5 Changed 16 months ago by bhadaway
- Previous or Next image links don't display to image page.
I think perhaps you made a mistake on this one or I'm misunderstanding? Both Post Format Test: Gallery and Layout Test which are the surrounding posts (at least on my setup) link to it just fine.
- If incorporated into the Theme, custom template files are required to be called using get_template_part() or locate_template()
See here for additional information: How To Load Files Within WordPress? Themes
include( TEMPLATEPATH . '/file.php' ) must not be used to call Theme template part files.
- Since you use (); or _e(); your theme support translation. You should internationalize all text in the theme. If you don't want to support translation just remove all () or _e().
Not sure what to do specifically for either of these.
Thanks, Bryan
comment:5 in reply to: ↑ 4 Changed 16 months ago by saymar90
Replying to bhadaway:
- Previous or Next image links don't display to image page.
I think perhaps you made a mistake on this one or I'm misunderstanding? Both Post Format Test: Gallery and Layout Test which are the surrounding posts (at least on my setup) link to it just fine.
You are misunderstanding. When we are in Post Format Test: Gallery and you click on an image, you go to attachment page but previous and next image links should display like previous and next post links on single post page.
- If incorporated into the Theme, custom template files are required to be called using get_template_part() or locate_template()
See here for additional information: How To Load Files Within WordPress? Themes
include( TEMPLATEPATH . '/file.php' ) must not be used to call Theme template part files.
You should use get_template_directory() instead of TEMPLATEPATH
- Since you use (); or _e(); your theme support translation. You should internationalize all text in the theme. If you don't want to support translation just remove all () or _e().
You should internationalize all text in the theme ie if you have Archives you should <?php _e( 'Archives', 'groundwork' ); ?> instead of or if you don't want to support translation just remove all _e(); and __(); functions.
comment:6 Changed 16 months ago by bhadaway
You are misunderstanding. When we are in Post Format Test: Gallery and you click on an image, you go to attachment page but previous and next image links should display like previous and next post links on single post page.
Is there an example of this somewhere, both in demo and code? I've actually never seen or even heard of this WordPress? feature before.
Thanks, Bryan
comment:7 Changed 7 months ago by bhadaway
http://themes.trac.wordpress.org/ticket/9868 - Better late than never :).


Suggest
Not approved.
Theme Check Recommended
Layout
Code Quality