Code snippets doesn’t work
-
Hallo,
I activated code snippets plugin with following php to remove word “category”function wpspecial_rimozione_prefisso_categoria( $title ) {
if ( is_category() ) {
$title = single_cat_title( ”, false );
}
return $title;
}
add_filter( ‘get_the_archive_title’, ‘wpspecial_rimozione_prefisso_categoria’ );It doesn’t work.
Could you help us?
ThanksThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Code snippets doesn’t work’ is closed to new replies.