itsmemary
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Display Taxonomy Name Images with linkI now have a working list of images plus terms without the link, I just need help adding the link from above into this. Every time I try it shows up empty. I know its something simple.
<?php echo '<ul class="video-series">'; $terms = apply_filters( 'taxonomy-images-get-terms', '', array( 'taxonomy' => 'series' ) ); foreach( (array) $terms as $term) { echo '<li>' . wp_get_attachment_image( $term->image_id, 'destacado-proyectos-home'). '<span class="termname">' . $term->name . '</span></li>'; } echo '</ul><!-- .video-series -->'; ?>Please ignore this.. I’m going to disable the plugin to try something else!
Forum: Fixing WordPress
In reply to: index.php has redirect loopThanks. I tested and turns out it was Page Links To..the only plugin i really wanted to work! Now I’m off to find a replacement. Thanks again!
Forum: Fixing WordPress
In reply to: index.php has redirect loopHere is an image of my plugins page..if that even helps:
Viewing 4 replies - 1 through 4 (of 4 total)