<?php
$page_data = get_page_by_path('ここにページネーム'); $page = get_post($page_data);
$content = $page -> post_content;
echo $content;
?>
あとは、single.phpなどの任意の場所へ貼り付け
<?php
$page_data = get_page_by_path('ここにページネーム'); $page = get_post($page_data);
$content = $page -> post_content;
echo $content;
?>
あとは、single.phpなどの任意の場所へ貼り付け
For further actions, you may consider blocking this person and/or reporting abuse
From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.
Bob Cars(on) -
Łukasz Wójcik -
ashu-commits -
Zhang Wei -
Top comments (0)