Comenters Plugin
-
OK…I’m moving along at a snails pace. My 50 year old brain is caffine enriched but that doesn’t seem to be helping a whole lot! Can someone explain the following?
Example:
-
<?php get_commenters('top', 3); ?>
Outputs:
- Joe Bob (75)
- No Homepage Guy (56)
- Suzy (41)
Example:
Recent love from:<?php get_commenters('recent', 3, '', ', ', true); ?>
Outputs:
Recent love from:Joe Bob
,
No Homepage Guy,
Suzy
I placed the first example in my template and I get the following on my page:
tim (1)
tim(1)
I replaced ‘top’ with ‘recent’ in the plugin template. Am I supposed to put the ‘outputs:’ section in my template as well?
I need more coffee…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Comenters Plugin’ is closed to new replies.