現在の投稿に抜粋がある場合です。
When the current post has an excerpt
has_excerpt(’42’)
投稿42(ID)に抜粋がある場合です。
[php]post_excerpt) ) {When the post 42 (ID) has an excerpt.
// This post has no excerpt
} else {
// This post has excerpt
}
?>[/php]
他の使い方
自動表示の抜粋を隠す必要があり、投稿の抜粋が表示のみの場合です。
[php]テキストかコードに自動抜粋に置き換えます。when you need hide the excerpt auto displayed and only display yours posts excerpts.
[php]Replace auto excerpt for a text or code.
[/php]
コメント