Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Al

    (@rvillarremaxnyccom)

    Unfortunately no. Thanks for the attempt. This is the lines of code I’m dealing wit right now, but all it creates the slider, but it does not link to anywhere. I’ve been fumbling with this for a few days now

    <div class="post-titles">
    			<?php while($query->have_posts()) : $query->the_post(); if(has_post_thumbnail()) : $post_count++; ?>
    				<a>"><?php the_title() ?></a>
    			<?php endif; endwhile; ?>
    		</div>

    [Moderator Note: Please post code between backticks (not single quotes) or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

Viewing 1 replies (of 1 total)