İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

Pes ettim Wp yardım

buraklee

0
İyinet Üyesi
Katılım
1 Ocak 2005
Mesajlar
520
Reaction score
0
arkadaşlar Wportal 10 temasını kullanıyorum Postratings yıldızlı oy verme ve özel alanlarda kucuk resımlerı bi turlu calıstıramadım. bakmadıgım yerlı yabancı dokuman kalmadı aynen kodlarıda eklıyorum ancak sorun nerde anlamadım. yardımcı olabilecek var mı . Diğer temalarda cıkıyor postratins..

Site video klip izleme sitesi
 

qbert

0
İyinet Üyesi
Katılım
19 Mayıs 2008
Mesajlar
126
Reaction score
0
tema bende var. sen kurduğun eklentiyi yolla bana bir de ben deniyeyim. ;)
 

buraklee

0
İyinet Üyesi
Katılım
1 Ocak 2005
Mesajlar
520
Reaction score
0
postratings hocam.Bildigin yıldızlı oy verme olandan Lesterchan yapımcısı.
 

buraklee

0
İyinet Üyesi
Katılım
1 Ocak 2005
Mesajlar
520
Reaction score
0
bende şuan acılmıyor siten. aynı temaya nasıl uyguladın acaba banada gonderebilirmisin index.php den loopdan mı ekledın
 

qbert

0
İyinet Üyesi
Katılım
19 Mayıs 2008
Mesajlar
126
Reaction score
0
vallahi site şu anda bende açık gözüküyor. aynen dediğin gibi yaptım. zaten zor bişey yok. plugini aktif et. koduda yapıştır gereken yerlere bu kadar yani...
 

buraklee

0
İyinet Üyesi
Katılım
1 Ocak 2005
Mesajlar
520
Reaction score
0
anladım ancak benim diger temada calısan bu dalgamatik Wportal10 temasında calısmıyor ona kafam takıldı yoksa bi ton wp kurdum kendımden suphelenmeye basladım artık. zamanın varsa bakabilirmisin
 

qbert

0
İyinet Üyesi
Katılım
19 Mayıs 2008
Mesajlar
126
Reaction score
0
localde denedim. hiçbir sorun çıkarmadan 2 dk içerisinde eklentiyi uyguladım ve kullandım.



sana ekran görüntüsünü göstereyim.

eğer yapazman sana yardım edebilirim;)
 

buraklee

0
İyinet Üyesi
Katılım
1 Ocak 2005
Mesajlar
520
Reaction score
0
bende çıkmıyor ekledim ama sorun nerde anlamadım. çalıştırdıgın tema dosyalarını verirmisin yada ben temayı rapide atsam bakabılırmısın gerçekten olmuyor.
 

qbert

0
İyinet Üyesi
Katılım
19 Mayıs 2008
Mesajlar
126
Reaction score
0
buyur bu WPortal10 temasının single.php dosyası.
istersen bunu aynen koy;)

Kod:
<?php get_header(); ?>

	<div id="page">
		<!-- start content -->
		<div id="content">
			<?php if (class_exists('breadcrumb_navigation_xt')) : ?>
			<div id="breadcrumb">
			<?php
				// new breadcrumb object
				$mybreadcrumb = new breadcrumb_navigation_xt;
				// Apply options
				$mybreadcrumb->opt['static_frontpage'] = false;
				$mybreadcrumb->opt['title_blog'] = 'Capa';
				$mybreadcrumb->opt['separator'] = ' » ';
				$mybreadcrumb->opt['archive_category_prefix'] = '';
				$mybreadcrumb->opt['archive_category_suffix'] = '';
				// Display the breadcrumb
				$mybreadcrumb->display();
			?>
			</div>
			<?php endif; ?>
			<div>

				<?php if (have_posts()) : ?>
					
					<?php while (have_posts()) : the_post(); ?>
						<?php if(function_exists('the_ratings')) { the_ratings(); } ?>						
						<div class="post" id="post-<?php the_ID(); ?>">
							<div class="post-head">
								<h1><?php the_title(); ?></h1>
							</div>
							<div class="post-author">
								Posted by <strong><?php the_author(); ?></strong>
							</div>
							<div class="post-content">
								<?php the_content(); ?>
							</div>				
							<div class="post-meta">
								<span class="date"><?php the_time('d/m/Y') ?></span>
								<span class="tags"><?php the_category(', ') ?></span>
								<span class="leave-comments"><a href="<?php the_permalink(); ?>#respond">Leave your comment</a></span>
							</div>
						</div>
						<div id="comment-form">
							<?php comments_template(); // Get wp-comments.php template ?>
						</div>
				
					<?php endwhile; ?>

					<div class="navigation">
						<div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
						<div class="alignright"><?php previous_posts_link('Next Entries »') ?></div>
					</div>
					
				<?php else : ?>

					<h2 class="center"><?php _e('Page not found!'); ?></h2>
					<p class="center"><?php _e('Sorry! Try using the search form below.'); ?></p>
					<?php include (TEMPLATEPATH . "/searchform.php"); ?>

				<?php endif; ?>

			</div>
		</div>
		<!-- end content -->
		<?php get_sidebar(); ?>
	</div>

<?php get_footer(); ?>
 

buraklee

0
İyinet Üyesi
Katılım
1 Ocak 2005
Mesajlar
520
Reaction score
0
enteresan şimdi oldu popüler olanlarda oylar gozukmuyor bu kezde. sen bana index i de verirmsin zahmet olmassa
 

qbert

0
İyinet Üyesi
Katılım
19 Mayıs 2008
Mesajlar
126
Reaction score
0
buyur bakalım bu da index :)

Kod:
<?php get_header(); ?>
	<!-- start page -->
	<div id="page">
		<!-- start content -->
		<div id="content">
			<?php if (class_exists('breadcrumb_navigation_xt')) : ?>
			<div id="breadcrumb">
			<?php
				// new breadcrumb object
				$mybreadcrumb = new breadcrumb_navigation_xt;
				// Apply options
				$mybreadcrumb->opt['static_frontpage'] = false;
				$mybreadcrumb->opt['title_blog'] = 'Capa';
				$mybreadcrumb->opt['separator'] = ' » ';
				$mybreadcrumb->opt['archive_category_prefix'] = '';
				$mybreadcrumb->opt['archive_category_suffix'] = '';
				// Display the breadcrumb
				$mybreadcrumb->display();
			?>
			</div>
			<?php endif; ?>
			<div>

				<?php if (have_posts()) : ?>
					
					<?php while (have_posts()) : the_post(); ?>
							
						<div class="post" id="post-<?php the_ID(); ?>">
							<div class="post-head">
								<h1><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
								<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
							</div>
							<div class="post-author">
								Posted by <strong><?php the_author(); ?></strong>
							</div>
							<div class="post-content">
								<?php the_excerpt(50); ?>
							</div>				
							<div class="post-meta">
								<span class="date"><?php the_time('d/m/Y') ?></span>
								<span class="comments"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></span>
								<span class="tags"><?php the_category(', ') ?></span>
							</div>
						</div>
				
					<?php endwhile; ?>

					<div class="navigation">
						<div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
						<div class="alignright"><?php previous_posts_link('Next Entries »') ?></div>
					</div>
					
				<?php else : ?>

					<h2 class="center"><?php _e('Page not found!'); ?></h2>
					<p class="center"><?php _e('Sorry! Try using the search form below.'); ?></p>
					<?php include (TEMPLATEPATH . "/searchform.php"); ?>

				<?php endif; ?>

			</div>
		</div>
		<!-- end content -->
		<!-- start sidebar -->
		<?php get_sidebar(); ?>
		<!-- end sidebar -->
	</div>
	<!-- end page -->

<?php get_footer(); ?>
 

buraklee

0
İyinet Üyesi
Katılım
1 Ocak 2005
Mesajlar
520
Reaction score
0
verdiklerini koydum şak cıkıyor abi kafayı yıcem nasıl olmadı anlamadım. sen bana sidebar ida verirmisin? yada vermeden önce sorayım son yorumlar ve popüler olanlar anasayfanda cıkıyormu ? tema demosundada cıkmıyorda .
 

buraklee

0
İyinet Üyesi
Katılım
1 Ocak 2005
Mesajlar
520
Reaction score
0
şimdi gördüm kod kapalı açtım hata verdi. sidebarda.

<h3 id="content-title">Popüler <span class="dark">Olanlar</span></h3>
<ol>
<?php //akpc_most_popular(); ?>
</ol>

kodundan parantezleri sildim fatal error dedi.

ratings kodunu ekledım oraya oda calısmadı

<li><a href="%POST_URL%" title="%POST_TITLE%">%POST_TITLE%</a> %RATINGS_IMAGES% (%RATINGS_AVERAGE% out of %RATINGS_MAX%)</li>

bu kodu nasıl calıstırırım kı oylananlar cıksın
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst