Making Home Slider Images Have Permalinks
-
<?php $query->rewind_posts(); while($query->have_posts()) : $query->the_post(); if(has_post_thumbnail()) : ?> <?php echo wp_get_attachment_image(get_post_thumbnail_id(), 'slider-large', false, array('class' => 'slide')) ?>
Basically, I’ve been trying to figure out how to permalink the slider images to point to their respective posts. Can anyone help?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Making Home Slider Images Have Permalinks’ is closed to new replies.