nlozovan

Untitled

May 13th, 2014
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. in category.php add line:
  2.  
  3. <div class="row element"><div class="twelve columns"><?php echo category_description(); ?></div></div>
  4.  
  5. BELOW
  6.  
  7. <div class="row">
  8. <div class="twelve columns cat-title">
  9. <?php
  10. if( have_posts () ){
  11. ?><h2 ><span><?php _e( 'Category archives: ' , 'cosmotheme' ); echo get_cat_name( get_query_var('cat') ); ?></span></h2><?php
  12. }else{
  13. ?><h2 ><span><?php _e( 'Sorry, no posts found' , 'cosmotheme' ); ?></span></h2><?php
  14. }
  15. ?>
  16. </div>
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment