Ben de hemen alıp kurdum fakat bir çok şey çalışmıyor.
www.korkmaaz.com bloguna kurdum ve eğer bakabilirseniz özel alan çalışmıyor, thumbnailler de çalışmıyor. Bir de sağdaki menü de maalesef çalışmıyor.
Bu temanın özel alan için kullanılması gereken anahtarları bilen var mı?
Bir de özel alan bölümü hiç çıkmıyor ben de featured.php'den kodlara baktım.Şöyle bir kod var:
<?php
$featuredcat = get_option('woo_featured_category'); // ID of the Featured Category
$the_query = new WP_Query('category_name=' . $featuredcat . '&showposts=5&orderby=post_date&order=desc');
$counter = 0;
while ($the_query->have_posts()) : $the_query->the_post(); $do_not_duplicate = $post->ID;
?>
<?php $counter++; ?>
<div class="featured" id="post-<?php the_ID(); ?>">Burada category name denen bölüme kategori ismini yazdım ama yine olmadı. Bazı arkadaşlar eklenti çakışması olabilir dediler. Sizin görüşlerinizi almak istiyorum. Şu temayı bir hal yoluna koyalım...