• cavimaster

    (@cavimaster)


    Hi,

    if you add this code in the pscj_get_page_name() function, she work with categories and posts from categories:

    elseif (is_single() || is_category())
    {
        $category = get_the_category();
        return $category[0]->cat_name;
    }

    Thank you for your work

    see ya

The topic ‘[Plugin: Page Specific CSS/JS] Update suggestion’ is closed to new replies.