• Plugin seems to work great at adding categories to a page.

    But “CSS & JavaScript Toolbox” plugin does not seem to recognize a page as having a category, even if it assigned to a category using this plugin.

    Is there something that can done to make these two plugins work together?

    I’ve seen elsewhere in the support forums that sometimes, templates need to be modified to show the categories. Is this likely this issue and if so, are there instructions available on how to accomplish this?

    Thank you for any suggestions.

    https://wordpress.org/plugins/post-tags-and-categories-for-pages/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter andrew55

    (@andrew55)

    I put this in the footer template file…

    <?php the_category(' '); ?>

    I was hoping that would allow “CSS & JavaScript Toolbox” plugin to see the category, if indeed not seeing the category is the issue.

    Still doesn’t work. Any suggestions?

    Thread Starter andrew55

    (@andrew55)

    I forget to mention, when I put the above php in my footer theme file, it does display the appropriate category in the footer on live page.

    Plugin Author curtismchale

    (@curtismchale)

    Categories and tags only show on pages if you add the template tags, which is what the_category is.

    I have no idea what plugin you’re talking about, and I only provide support if my plugin is broken.

    If you need integration assistance you’re going to need to hire a developer that can do it for you.

    Thread Starter andrew55

    (@andrew55)

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘not working for CSS & JavaScript Toolbox plugin’ is closed to new replies.