Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the updraftplus domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/w16609.ws.domainking.cloud/mudabukuro.miracle-dance.com/wp-includes/functions.php on line 6114
Prev/Nextナビ(戻る/進むのリンク) | 無駄ぶくろ~無駄なモノほど面白い
Deprecated:関数 print_emoji_styles は、バージョン 6.4.0 から非推奨になりました ! 代わりに wp_enqueue_emoji_styles を使用してください。 in /var/www/vhosts/w16609.ws.domainking.cloud/mudabukuro.miracle-dance.com/wp-includes/functions.php on line 6114

Prev/Nextナビ(戻る/進むのリンク)

WP親子関係(階層構造)(・ω・)

投稿ページの下の方にある、「←Prev〔古〕/〔新〕Next→〕の表示。

全ページ対象だったのを、カテゴリー単位に変更しました。

日記系のブログではないので、カテゴリー単位で、移動させた方がよさそうです。

ブログ(single.php)は、

$ooo_post_link_flag = true;    //変数しておく。 定数falseになってる。

$next_post = get_adjacent_post( $ooo_post_link_flag, ", false );
<div class="next"><?php next_post_link( '%link’, ~, $ooo_post_link_flag ); ?></div>

$prev_post = get_adjacent_post( $ooo_post_link_flag, ", true );
<div class="prev"><?php previous_post_link( '%link’, ~, $ooo_post_link_flag ); ?>

全ページのPrev/Nextの時は false(そうなってる)ので、これを変更すればOK。

変数化して、戻せるようにしておけばいいと思います。

固定ページ(page.php)で、同一階層の固定ページで、移動させようとしたのですが、うまくいかなかったから断念。(スラッグのファイル名順に並べてます)

固定ページは親IDを拾って、親IDの子(つまり自分の兄弟姉妹)の固定ページを、ファイル名順に並べる形式にしました。

 

使いやすくなったかな?