Forums

Page Specific CSS/JS
Update suggestion (1 post)

  1. cavimaster
    Member
    Posted 1 year ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic