ahmetsahin

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Category Header title editing #62226
    ahmetsahin
    Participant

    solve the problem below
    first find the “includes / core.php” file.
    in this file

    if (is_archive ()) {
    echo get_the_archive_title (); 

    find this code blog.
    only this part echo get_the_archive_title (); Replace with the following line

    echo single_cat_title ('', false);

    now only the category title will appear

Viewing 1 post (of 1 total)