ヤドテク

a

PHP
	$post_id = get_page_by_path($slug, OBJECT, $postType)->ID;
	$data = [
		'permalink'			=> get_the_permalink($post_id),
		'title'				=> get_the_title($post_id),
		'category'			=> get_the_category($post_id),
		'date_post'			=> get_the_time('Y/m/d', $post_id),
		'date_update'		=> get_the_modified_time('Y/m/d', $post_id),
		'datetime_post'		=> get_the_time('Y-m-d', $post_id),
		'datetime_update'	=> get_the_modified_time('Y-m-d', $post_id),
		'tags'				=> get_the_tags($post_id),
		'thumbnail'			=> has_post_thumbnail($post_id) ? get_the_post_thumbnail_url($post_id) : DUMMY_IMAGE ,
	];

監修者

やどぐみ
やどぐみ
IT/Web系企業のフロントエンドエンジニア。
Webサイトの設計・構築・運用をしつつ、SEOをサポートする業務も対応。SEO戦略の立案やテクニカルSEOに取り組み中。
多数のオウンドメディアの開発経験を活かし、技術情報を分かりやすく発信する技術ブログを開設。初心者から上級者まで、Web技術やSEOに関する情報を提供しています。
X