treehouse : what would you like to learn today?
Web Design Web Development iOS Development

wp loop

  • Hello, im kinda new to wordpress and i have been strugling to find out how to output the loop on the main blog page (am using it as a CMS) all in spanish.

    the webpage is ecocar

    what i need to change are thing like "uncategorized" or "no comments" i have tried to do so in the single.php but it was unsuccesfull.

    thanks a lot for your help.
  • "furiber" said:
    Hello, im kinda new to wordpress and i have been strugling to find out how to output the loop on the main blog page (am using it as a CMS) all in spanish.

    the webpage is ecocar

    what i need to change are thing like "uncategorized" or "no comments" i have tried to do so in the single.php but it was unsuccesfull.

    thanks a lot for your help.


    change uncategorized or no-comments to what?

    and the loop is if(posts) { }.

    I take it you want to style these things you are talking about? or take them away from your page?

    if you are more specific it will be easier to help