Advertisement
alchymyth

Untitled

Oct 5th, 2011
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <?php
  2.  
  3. if (is_single()) {
  4.  
  5. echo '<div id="mainwrap"><div class="titleh2">
  6. <h2><a href="<?php the_permalink() ?> "rel="bookmark" title="Permanent Link to
  7. <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2></div></div>';
  8.  
  9. }
  10.  
  11. elseif( is_category() ) {
  12.  
  13. echo'<div id="mainwrap"><div class="titleh2">
  14. <h2><a href="<?php the_permalink() ?> "rel="bookmark" title="Permanent Link to
  15. <?php the_title_attribute(); ?>"><?php single_cat_title(); ?></a></h2></div></div>';
  16.  
  17. } ?>
  18.  
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement