Advertisement
alchymyth

content-category.php 2012 title list

Dec 19th, 2012
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.64 KB | None | 0 0
  1. <?php
  2. /**
  3.  * The template for displaying content of category archive pages as list of titles.
  4.  * (belongs to category.php in http://pastebin.com/5ZXMNiV5 )
  5.  * @package WordPress
  6.  * @subpackage Twenty_Twelve
  7.  * @since Twenty Twelve 1.0
  8.  */
  9. ?>
  10.  
  11.     <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  12.         <header class="entry-header">
  13.             <h1 class="entry-title">
  14.                 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
  15.             </h1>
  16.         </header><!-- .entry-header -->
  17.     </article><!-- #post -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement