如何隐藏或禁用此«
在前面签名previous_post_link
?我在任何地方都找不到它-它只显示在生成的页面上。
这是我正在使用的代码:
<?php
$nextPost = get_next_post();
$nextthumbnail = get_the_post_thumbnail($nextPost->ID);
next_post_link(\'%link\',\'\'.$nextthumbnail.\'\');
$next_value = get_post_meta( $nextPost->ID, \'subtext\', $single = true);
?>
谢谢大家!