• 22-05-2010, 20:57:02
    #1
    Arkadaşlar temamda bir galeri bölümü var .



    Bu galeriyi ana sayfada çoğaltmak istiyorum. İlk galeri bölümü admin bölümünden ayarlanıyor.

    Ancak 2. galeri bölümünü ben temeda belirttiğim kategorilerden açılsın. Yönetim ile işi olmasın istiyorum. Bu konuda yardımlarınızı rica ediyorum. Galerinin temadaki kodları aşağıdaki gibidir.

    Şimdiden teşekkürler


    <?php if($trns_options['enableMediaGallery'] == 1) { ?>
    		<div id="videos">
    			<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('MediaBar_R') ) : ?>
    				<h2 class="videoBarTitle"><span><?php echo get_cat_name($trns_options["mediaGalCatID"]); ?></span><a href="<?php echo get_category_link($trns_options["mediaGalCatID"]);?>"><?php echo $trns["viewall"]; ?></a></h2>
    				<ul>
    				<?php $que3=1; $query4 = new WP_Query();$query4->query('showposts=6&cat='.$trns_options["mediaGalCatID"]); ?>
    				<?php while ($query4->have_posts()) : $query4->the_post(); ?>
    					<li>
    						<?php /* If it is  a video */ $key = 'video'; $themeta = get_post_meta($post->ID, $key, TRUE); if($themeta != '') { ?>
    							<div class="thumb">	
    								<object type="application/x-shockwave-flash" style="width:150px; height:113px;" data="<?php echo get_post_meta($post->ID, 'video', true); ?>">
    								<param name="wmode" value="opaque" /><param name="movie" value="<?php echo get_post_meta($post->ID, 'video', true); ?>" /></object> 
    							</div>
    							<div class="info">
    								<p><?php the_title(); ?></p>
    								<p class="moreVideo"><a href="<?php the_permalink() ?>" rel="bookmark"><?php echo $trns["playvideo"]; ?></a></p>
    							</div>
    						<?php } ?>
    						
    						<?php /* If it is NOT  a video */ $key = 'video'; $themeta = get_post_meta($post->ID, $key, TRUE); if(!$themeta) { ?>
    							<div class="thumb">	
    								<a class="highslide" onclick="return vz.expand(this)" href="<?php viva('trnsHover','1'); ?>">
    									<img src="<?php viva('trnsMediaBar','1'); ?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" /></a>
    									<a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?><?php edit_post_link('Edit',' / ',''); ?>
    								</a>
    							</div>
    							<div class="info">
    								<p><?php the_title(); ?></p>
    								<p class="morePhoto"><a href="<?php the_permalink() ?>" rel="bookmark"><?php echo $trns["readmedia"]; ?></a></p>
    							</div>
    						<?php } ?>
    					</li>
    				<?php endwhile; wp_reset_query(); ?>
    				</ul>
    			<?php endif; ?>
    		</div><!-- /videos -->
    		<?php } ?>
  • 23-05-2010, 20:17:19
    #2
    Arkadaşlar bu konuda yardımcı olabilecek olan yok mu ? Gerekirse ücretini ödeyeyim