https://bugzilla.wikimedia.org/show_bug.cgi?id=28932
Tomasz W. Kozłowski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Tomasz W. Kozłowski <[email protected]> 2011-10-25 17:50:37 UTC --- You might be willing to add the following code to single.php and archive.php in your Victor directory just slightly below <div class="post" id="post-<?php the_ID(); ?>"> in single.php and <div class="post"> in archive.php: <small>Posted by <?php the_author_posts_link() ?> on <?php the_time('F jS, Y') ?></small> A very similar code has been working quite fine on <http://tools.wikimedia.pl/blog/2011/09/> and <http://tools.wikimedia.pl/blog/2011/09/polska-wikipedia-ma-10-lat/> (that's a beta version of the Wikimedia Poland blog). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
