• Resolved william-flynn

    (@william-flynn)


    I’m having trouble getting the category icons to appear on blog post pages. They appear perfectly on my homepage, which displays the posts.

    The following code has been entered into my loop.php file:

    <?php if (function_exists('get_cat_icon')) get_cat_icon(''); ?><a href="<?php the_permalink() ?>"><?php the_title() ?></a>
    					<?php endif; ?>

    Do I need to modify this in any way for it to appear on the indivudual post pages? Or, do I need to add a modified version of this code to another theme php file?

    Link to website: https://www.photistoric.com

    Any help would be much very much appreciated.

    https://www.ads-software.com/extend/plugins/category-icons/

Viewing 1 replies (of 1 total)
  • Thread Starter william-flynn

    (@william-flynn)

    Solved.

    There were two php title tags in the loop file. I applied to Get cat icon to both, and it worked.

    Thanks again for developing the plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘No Icons on Blog Post Pages’ is closed to new replies.