Skip to content

Instantly share code, notes, and snippets.

@afiru
Last active July 5, 2017 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afiru/c46c211c57169473fab5b0616558870b to your computer and use it in GitHub Desktop.
Save afiru/c46c211c57169473fab5b0616558870b to your computer and use it in GitHub Desktop.
<script>
$(function() {
urlname ="<?php home_url('/'); ?>wp-json/wp/v2/posts?_embed&categories="+ categories;
$(function() {
$.each(results, function(i, item) {
$("ul#mylist").append(
"<li>"+ img_url + "<p class='title'>" + item.title.rendered + "</p></li>"
);
});
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment