View Single Post
  #1  
Old 11-06-2008, 01:10 PM
ozi ozi is offline
Registered User
 
Join Date: Nov 2008
Posts: 10
Default pulling pictures from nextgen-gallery insted from flicker

hi all.
this is my first post although i almost finished with my theme. i still have some questions/issues for which i cant find the proper help, so i hope ill be able to get through with your help.

first thing i would like to resolve is as mentioned in subject, something already described @ the old forums, this thread. i used code Paul gave, which is:

Code:
<div class="hpflickr">

            <h4>Featured Photos</h4>

            <?php $recent = new WP_Query("cat=8&showposts=6"); while($recent->have_posts()) : $recent->the_post();?>[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php echo get_post_meta($post->ID, "Theme Name", true); ?> <?php the_title(); ?>" /><?php endwhile; ?>

      </div>
almost everyhing seems to be in place. just one thing bothers me big time. i should get small 75*75 thumbs but insted of those i get full sized pics. and i cant get this right. if i understood this right i can "call up" this with the custom field where besides "slideshow" i should also put the url from a pic.

correct me if i am wrong or complication things to much but is this the proper and only way? beside thumbs galleries n the first page i would also like for thubms to link to a proper post.

thanks

any clues?