Arkadaşlar wp film sitesinde İlyasbat film botunu kullanıyorum. Partlandırma sistemini de yaptım fakat part yazılarının renkli ve dikkat çekebilir görüntüde olmasını istiyorum. Bir de partlar şu an film videosunun altında çıkmakta. Normalde videonun üstünde olması gerekiyor. Bunu nasıl yapabiliriz ?
Site:http://www.filmlerizletr.com
Wordpress Part Sistemi İle İlgili
12
●966
- 12-01-2011, 22:07:19
- 13-01-2011, 20:41:50Verdiğin kodlar oldu ama ben bunu video üstüne nasıl alabilirim. Belirttiğim gibi videolar botla çekilmekte.
- 13-01-2011, 22:14:58Single.php de have post dan önce ekledim ama olmadı istersen single.php kodlarına bakabilirsin :
<?php get_header(); ?> <!-- Content Starts --> <div id="content" class="wrap"> <div id="main" class="col-left"> <?php if (have_posts()) : $count = 0; ?> <?php while (have_posts()) : the_post(); $postcount++;?> <div id="main-content"> <?php woo_get_custom('embed'); ?> <!-- Post Starts --> <div class="post wrap"> <?php echo get_avatar( get_the_author_id(), '37' ); ?> <div class="fl"> <?php the_views() ?> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2> <p class="post-details">Yazan <?php the_time('d. M, Y'); ?> <?php the_author_posts_link(); ?> Bu Film <?php the_category(', ') ?> kategorisi içindedir.</p> </div> <?php if(function_exists('the_ratings')) { echo '<div class="fr ratings">'; the_ratings(); echo '</div>'; } ?> <div class="fix"></div> <?php the_content(); ?> <div class="partlist"> <?php wp_link_pages('before=<p>&after=</p>&pagelink=%.Bölüm'); ?> </div> <?php the_tags('<p class="tags">', ', ', '</p>'); ?> <!-- Content Ad Starts --> <?php if (!get_option('woo_ad_content_disable') && !$is_paged && !$ad_shown) { include (TEMPLATEPATH . "/ads/content_ad.php"); $ad_shown = true; } ?> <!-- Content Ad Ends --> </div> <!-- Post Ends --> </div> <!-- main-content ends --> <!-- show embed code --> <?php include(TEMPLATEPATH . "/includes/embed.php"); ?> <div id="comments"> <?php $withcomments = 1; comments_template(); ?> </div> <?php endwhile; else: ?> <p>Üzgünüm, Aradığınız kriterlerde sonuç bulunamadı.</p> <?php endif; ?> </div> <!-- main ends --> <div class="col-right"> <?php get_sidebar(); ?> </div> </div> <!-- Content Ends --> <?php get_footer(); ?> - 13-01-2011, 23:29:39Hocam Oraya eklediğim zaman büyük afiş resminin üzerine eklemiş oluyor partları. Yani videonun üzerine değil. Denedim ben onu