代码提交

This commit is contained in:
yaoyuan2.chu
2021-03-14 01:30:38 +08:00
parent a29ff4b0b8
commit 055f77d499
11 changed files with 206 additions and 43 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ get_header();
the_post_navigation(
array(
'prev_text' => '<span class="nav-subtitle">' . esc_html__( 'Previous:', 'cyywordpress' ) . '</span> <span class="nav-title">%title</span>',
'next_text' => '<span class="nav-subtitle">' . esc_html__( 'Next:', 'cyywordpress' ) . '</span> <span class="nav-title">%title</span>',
'prev_text' => '<span class="nav-subtitle">' . esc_html__( '上一篇:', 'cyywordpress' ) . '</span> <span class="nav-title">%title</span>',
'next_text' => '<span class="nav-subtitle">' . esc_html__( '下一篇:', 'cyywordpress' ) . '</span> <span class="nav-title">%title</span>',
)
);