Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dlsantos

    (@dlsantos)

    planetthoughtful,
    Your quick hack has been working, already, in my blog. And I must say that it works terrific! Thank you very much for your time and patience!
    Just as a suggestion for the developers, and also for other users who might come into this thread, wouldn’t it be a good idea to incorporate such funcionality into WP’s core? I mean, when creating a new category, one could have the possibility to select whether it should be moderated individually or not.
    Thanks again for the help.
    Daniel
    http://danielsantos.f2o.org/brain/

    Thread Starter dlsantos

    (@dlsantos)

    I managed to find what the problem was. As it’s 1.2RC1, I had translated months and workdays to Portuguese, using locale.php. That was bringing problems about. Now that I’ve changed everything back to English again, my RSS feed validated. But now my main blog page shows dates in English. What shall I do? Please, help me.

    Bruce, here’s the way I use list_cats in my own blog:
    <?php list_cats(1, ‘All’, ‘name’, ‘asc’, ”,1,0,1,1); ?>
    The 8th parameter, count shall be set to true, that is, “1”. You cannot ignore any other parameters, so, when you do not want a funcionality to work, set it to false (0).
    It should be enough to make things work fine. HTH.

Viewing 3 replies - 1 through 3 (of 3 total)