#6572 closed theme (not-approved)
THEME: KNR Decorous - 0.4
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | Keywords: | theme-knr-decorous | |
| Cc: | k_nitin_r@… |
Description
KNR Decorous - 0.4
An elegant theme with extensive use of white
Theme URL - http://www.n4express.com/blog/?page_id=853
Author URL - http://www.nitinkatkam.com/
SVN - http://themes.svn.wordpress.org/knr-decorous/0.4
ZIP - http://wordpress.org/extend/themes/download/knr-decorous.0.4.zip?nostats=1
Diff with previous version: http://themes.trac.wordpress.org/changeset?old_path=/knr-decorous/0.3&new_path=/knr-decorous/0.4
All previous tickets for this theme: http://themes.trac.wordpress.org/query?col=id&col=summary&col=keywords&col=owner&col=status&col=resolution&keywords=~theme-knr-decorous&order=id
Change History (6)
comment:1
garinungkadol
— 16 months ago
- Owner set to garinungkadol
- Status changed from new to assigned
comment:2
garinungkadol
— 16 months ago
- Keywords synchold added
- Resolution set to not-approved
- Status changed from assigned to closed
comment:3
k_nitin_r
— 16 months ago
Hi!
Thank you for your feedback.
Regarding the hook being used in functions.php, please take a look at the following:
-=[ Scenario 1 ('init' hook) ]=-
This is the line in functions.php:
add_action('init', 'knrdecorous_register_themecapabilities');
WordPress? calls the function 'knrdecorous_register_themecapabilities', which contains the statement 'add_theme_support('automatic-feed-links');' and outputs the following in the markup of the site (right-click on the page, select "View Page Source", and look at the HEAD tag, a few lines below the TITLE tag):
<link rel="alternate" type="application/rss+xml" title="WP Test Bench » Feed" href="http://localhost:801/wordpress/?feed=rss2" />
<link rel="alternate" type="application/rss+xml" title="WP Test Bench » Comments Feed" href="http://localhost:801/wordpress/?feed=comments-rss2" />
-=[ Scenario 2 ('after_theme_setup' hook) ]=-
This is the line in functions.php
add_action('after_theme_setup', 'knrdecorous_register_themecapabilities');
When using the 'after_theme_setup' hook, the output is not produced.
comment:4
k_nitin_r
— 16 months ago
For the other issues, I have created a new screenshot image that is of "320x240px" dimensions and I cleared the float that remains after the posts (in version 0.4, only the float used within the post Eg. the image alignLeft was cleared).
I'll post the new version shortly.
comment:5
k_nitin_r
— 16 months ago
I have uploaded a new version of the theme at http://themes.trac.wordpress.org/ticket/6609
comment:6
garinungkadol
— 15 months ago
- Keywords synchold removed

THEME REVIEW RESULTS
RECOMMENDATION: NOT-APPROVED
The pending issues below are minor ones. Once you have made the required revisions we will be able to approve your theme.
Pending Issues
Fixed Issues