Skip to content

Commit

Permalink
More massive updates and cleanup.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.locallylost.com/themes/hybrid/trunk@548 dba0f204-706d-4bc1-bc29-8b92e0485636
  • Loading branch information
greenshady committed Dec 29, 2010
1 parent eceb041 commit a27065a
Show file tree
Hide file tree
Showing 32 changed files with 617 additions and 606 deletions.
4 changes: 1 addition & 3 deletions 404.php
Expand Up @@ -7,11 +7,9 @@
* is active, its widgets will be displayed instead. This allows users to customize their error
* pages in any way they want.
*
* For more information on how WordPress handles 404 errors:
* @link http://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package Hybrid
* @subpackage Template
* @link http://codex.wordpress.org/Creating_an_Error_404_Page
*/

@header( 'HTTP/1.1 404 Not found', true, 404 );
Expand Down
10 changes: 3 additions & 7 deletions attachment.php
Expand Up @@ -5,11 +5,11 @@
* The attachment template is a general template that displays attachments if no other
* attachment-type template is found. Also see application.php, audio.php, image.php,
* text.php, and video.php.
* @link http://themehybrid.com/themes/hybrid/attachments
* @link http://codex.wordpress.org/Using_Image_and_File_Attachments
*
* @package Hybrid
* @subpackage Template
* @link http://themehybrid.com/themes/hybrid/attachments
* @link http://codex.wordpress.org/Using_Image_and_File_Attachments
*/

get_header(); // Loads the header.php template. ?>
Expand Down Expand Up @@ -44,10 +44,6 @@

<?php the_content( sprintf( __( 'Continue reading %1$s', hybrid_get_textdomain() ), the_title( ' "', '"', false ) ) ); ?>

<p class="download">
<a href="<?php echo wp_get_attachment_url(); ?>" title="<?php the_title_attribute(); ?>" rel="enclosure" type="<?php echo get_post_mime_type(); ?>"><?php printf( __( 'Download &quot;%1$s&quot;', hybrid_get_textdomain() ), the_title( '<span class="fn">', '</span>', false) ); ?></a>
</p><!-- .download -->

<?php wp_link_pages( array( 'before' => '<p class="page-links pages">' . __( 'Pages:', hybrid_get_textdomain() ), 'after' => '</p>' ) ); ?>

</div><!-- .entry-content -->
Expand All @@ -65,7 +61,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php endwhile; ?>

Expand Down
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -23,7 +23,7 @@
* @version 0.9.0
* @author Justin Tadlock <justin@justintadlock.com>
* @copyright Copyright (c) 2008 - 2011, Justin Tadlock
* @link http://themehybrid.com/themes/retro_fitted
* @link http://themehybrid.com/themes/hybrid
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

Expand Down
8 changes: 4 additions & 4 deletions index.php
Expand Up @@ -2,12 +2,12 @@
/**
* Index Template
*
* This template should not be shown. It is a placeholder.
* Specific templates for each type of content are available.
* @link http://themehybrid.com/themes/hybrid/template-hierarchy
* This template should not be shown. It is a placeholder. Specific templates for each type
* of content are available.
*
* @package Hybrid
* @subpackage Template
* @link http://themehybrid.com/themes/hybrid/template-hierarchy
*/

get_header(); // Loads the header.php template. ?>
Expand Down Expand Up @@ -35,7 +35,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php } ?>

Expand Down
2 changes: 1 addition & 1 deletion loop-meta.php
Expand Up @@ -18,7 +18,7 @@
<h1 class="loop-title"><?php echo get_post_field( 'post_title', $wp_query->get_queried_object_id() ); ?></h1>
</div><!-- .loop-meta -->

<?php if ( is_category() ) : ?>
<?php elseif ( is_category() ) : ?>

<div class="loop-meta archive-info category-info">

Expand Down
2 changes: 1 addition & 1 deletion menu-primary.php
Expand Up @@ -3,10 +3,10 @@
* Primary Menu Template
*
* Displays the Primary Menu if it has active menu items.
* @link http://themehybrid.com/themes/hybrid/menus
*
* @package Hybrid
* @subpackage Template
* @link http://themehybrid.com/themes/hybrid/menus
*/

if ( has_nav_menu( 'primary' ) ) : ?>
Expand Down
13 changes: 6 additions & 7 deletions page-archives.php
Expand Up @@ -2,16 +2,15 @@
/**
* Template Name: Archives
*
* This will list your categories and monthly archives by default.
* @link http://themehybrid.com/themes/hybrid/page-templates/archives
* This will list your categories and monthly archives by default. Alternatively, you can activate
* an archives plugin.
*
* Alternately, you can activate an archives plugin.
* @package Hybrid
* @subpackage Template
* @link http://themehybrid.com/themes/hybrid/page-templates/archives
* @link http://justinblanton.com/projects/smartarchives
* @link http://wordpress.org/extend/plugins/clean-archives-reloaded
* @link http://www.geekwithlaptop.com/projects/clean-archives
*
* @package Hybrid
* @subpackage Template
*/

get_header(); // Loads the header.php template. ?>
Expand Down Expand Up @@ -62,7 +61,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php endwhile; ?>

Expand Down
5 changes: 3 additions & 2 deletions page-authors.php
Expand Up @@ -4,10 +4,11 @@
*
* The Authors page template is for listing the authors of your site. It shows each author's
* biographical information and avatar while linking the author's archive page.
* @link http://themehybrid.com/themes/hybrid/page-templates/authors
*
* @package Hybrid
* @subpackage Template
* @link http://themehybrid.com/themes/hybrid/page-templates/authors
* @deprecated 0.9.0 This template will eventually be moved to the Hybrid page templates pack.
*/

get_header(); // Loads the header.php template. ?>
Expand Down Expand Up @@ -60,7 +61,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php endwhile; ?>

Expand Down
5 changes: 3 additions & 2 deletions page-biography.php
Expand Up @@ -4,10 +4,11 @@
*
* A page template for listing the page author's avatar, biographical info, and other links set in their profile.
* Should make it easy to create an about page or biography for single-author blogs.
* @link http://themehybrid.com/themes/hybrid/page-templates/biography
*
* @package Hybrid
* @subpackage Template
* @link http://themehybrid.com/themes/hybrid/page-templates/biography
* @deprecated 0.9.0 This template will eventually be moved to the Hybrid page templates pack.
*/

get_header(); // Loads the header.php template. ?>
Expand Down Expand Up @@ -75,7 +76,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php endwhile; ?>

Expand Down
2 changes: 1 addition & 1 deletion page-blog.php
Expand Up @@ -4,10 +4,10 @@
*
* If you want to set up an alternate blog page, just use this template for your page.
* This template shows your latest posts.
* @link http://themehybrid.com/themes/hybrid/page-templates/blog
*
* @package Hybrid
* @subpackage Template
* @link http://themehybrid.com/themes/hybrid/page-templates/blog
* @deprecated 0.9.0 Users should no longer be using this template. 'home.php' is used to show posts.
*/

Expand Down
4 changes: 2 additions & 2 deletions page-bookmarks.php
Expand Up @@ -4,10 +4,10 @@
*
* The bookmarks template is a page template that displays a list of all your bookmarks/links
* by link category below the main content of the page.
* @link http://themehybrid.com/themes/hybrid/page-templates/bookmarks
*
* @package Hybrid
* @subpackage Template
* @link http://themehybrid.com/themes/hybrid/page-templates/bookmarks
*/

get_header(); // Loads the header.php template. ?>
Expand Down Expand Up @@ -50,7 +50,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php endwhile; ?>

Expand Down
5 changes: 3 additions & 2 deletions page-categories.php
Expand Up @@ -4,10 +4,11 @@
*
* The categories template is a page template that lists your categories along with a link
* to the each category's RSS feed and post count.
* @link http://themehybrid.com/themes/hybrid/page-templates/categories
*
* @package Hybrid
* @subpackage Template
* @link http://themehybrid.com/themes/hybrid/page-templates/categories
* @deprecated 0.9.0 This template will eventually be moved to the Hybrid page templates pack.
*/

get_header(); // Loads the header.php template. ?>
Expand Down Expand Up @@ -40,7 +41,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php endwhile; ?>

Expand Down
3 changes: 2 additions & 1 deletion page-daily.php
Expand Up @@ -7,6 +7,7 @@
*
* @package Hybrid
* @subpackage Template
* @deprecated 0.9.0 This template will eventually be moved to the Hybrid page templates pack.
*/

get_header(); // Loads the header.php template. ?>
Expand Down Expand Up @@ -39,7 +40,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php endwhile; ?>

Expand Down
5 changes: 3 additions & 2 deletions page-logged-in.php
Expand Up @@ -6,10 +6,11 @@
* of the page and its comments. If the user isn't logged in, a message to log in with a link to the
* WordPress login page will be displayed. If the site has open registration, a link to register will
* also be displayed.
* @link http://themehybrid.com/themes/hybrid/page-templates/logged-in
*
* @package Hybrid
* @subpackage Template
* @link http://themehybrid.com/themes/hybrid/page-templates/logged-in
* @deprecated 0.9.0 This template will eventually be moved to the Hybrid page templates pack.
*/

get_header(); // Loads the header.php template. ?>
Expand All @@ -35,7 +36,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php endwhile; ?>

Expand Down
3 changes: 2 additions & 1 deletion page-monthly.php
Expand Up @@ -7,6 +7,7 @@
*
* @package Hybrid
* @subpackage Template
* @deprecated 0.9.0 This template will eventually be moved to the Hybrid page templates pack.
*/

get_header(); // Loads the header.php template. ?>
Expand Down Expand Up @@ -39,7 +40,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php endwhile; ?>

Expand Down
5 changes: 3 additions & 2 deletions page-no-widgets.php
Expand Up @@ -3,10 +3,11 @@
* Template Name: No Widgets
*
* A template to use on pages that disables widgets in all widget areas.
* @link http://themehybrid.com/themes/hybrid/page-templates/no-widgets
*
* @package Hybrid
* @subpackage Template
* @deprecated 0.9.0 This template will eventually be moved to the Hybrid page templates pack.
* @link http://themehybrid.com/themes/hybrid/page-templates/no-widgets
*/

get_header(); // Loads the header.php template. ?>
Expand All @@ -32,7 +33,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php endwhile; ?>

Expand Down
5 changes: 3 additions & 2 deletions page-post_tag-cloud.php
Expand Up @@ -4,10 +4,11 @@
*
* The Tags template is a page template that displays a tag cloud of your post_tag (taxonomy)
* terms, linking to each term's archive.
* @link http://themehybrid.com/themes/hybrid/page-templates/tags
*
* @package Hybrid
* @subpackage Template
* @link http://themehybrid.com/themes/hybrid/page-templates/tags
* @deprecated 0.9.0 This template will eventually be moved to the Hybrid page templates pack.
*/

get_header(); // Loads the header.php template. ?>
Expand Down Expand Up @@ -40,7 +41,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php endwhile; ?>

Expand Down
5 changes: 3 additions & 2 deletions page-sitemap.php
Expand Up @@ -4,10 +4,11 @@
*
* The Sitemap template is a page template that creates and HTML-based sitemap of your
* site, listing nearly every page of your site. It lists your feeds, pages, archives, and posts.
* @link http://themehybrid.com/themes/hybrid/page-templates/sitemap
*
* @package Hybrid
* @subpackage Template
* @link http://themehybrid.com/themes/hybrid/page-templates/sitemap
* @deprecated 0.9.0 This template will eventually be moved to the Hybrid page templates pack.
*/

get_header(); // Loads the header.php template. ?>
Expand Down Expand Up @@ -100,7 +101,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php endwhile; ?>

Expand Down
3 changes: 2 additions & 1 deletion page-weekly.php
Expand Up @@ -7,6 +7,7 @@
*
* @package Hybrid
* @subpackage Template
* @deprecated 0.9.0 This template will eventually be moved to the Hybrid page templates pack.
*/

get_header(); // Loads the header.php template. ?>
Expand Down Expand Up @@ -39,7 +40,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php endwhile; ?>

Expand Down
5 changes: 3 additions & 2 deletions page-widgets.php
Expand Up @@ -4,10 +4,11 @@
*
* The Widgets template is a page template that is completely widgetized. It houses the
* 'Widgets Template' widget area. Customizations to this page should be done through widgets.
* @link http://themehybrid.com/themes/hybrid/page-templates/widgets
*
* @package Hybrid
* @subpackage Template
* @link http://themehybrid.com/themes/hybrid/page-templates/widgets
* @deprecated 0.9.0 This template will eventually be moved to the Hybrid page templates pack.
*/

get_header(); // Loads the header.php template. ?>
Expand All @@ -26,7 +27,7 @@

<?php do_atomic( 'after_singular' ); // hybrid_after_singular ?>

<?php comments_template( '/comments.php', true ); ?>
<?php comments_template( '/comments.php', true ); // Loads the comments.php template ?>

<?php endwhile; ?>

Expand Down

0 comments on commit a27065a

Please sign in to comment.