Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
course:wordpress_tutorials:how_to_display_news_excerpts:start [2018/10/29 11:59] – [Rich Text Excerpts] riya.li | course:wordpress_tutorials:how_to_display_news_excerpts:start [2018/10/30 10:09] (current) – [List category posts] riya.li | ||
---|---|---|---|
Line 19: | Line 19: | ||
* List category posts是使用[catlist]短代码在帖子或页面中按类别列出帖子,当编辑页面或帖子时,直接在“Text”中插入短代码,帖子将在那里列出。 | * List category posts是使用[catlist]短代码在帖子或页面中按类别列出帖子,当编辑页面或帖子时,直接在“Text”中插入短代码,帖子将在那里列出。 | ||
* {{: | * {{: | ||
+ | * 基本用法是这样的: | ||
+ | * {{: | ||
+ | * {{: | ||
+ | * 要显示每个帖子的摘录使用:[catlist excerpt = yes] | ||
+ | * 列出“Dogs”类别的帖子:[catlist name = Dogs] | ||
+ | * 更多参数请参考:https:// | ||
+ | |||
+ | |||