
內容簡介
Narwhal 可以讓大部分的 WordPress 主題裝扮成強大的微型部落格。它輕巧而簡單,可以讓你的網站外觀和感覺保持不變(也許需要自己調整 CSS)。此外,它在網站的首頁上(或其他頁面,如果您需要的話)添加了一個前端新文章區域。
Narwhal 是 Jon Smajda 的 Posthaste 的修改版本。
以下是本外掛的一些注意事項:
可以在「設定→撰寫→Narwhal 設定」中選擇想要在表單中出現的欄位,以及表單要出現在哪些頁面。
如果把標題欄留空,它會以文章內容的前40個字元作為標題。
如果將「分類」欄位保持預設設定,文章會發佈到默認分類。但是...
如果您有一個名為「asides」的分類,即使您未明確指定「asides」分類在下拉菜單中,它也會將沒有標題的文章放入「asides」分類中。您可以使用 設計它們的樣式。
包含的 CSS 是故意簡單的。如果你的主題已經設計好了表單的樣式,它可能會繼承你的主題樣式。如果您想自定義表單的外觀,只需自定義您自己的 CSS 檔案即可。例如,您可以通過集中指定在自己的 custom CSS 當中的 #narwhalForm 來更改表單的寬度。
你的部落格必須至少有一篇文章,才能出現此表單。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Narwhal Microblog adds a minimal front-end posting form on any page with the shortcode, [narwhal]. It’s meant for short updates or microblogging.
The form submits without refreshing the page and then redirects to the post that was created. If you don’t quite like this behavior, check out the FAQs.
Unlike other front-end forms that have you type out the title, post content, and tags separately, this plugin takes an original approach by using a special format. Think of it like using markdown in a way (if you’re familiar with that). Once you commit the format to memory it makes posting updates even faster.
What you type into the textarea is:
(Title in parentheses)
Content on a new line with any word #hashtagged.
Example:
(This is an amazing title)
But, the #content is even better!
The above would create a post titled, “This is an amazing title,” with “content” as a tag.
