folder Tahribat.com Forumları
linefolder Webmaster ve Yazılım Geliştiriciler
linefolder Wordpress Temada Kategori Sayfalarına Blog Yazılarının Gelmemesi Sıkıntısı



Wordpress Temada Kategori Sayfalarına Blog Yazılarının Gelmemesi Sıkıntısı

  1. KısayolKısayol reportŞikayet pmÖzel Mesaj
    Bulusma Fatihi
    samato
    samato's avatar
    Kayıt Tarihi: 31/Mayıs/2007
    Erkek

    Merhaba müridler şimdi kullandığım temada category.php diye bir sayfa yok onu baştan bi söyliyim. ben kendim oluşturdum içinide düzeltmeye çalışıyorum şuanda.

    kısacası sıkıntım şu admin panelinden kategoriyi koydum menüye ancak menüye tıkladığımda kategoriye koyduğum yazı gelmiyor. (menü olarak temanın kendi menüsüne ekledim)

    Acaba category.php oluşturup get_post vs gibi fonksiyonları dizmemmi lazım. Nasıl çözerim bu olayı müridler ?

  2. KısayolKısayol reportŞikayet pmÖzel Mesaj
    Bulusma Fatihi
    samato
    samato's avatar
    Kayıt Tarihi: 31/Mayıs/2007
    Erkek

    bi küçük upçuk.

  3. KısayolKısayol reportŞikayet pmÖzel Mesaj
    Atlas
    Atlas's avatar
    Kayıt Tarihi: 14/Ağustos/2012
    Erkek
    samato bunu yazdı

    bi küçük upçuk.

    Temanın düzgününü bulsana olum :D


    -
  4. KısayolKısayol reportŞikayet pmÖzel Mesaj
    sRcN
    sRcN's avatar
    Kayıt Tarihi: 24/Ağustos/2009
    Erkek

    kullandığın temayı bi upload ette bakalım şimdi ne desek boş :/ 


    Wordpress - SEO & Digital Marketing
  5. KısayolKısayol reportŞikayet pmÖzel Mesaj
    1234567B
    1234567B's avatar
    Kayıt Tarihi: 04/Şubat/2010
    Erkek

    cat.php oluşturup içine ne yazdın?


    arbeit macht frei
  6. KısayolKısayol reportŞikayet pmÖzel Mesaj
    Bulusma Fatihi
    samato
    samato's avatar
    Kayıt Tarihi: 31/Mayıs/2007
    Erkek

    @sRcN hocam tema bu http://gfxzone.net/wordpress/download-right-now-v1-4-0-wp-full-video-image-with-audio-themeforest.html

    @1234567B hocam 

    <?php
    /**
     * The template for displaying Category pages
     *
     * @link https://codex.wordpress.org/Template_Hierarchy
     *
     * @package WordPress
     * @subpackage Twenty_Fourteen
     * @since Twenty Fourteen 1.0
     */
    
    get_header(); ?>
    
    
    if(@$_GET['info']=='description'){
    	echo $pageDescription;
    	exit;
    }elseif(@$_GET['info']=='title'){
    	wp_title( '|', true, 'right' );
    	exit;
    }elseif(@$_GET['info']=='page'){
    	if(have_posts())
    	{
    		have_posts();
    		the_post();
    		$postID	= get_the_ID();
    		$content = get_the_content();
    		$content = apply_filters('the_content', $content);
    		$title = get_the_title();
    	}
    	?>
    	<h1 class="caption"><?php echo $pageTitle; ?></h1>
    	<?php echo $content;
    	wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number'));
    }else{
    	redirectWithEscapeFragment();
    }
    
    	<section id="primary" class="content-area">
    		<div id="content" class="site-content" role="main">
    
    			<?php if ( have_posts() ) : ?>
    
    			<?php
    					// Start the Loop.
    					while ( have_posts() ) : the_post();
    
    					/*
    					 * Include the post format-specific template for the content. If you want to
    					 * use this in a child theme, then include a file called called content-___.php
    					 * (where ___ is the post format) and that will be used instead.
    					 */
    					get_template_part( 'content', get_post_format() );
    
    					endwhile;
    					// Previous/next page navigation.
    					rightnow_paging_nav();
    
    				else :
    					// If no content, include the "No posts found" template.
    					get_template_part( 'content', 'none' );
    
    				endif;
    			?>
    		</div><!-- #content -->
    	</section><!-- #primary -->
    
    <?php
    get_sidebar( 'content' );
    get_sidebar();
    get_footer();
    
    ?>
    

     

    eklediğim kodlar bunlar. 

     

Toplam Hit: 878 Toplam Mesaj: 6
wordpress kategori blog yazıları sıkıntısı