Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter anna-blume

    (@anna-blume)

    Unfortunately, this does not work either:
    https://wordpress.org/plugins/categories-images/

    In my old theme there was the following entry in the index.php:

    	<?php if ( is_category() ): ?>
    	<h1 class="post-title"><?php echo single_cat_title(); ?></h1>
    	<?php endif; ?>

    Is this missing in Garfunkel?

    Thread Starter anna-blume

    (@anna-blume)

    Oh sorry, that was missing too,

    in header.php:

    <div id="thumbnail4"> 
           <?php if(has_category_thumbnail()) { the_category_thumbnail(); } ?></div>
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘category thumbnails do not function.’ is closed to new replies.