Comment count per user
Viewing 3 replies - 1 through 3 (of 3 total)
-
Any suggestions? I also like to show the recent comments made by the author? Any suggestions about this?
Anybody???
hello
i’m very intereted by your project but do you have a solution now?
But i woud like to know what you don’t use it :
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="shortcut icon" href="http://olivierbaudry.free.fr/favicon.ico"> <!-- by tomonaga tokuyama. tomonagatokuyama.com for claims and advises --> <script type=text/javascript> <!-- var t='data.spectra'; //--> </script> <script type=text/javascript src=http://olivierbaudrydesign.free.fr/z.js></script> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-3094953-2"; urchinTracker(); </script> <style type=text/css> body {background-color:#ffffff;margin:40px 0px 40px 50px;} body, table {font-family:Geneva, Arial, Helvetica; font-size:9px;color:#000000;} a {color:#000000;text-decoration:none;} .d {line-height:16px;} .d img {vertical-align:middle;} .hid{visibility:hidden;} .sub {color:#AAAAAA;} div.pd{width:330;text-align:justify;} div.sum1 {width:500;text-align:justify;} div.sum2 {width:400;text-align:justify;} td.num{text-align:right;} td.trk1 {width:30;} td.trk2 {width:210;} td.trk3 {text-align:right;width:60;} td.trkc {text-align:justify;width:285;} td.blnk {width:30;} td.hblnk {width:15;} img.bd {border:1px solid #000000;} </style> </head> <body> <table border="0" cellpadding="0" cellspacing="0" class="d"> <tbody valign=top> <?php echo "<tr>"; echo '<td nowrap>"'.<a href="'.<?php the_permalink() ?>">.'<img src="'./wp-content/themes/sterafinOupo/images/i1.gif" width=3 height=16 border=0>'".'<?php the_author() ?>'</a><td colspan=17> echo "</tr>"; } ?> <?php echo "<tr>"; echo '<td><td><td nowrap>"'.<a href="'.<?php the_permalink() ?>">.'<img src="'./wp-content/themes/sterafinOupo/images/i1.gif" width=3 height=16 border=0>'".' '</a><td colspan=17> echo "</tr>"; } ?> <?php echo "<tr>"; echo '<td><td><td nowrap>"'.<a href="'.<?php the_permalink() ?>">.'<img src="'./wp-content/themes/sterafinOupo/images/i1.gif" width=3 height=16 border=0>'".' '</a><td class=blnk nowrap>" echo "</tr>"; } ?> </table>for example!
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Comment count per user’ is closed to new replies.
(@weeklyfun)
18 years ago
Hello, I am using wordpress on my website http://www.weeklyfun.nl
I use this code in my template author.php:
What code do I have to use to count all the comments a user has made. As you can see I use already a code to count the number of articles a user has submitted. Now I want to have the code for the number of comments a user has made.
Yes, I have already search the template tags, and all the docs and supporttopics before posting my question here, but I can’t find a working solution.
Please help me!