Opened 14 months ago
Closed 14 months ago
#7000 closed theme (not-approved)
THEME: technic - 1.011
| Reported by: | Netclosing | Owned by: | saymar90 |
|---|---|---|---|
| Priority: | major | Keywords: | theme-technic |
| Cc: | kontakt@… |
Description
technic - 1.011
This technic Version 1.012 Theme is stylish, customizable, simple, and readable. It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Theme URL - http://technic.wv.to
Author URL - http://www.netclosing.de
SVN - http://themes.svn.wordpress.org/technic/1.011
ZIP - http://wordpress.org/extend/themes/download/technic.1.011.zip?nostats=1
Diff with previous version: http://themes.trac.wordpress.org/changeset?old_path=/technic/1.01&new_path=/technic/1.011
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-technic&order=id
Change History (2)
comment:1 Changed 14 months ago by saymar90
- Owner set to saymar90
- Status changed from new to assigned
comment:2 Changed 14 months ago by saymar90
- Resolution set to not-approved
- Status changed from assigned to closed


Last Review
Not fixed : Theme Check
Line 22: 'description' => __('Techblog Theme Arbitrary text or HTML'));Line 22: 'description' => __( 'Techblog Theme most used tags in cloud format') ); Line 66: <p><label for='<?php echo $this->get_field_id('title'); ?>'><?php _e('Title:') ?></label> Line 68: <p><label for='<?php echo $this->get_field_id('taxonomy'); ?>'><?php _e('Taxonomy:') ?></label>Line 22: 'description' => __('Techblog Theme Entries from any RSS or Atom feed') ); Line 59: $title = empty($desc) ? __('Unknown Feed') : $desc;Line 21: 'description' => __( 'The most recent posts on your techblog theme')); Line 46: $title = apply_filters('widget_title', empty($instance['title']) ? __('Recent Posts') : $instance['title'], $instance, $this->id_base);Line 19: //$widget_ops = array('classname' => 'widget_recent_comments', 'description' => __( 'The most recent comments of techblog theme' ) ); //NOTE- change all Line 22: 'description' => __( 'The most recent comments of techblog theme' ) ); Line 61: $title = apply_filters('widget_title', empty($instance['title']) ? __('Recent Comments') : $instance['title']);Line 24: 'description' => __( 'The most popular posts on techblog theme') ); Line 47: $title = apply_filters('widget_title', empty($instance['title']) ? __('Popular Posts') : $instance['title'], $instance, $this->id_base);Line 20: //$widget_ops = array('classname' => 'widget_pages', 'description' => __( 'A list of techblog theme website’s pages') ); Line 23: 'description' => __( 'A list of techblog theme website’s pages') ); Line 30: $title = apply_filters('widget_title', empty( $instance['title'] ) ? __( 'Pages' ) : $instance['title'], $instance, $this->id_base);Line 19: //$widget_ops = array('classname' => 'widget_meta', 'description' => __( 'Log in/out, admin, feed and Techblog Theme links') ); Line 28: $title = apply_filters('widget_title', empty($instance['title']) ? __('Meta') : $instance['title'], $instance, $this->id_base); Line 40: <li><a href='<?php bloginfo('rss2_url'); ?>' title='<?php echo esc_attr(__('Syndicate this site using RSS 2.0')); ?>'><?php _e('Entries <abbr titl Line 41: <li><a href='<?php bloginfo('comments_rss2_url'); ?>' title='<?php echo esc_attr(__('The latest comments to all posts in RSS')); ?>'><?php _e('Comments <ab Line 42: <li><a href='http://wordpress.org/' title='<?php echo esc_attr(__('Powered by WordPress, state-of-the-art semantic personal publishing plLine 21: //$widget_ops = array('description' => __( 'Techblog Theme Blogroll' ) ); Line 39: echo $before_widget . $before_title. __('All Links') . $after_title . $after_widget;Line 19: //$widget_ops = array( 'description' => __('Use this widget to add one of techblog theme custom menus as a widget.' Line 22: 'description' => __('Use this widget to add one of techblog theme custom menus as a widget.' Line 73: <label for='<?php echo $this->get_field_id('title'); ?>'><?php _e('Title:') ?></label>Line 21: //$widget_ops = array('classname' => 'widget_calendar', 'description' => __( 'A techblog theme calendar of your site’s posts') ); Line 24: 'description' => __( 'A techblog theme calendar of your site’s posts') );Line 21: //$widget_ops = array('classname' => 'widget_archive', 'description' => __( 'A techblog theme monthly archive of your site’s posts') ); Line 24: 'description' => __( 'A techblog theme monthly archive of your site’s posts') ); Line 32: $title = apply_filters('widget_title', empty($instance['title']) ? __('Archives') : $instance['title'], $instance, $this->id_base); Line 43: <select name='archive-dropdown' onchange='document.location.href=this.options[this.selectedIndex].value;'> <option value=''><?php echo esc_attr(__('Select Month')); ?></option> <?php wp_get_archives(apply_filters('widgLine 248: return ' <a href=''. get_permalink() . ''>' . __( '') . '</a>'; Line 377: 'name' => __( 'Index Right Side Widget'), Line 379: 'description' => __( 'The index page right side widget area'), Line 388: 'name' => __( 'Category Widget Area'), Line 390: 'description' => __( 'The category widget area'), Line 400: 'name' => __( 'Page Widget Area'), Line 402: 'description' => __( 'The pages right side widget area'), Line 411: 'name' => __( 'Post Widget Area'), Line 413: 'description' => __( 'The post page widget area'), Line 423: 'name' => __( 'Search, Archive Widget' ), Line 425: 'description' => __( 'The search, archive and tags pages widget'), Line 436: 'name' => __( 'Footer Widget Areassss' ), Line 438: 'description' => __( 'The main footer widget area'), Line 448: 'name' => __( 'Subscribers and Twitter User'), Line 450: 'description' => __( 'The Subscribers and twitter user name for counter'), Line 726: 'categorize' => 1, 'title_li' => __('Bookmarks'),Debug errors
Layout
Code Quality
Notes: I have just done revision for Theme Check section and Layout, please make sure you have fixed a lot of issues before resubmit...