內容簡介
這個外掛,您只需要在 WordPress 安裝後,就能在每個頁面上顯示 Google 廣告。
您可以把廣告代碼放在您的文章和頁面中。
只需要安裝後,輸入您的 Google Adsense 代碼。
此外掛會自動將您的廣告代碼插入到您的文章和頁面中。
手動插入廣告位置時,只需在需要插入的位置插入 <!--ads-->。
如果您不希望文章中有廣告,只需插入 <!--noads-->。
任意部分
您可以提供與以上內容相同格式的任意部分。
在極其複雜的外掛中,可能需要傳達更多信息,這些信息無法放入“描述”或“安裝”類別中。任意部分將顯示在上面概述的內置部分下方。
簡要的 Markdown 示例
排列清單:
一些功能
另一個功能
關於外掛的一些其他內容
無序列表:
某些事物
其他東西
第三個事情
這裡有一個指向 WordPress 和指向Markdown 的語法文檔的鏈接。
標題是可選的。
Markdown 使用電子郵件樣式的註釋來進行引言,我被告知:
星號用於強調。雙重星號用於加強強調。
<?php code(); // goes in backticks ?>
外掛標籤
開發者團隊
原文外掛簡介
Just plugin to show Google Ads on every page.
You can put your ads code to your post and page.
Just install then insert your Google Adsense code.
This plugin automatic insert your ads code to your posts and pages.
Insert where you want to display ads position manually.
If you want no ads on post, just insert
Arbitrary section
You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
plugins where more information needs to be conveyed that doesn’t fit into the categories of “description” or
“installation.” Arbitrary sections will be shown below the built-in sections outlined above.
A brief Markdown Example
Ordered list:
Some feature
Another feature
Something else about the plugin
Unordered list:
something
something else
third thing
Here’s a link to WordPress and one to Markdown’s Syntax Documentation.
Titles are optional, naturally.
Markdown uses email style notation for blockquotes and I’ve been told:
Asterisks for emphasis. Double it up for strong.
