Support » Theme: Customizr » Changing the default prefix : “Category Archives :”

  • Resolved meravjon

    (@meravjon)


    Hi
    i’m using the latest version 3.3.20 of Customizr. and working with child theme.
    i just noticed that the code on my functions.php is not working. any idea why?

    // Changing the default prefix : “Category Archives :”
    add_filter('tc_category_archive_title' , 'my_cat_title');
    function my_cat_title($title) {
     return 'שם הפרק : ';
    }

    here is a link to my site

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing the default prefix : “Category Archives :”’ is closed to new replies.