
內容簡介
不知道你有沒有遇過這個問題:你發佈了一篇文章,然後你添加了一個更新,但你需要一些時間來在文章開頭連結更新內容。
這個外掛可以解決你的問題:只需要添加更新,將 shortcode 放在更新內容上,剩下的交給外掛處理。
使用方法
在更新內容周圍放置 shortcode [update]。完成。
範例
自動產生標題:
[update]
這是更新內容
[/update]
自定義文字:
[update title=”我的自定義更新標題”]
這是更新內容
[/update]
自定義標題不顯示於文章中:
[update title=”我的自定義更新連結文字” notitle=”true”]
這是一個有自定義連結文字的更新內容,但不會顯示於文章中
[/update]
自動產生標題不顯示於文章中:
[update title=”false”]
這是一個有預設連結文字的更新內容,但不會顯示於文章中
[/update]
外掛標籤
開發者團隊
原文外掛簡介
Who doesn’t know this: You published a post, you add an Update and then you need some time to perhaps link the updates at the beginning of the post.
This will solve your problem: just update, put the shortcode around your update and leave the rest up to the plugin.
Usage
Put the Shortcode [update] around some Update-Section. You’re done.
Examples
Auto generated title:
[update]
This is an Update
[/update]
Self defined Text:
[update title=”My custom Update title”]
This is an Update
[/update]
Self defined title not shown in post
[update title=”My custom update link text” notitle=”true”]
This is an Update with a custom link text in the beginning, but not showing inside the post
[/update]
Auto generated title not shown in post
[update title=”false”]
This is an Update with a default link text in the beginning, but not showing inside the post
[/update]
