Forums

[Plugin: Post-lister] Fix showdate, showtime, showauthor (2 posts)

  1. gggt
    Member
    Posted 2 years ago #

    There seem to be a couple of bugs in include/WlistBlock.class.php

    In lines 159 and 163 the sprintf statement just substitutes the translation for date and time. These need to be edited to something like:
    sprintf('%s', get_the_time())

    Use something more ornate that %s if desired. To change the date format edit the parameters in the getthetime() function.

    Also, in line 144 the conditional looks incorrectly for a 'showauthorname' value. Change to:
    $request['showauthor'] == 'true'

    This is a really excellent plugin!

    http://wordpress.org/extend/plugins/post-lister/

  2. Darathor
    Member
    Posted 1 year ago #

    Oops, sorry, I didn't see this post.

    Some corrections are already available in the SVN repo (trunk version).

    I'll check if these bugs are fixed.

    Then it should be the time to tag a new version!

Topic Closed

This topic has been closed to new replies.

About this Topic