Viewing 1 replies (of 1 total)
  • Plugin Author Mike Martel

    (@mike_cowobo)

    Hi! Currently, author is not a parameter that WP Tiles allows in the posts query passed to WP Tiles itself. The only way to achieve this now, is by using the WP Tiles template tag in the loop ( the_loop_wp_tiles()). What you would have to do is set set up a primary loop that query posts per author ( ie. query_posts('author=32'); ) and then call the_loop_wp_tiles().

    Good luck!

    Mike

Viewing 1 replies (of 1 total)
  • The topic ‘Filter by author’ is closed to new replies.