Support » Fixing WordPress » Category link page

  • Resolved deepakbhatt619

    (@deepakbhatt619)


    i have the 2 categories
    and when i click on category it doesn’t open the desired page in which my post about to display………..
    somebody please help me out about this…. what is the process for show category posts …….
    thanx

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Deepak.,

    May i know your theme name?

    And try after update permalink settings if not working just change default theme then try it if no luck delete that category and create new one with same name and details then try it

    Rajan

    Thread Starter deepakbhatt619

    (@deepakbhatt619)

    thakns rajan for your answer…… i solved the problem…. bt still one i choose more then 1 categories it’s showing only one post

    i mean i 3 posts and i selected only one category for all three posts ..bt only one post is displaying……
    my code is….

    <?php
    	if(have_posts()) :
    		while (have_posts()) : the_post();
    		wp_redirect(get_permalink($post->ID));
    
    		endwhile;
    	endif;
    
    ?>

    thnx in advanve

    Deepak

    I am not understand, Is category page template code?

    What is requirement exactly?

    Thread Starter deepakbhatt619

    (@deepakbhatt619)

    yes it’s category page

    Sorry for the delay

    If its working please leave it or please explain your requirement

    Thread Starter deepakbhatt619

    (@deepakbhatt619)

    thnks rajan problem solved…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Category link page’ is closed to new replies.