Remove Excerpt from Specific Category page
-
I’m trying to show only the title on a specific category page, but the function does nothing at all….
Please help ??
function replace_content( $output) {
if (is_category(‘9’)) {
return ” ;
}
}
add_filter( ‘get_the_excerpt’, ‘replace_content’ );Mahalo !!! (Thanks)
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove Excerpt from Specific Category page’ is closed to new replies.