Title: Code snippets doesn&#8217;t work
Last modified: March 11, 2021

---

# Code snippets doesn’t work

 *  [pinolope](https://wordpress.org/support/users/pinolope/)
 * (@pinolope)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/code-snippets-doesnt-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? Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcode-snippets-doesnt-work%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/code-snippets-doesnt-work/#post-14166237)
 * There doesn’t seem to be anything wrong with the code – it’s working fine for
   me.
 * How are you testing the output of the `get_the_archive_title()` function?
 *  Thread Starter [pinolope](https://wordpress.org/support/users/pinolope/)
 * (@pinolope)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/code-snippets-doesnt-work/#post-14166319)
 * What do you mean for “testing the output of the get_the_archive_title() function?”

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Code snippets doesn’t work’ is closed to new replies.

 * ![](https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878)
 * [Code Snippets](https://wordpress.org/plugins/code-snippets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/code-snippets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/code-snippets/)
 * [Active Topics](https://wordpress.org/support/plugin/code-snippets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/code-snippets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/code-snippets/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [pinolope](https://wordpress.org/support/users/pinolope/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/code-snippets-doesnt-work/#post-14166319)
 * Status: not a support question