Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am transteph on github.
  • I am transteph (https://keybase.io/transteph) on keybase.
  • I have a public key ASBDp3vnIpvG3n-G0-ksKrgdtPphXqb-0cOvyd29tO_PgAo

To claim this, I am signing this object:

@transteph
transteph / gist:5e28b10a43761419905ee0059416ed2f
Created September 9, 2017 01:00 — forked from dcooney/gist:ae4caec3f9061dd47627
Query by Category Ajax Load More
<?php
$cat = get_query_var('cat');
$category = get_category ($cat);
echo do_shortcode('[ajax_load_more seo="true" category="'.$category->slug.'"]');
?>