Viewing 1 replies (of 1 total)
  • Plugin Author sparkweb

    (@sparkweb)

    Hi Ben,

    I have some pending code that I’ll release in a few days for this. For now, open up the main plugin file and put this code around line 104:

    if (isset($_GET['author'])) $args['author'] = (int)$_GET['author'];
    if (isset($_GET['author_name'])) $args['author_name'] = $_GET['author_name'];

    Add “&author=X” or “&author_name=Y” to the querystring where X is the ID of the author or Y is the nicename of the author.

Viewing 1 replies (of 1 total)

The topic ‘Filter by authro’ is closed to new replies.