<?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
ByteHide -
Harold Mudosa -
GreenestGoat -
Nozibul Islam -
Top comments (0)