bukselak
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
@fjiorea – Sure 🙂
<?php if ($related_query->have_posts()):?> <h2>Related</h2> <ol class="related"> <?php while ($related_query->have_posts()) : $related_query->the_post(); ?> <?php if (function_exists('yapb_is_photoblog_post')): if (yapb_is_photoblog_post()):?> <li> <?php if ($post->image): ?> <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent link to <?php the_title(); ?>"> <img src="<?php echo $post->image->getThumbnailHref(array('q=95','wl=65','hp=65')) ?>" alt="<?php the_title() ?>" title="<?php the_title() ?>" /> </a> <?php endif ?> </li> <?php endif; endif; ?> <?php endwhile; ?> </ol> <?php else: ?> <?php endif; ?>Hope it workes out for you 🙂
Done 😉
I did a fast, rough implementation at my blog http://www.tegneblog.dk and everything seams to be working properly:) It’s in danish though…
Wohoo! You’re my new best friend!
That’s good news. I’m really looking forward to that 🙂 Thanks for a great plugin so far. Do you have a release date allready?
Viewing 5 replies - 1 through 5 (of 5 total)