Image doesn't show up
-
The assigned image to the category doesn’t show up. ?? No code at all shows up at the front end. I have tried these codes:
<?php print apply_filters( 'taxonomy-images-queried-term-image', '', array( 'after' => '</div>' 'attr' => array( 'alt' => 'Custom alternative text', 'class' => 'my-class-list bunnies turtles', 'src' => 'this-is-where-the-image-lives.png', 'title' => 'Custom Title', ), 'before' => '<div id="my-custom-div">', 'image_size' => 'medium', ) ); ?>
and
<?php print apply_filters( 'taxonomy-images-queried-term-image', '' ); ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Image doesn't show up’ is closed to new replies.