不過只要在 functions.php 加入以下語法,密碼保護文章的摘要就可以顯示密碼輸入框囉!
function excerpt_password_input( $excerpt ) { if ( post_password_required() ) $excerpt = get_the_password_form(); return $excerpt; } add_filter( 'the_excerpt', 'excerpt_password_input' );
function excerpt_password_input( $excerpt ) { if ( post_password_required() ) $excerpt = get_the_password_form(); return $excerpt; } add_filter( 'the_excerpt', 'excerpt_password_input' );
0 comments:
張貼留言