• 01-08-2008, 19:22:28
    #1
    Selam arkadaşlar,
    Small magazine - Small magazine WordPress theme bu sitedeki temayı indirdim, ve siteme kurdum. Rap sitesi - Bir başka WordPress blogu. fakat bir türlü istediğim gibi kullanamadım.
    İngilizcem olmadığından sitede yapılan açıklamayı da anlayamadım.
    Yazdığım postlar hep üst tarafta kalıyor.
    Yardımcı olursanız çok makbüle geçecek.
    bu arada temayı kullanmak istiyenler ekte.
  • 01-08-2008, 20:45:07
    #2
    Üyeliği durduruldu
    index.php yi yollasana bi bakayım.
  • 01-08-2008, 20:47:12
    #3
    buyur ekte verdim arkadaşım.
  • 01-08-2008, 20:47:37
    #4
    Davay davay 🌹
    Tema ücretsiz ise bende kullanmak isterdim
  • 01-08-2008, 20:49:25
    #5
    ALTIN_NESiL adlı üyeden alıntı: mesajı görüntüle
    Tema ücretsiz ise bende kullanmak isterdim
    temayı eke koydum indirip kullanabilirsiniz. ücretsiz olması lazım temanın araştırırken wp ema sitesinden indirdim. neresi hatırlamıyorum.
  • 01-08-2008, 20:53:51
    #6
    Üyeliği durduruldu
    albumler ve yer altı tarihi kategorilerinin id si nedir? yönetim panelinden bak bana söle buradan. sadece id numaraları lasım.
  • 01-08-2008, 20:56:07
    #7
    Albümlerin, 13 Yer altı tarihinin 3 ID leri.
  • 01-08-2008, 20:59:23
    #8
    Üyeliği durduruldu
    <?php get_header(); ?>
    	
    	<!-- Container -->	
    	<div id="content-wrap">
    		<div id="featuredpro">
    			<h4 style="margin-right:15px;">Featured entries</h4>
    			<?php query_posts('cat=3&showposts=3'); ?>
    			<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    			<div class="featureditem">
    				<h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
    				<?php
    				    $top = get_post_meta($post->ID, "top", true);
    				        if ($top != "")
    				    {    
    				        $top = explode(",", $top);
    				        foreach ($top as $picture)
    				        {
    				            echo "<img alt=\""; the_title(); echo"\" src='" . $picture . "' />";
    				        }
    				    }
    				?>
    				<?php the_excerpt('');?>
    				<div class="featureddetails"><?php the_time('M j, Y'); ?> | <?php comments_popup_link(__('Leave a comment'), __('1 Comment'), __('% Comments'));?> | <a href="<?php the_permalink() ?>" rel="bookmark">Read More &raquo;</a></div>		
    			</div>
    			<?php endwhile; else : ?>
    			<?php endif; ?>
    			<div style="clear:both;"></div>
    		</div>
    
    		<div id="singlepage">
    			<div id="gallery">
    				<h4>Photo Gallery</h4>
    				 <?php get_flickrRSS(); ?>
    				<div style="clear:both;"></div>
    			</div>
    			
    			<div id="singlepageleft">
    				<h4>Albumler</h4>
    				<?php query_posts('cat=13&showposts=3'); ?>
    				<?php if (have_posts()) : ?>
    				<?php while (have_posts()) : the_post(); ?>
    				<?php
    				    $bottom = get_post_meta($post->ID, "bottom", true);
    				        if ($bottom != "")
    				    {    
    				        $bottom = explode(",", $bottom);
    				        foreach ($bottom as $picture)
    				        {
    				            echo "<img alt=\""; the_title(); echo"\" src='" . $picture . "' />";
    				        }
    				    }
    				?>
    				<h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
    				<?php the_excerpt('');?>
    				<div class="details"><?php the_time('F j, Y'); ?> | <?php comments_popup_link(__('Leave a comment'), __('1 Comment'), __('% Comments'));?> | <a href="<?php the_permalink() ?>" rel="bookmark">Read More &raquo;</a></div>		
    				<?php endwhile; else : ?>
    				<?php endif; ?>
    			</div>
    			<div id="singlepageright">
    				<h4>Yer Alti Tarihi</h4>
    				<?php query_posts('cat=3&showposts=7'); ?>
    				<?php if (have_posts()) : ?>
    				<?php while (have_posts()) : the_post(); ?>
    				<?php
    				    $bottom = get_post_meta($post->ID, "bottom", true);
    				        if ($bottom != "")
    				    {    
    				        $bottom = explode(",", $bottom);
    				        foreach ($bottom as $picture)
    				        {
    				            echo "<img alt=\""; the_title(); echo"\" src='" . $picture . "' />";
    				        }
    				    }
    				?>
    				<h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
    				<?php the_excerpt('');?>
    				<div class="details"><?php the_time('F j, Y'); ?> | <?php comments_popup_link(__('Leave a comment'), __('1 Comment'), __('% Comments'));?> | <a href="<?php the_permalink() ?>" rel="bookmark">Read More &raquo;</a></div>		
    				<?php endwhile; else : ?>
    				<?php endif; ?>
    			</div>
    			<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
    		</div>
    
    		<div id="sidebar">
    			<?php get_sidebar(); ?>
    		</div><div style="clear:both"></div>
    		<!-- /Sidebar -->
    
    	</div>
    	<!-- /Content-wrap -->
    </div>
    
    <?php get_footer(); ?>
    </body></html>
    bu kodları index.php içindeki kodlarla değiştir bakalım olacak mı? ama hepsini değiştir çünkü index.php'nin hepsi var içinde.
  • 01-08-2008, 21:02:08
    #9
    Üyeliği durduruldu
    siteye baktım da olmuş... hadi hayırlı olsun. cvp yaz söleyeyim nasıl oldugunu...