• Hi, i use wordpress’s latest version.
    I found one problem. I set up that, only 5 post will be visible on my site and also summary size. After updated and then refresh my browser and see that, my all post are showing on my site’s front page and every post also full form. I don’t know whta’s the problem.

    Also i can’t fix it. Anybody can tell me how i can solve it or what should i do?

    Here is my site http://www.opengiga.com

    Waiting for right solution…

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Make sure the theme template uses the_excerpt() function to display the articles instead of the_content().

    Thread Starter sakib

    (@sakib)

    thanks for your information. But, where i have to go and i an sort out this code? I have no idea about php coding.. Simply anybody can tell me then i can change it..

    thanks Kwebble

    The homepage usually is index.php in the directory of your theme, yourwordpress/wp-content/themes/yourtheme.
    Look for the text the_content() and replace it with the_excerpt().

    Make sure you edit this file using an ASCII editor, or something like notepad, word processing software may add all kind of characters PHP doesn’t understand.

    Thread Starter sakib

    (@sakib)

    thanks again

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Front page displays Problem?’ is closed to new replies.