Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // /*----------- Category Title -----------------------*/
- add_shortcode( 'cat-title', 'wpc_category_title' );
- function wpc_category_title(){
- $output="";
- $output .= '<h1 class="wpc-category-title">'.single_cat_title("", false).'</h1>';
- return $output;
- }
Advertisement
Add Comment
Please, Sign In to add comment