Skip to content

Instantly share code, notes, and snippets.

@ayarse
Last active February 19, 2018 09:12
Show Gist options
  • Save ayarse/b407a71370c743fec3d244c1f2c0cfea to your computer and use it in GitHub Desktop.
Save ayarse/b407a71370c743fec3d244c1f2c0cfea to your computer and use it in GitHub Desktop.
Fixes bug on Wordpress Live Blogging (by cnorthwood) and Live Blogging Plus (vidyut) plugins where all posts are fetched when using the shortcode. Line 1166 has to be replaced with this snippet.
'tax_query' => array(
array(
'taxonomy' => 'liveblog',
'field' => 'name',
'terms' => $id,
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment