MENU

has_excerpt()

現在の投稿に抜粋がある場合です。

原文(翻訳元)When the current post has an excerpt

has_excerpt(’42’)

投稿42(ID)に抜粋がある場合です。

原文(翻訳元)When the post 42 (ID) has an excerpt.

[php]post_excerpt) ) {
// This post has no excerpt
} else {
// This post has excerpt
}
?>[/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]


[/php]
よかったらシェアしてね!
  • URLをコピーしました!

この記事を書いた人

WordPress Love! 休日はほぼWordPress仲間と一緒に勉強会や写真を撮りに行っています。現在育児中のため、オフが多いです(>△<<<)

コメント

コメントする

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

目次