• It´s possible to make some counters that count the total posts on blog, total posts on each category, and the total comments on blogs and category?.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes.
    http://wiki.ww.wp.xz.cn/Plugin
    Scroll to stats.

    The CSS also validates, though you have to change this bit (starting on line 101)
    .feedback {
    color: #ccc;
    text-align: right;
    clear: all;
    }
    to:
    .feedback {
    color: #ccc;
    text-align: right;
    clear: both;
    }
    all isn’t a valid option for clear.
    Now, wether the CSS will validate when i’ve finished with my modifcations is another matter entirely!
    Charlie

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

The topic ‘Total posts, comments, etc…’ is closed to new replies.