Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- if (is_single()) {
- echo '<div id="mainwrap"><div class="titleh2">
- <h2><a href="'; the_permalink(); echo ' "rel="bookmark" title="Permanent Link to ';
- the_title_attribute(); echo '">'; the_title(); echo '</a></h2></div></div>';
- }
- elseif( is_category() ) {
- echo'<div id="mainwrap"><div class="titleh2">
- <h2><a href="'. get_category_link(get_query_var('cat')) . ' "rel="bookmark" title="Permanent Link to ' . esc_attr( single_cat_title('', false) ) . '">'; single_cat_title(); echo '</a></h2></div></div>';
- } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement