Skip to content

Instantly share code, notes, and snippets.

@gatespace
Last active March 27, 2018 06:44
Show Gist options
  • Save gatespace/36d09ffccfc265e4bea8ae5e2c61b90f to your computer and use it in GitHub Desktop.
Save gatespace/36d09ffccfc265e4bea8ae5e2c61b90f to your computer and use it in GitHub Desktop.
[WordPress] WP Simple Related Posts で関連記事にアイキャッチ画像や抜粋をつけたい ref: https://qiita.com/gatespace/items/705e05a1cdc1610addde
<?php
$ids = sirp_get_related_posts_id();
array(3) {
[0]=> array(1) {
["ID"]=> string(4) "7763"
}
[1]=> array(1) {
["ID"]=> string(4) "7757"
}
[2]=> array(1) {
["ID"]=> string(4) "7753"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment