Skip to content

Instantly share code, notes, and snippets.

@ko31
Created May 16, 2015 06:49
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 ko31/65c5dfc12baf961d383e to your computer and use it in GitHub Desktop.
Save ko31/65c5dfc12baf961d383e to your computer and use it in GitHub Desktop.
【WPcalendar】postデータだけjson変換するよう変更
//data.item.push({title:item.title, url:item.link, date:item["wp:post_date"]["#"]});
if (item["wp:post_type"]["#"] == 'post') {
data.item.push({title:item.title, url:item.link, date:item["wp:post_date"]["#"]});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment