前言介紹
- 這款 WordPress 外掛「Werk aan de Muur」是 2016-02-01 上架。
- 目前有 1000 個安裝啟用數。
- 上一次更新是 2024-11-26,距離現在已有 159 天。
- 外掛最低要求 WordPress 3.0.1 以上版本才可以安裝。
- 有 6 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
zoefff |
外掛標籤
art | wadm | art heroes | oh my prints | werk aan de muur |
內容簡介
「Werk aan de Muur」/「Art Heroes」是一個供應印刷定制壁畫的線上市集。藝術家和攝影師可以上傳他們的圖像,設置他們的佣金,並即時將定制的藝術印刷品銷售給歐洲各地的客戶。
此外掛可讓您輕鬆地將「Werk aan de Muur」或「Art Heroes」商店整合到 WordPress 網站中。安裝後,您可以使用兩個標籤將作品清單添加到頁面或文章中。請注意,所有簡碼 / 標籤都有兩個變體,`wadm_xxx` 和 `artheroes_xxx`。舊版的 `omp_xxx` 為向後兼容而仍然受支持,但您不應再使用它。它們的功能完全相同,它們只是彼此的別名。
所有作品
此標籤將列印您所有的作品清單,命令如下:
`[wadm_artlist] / [artheroes_artlist] / [omp_artlist]`(就別使用這個舊名稱的別名了)
輸出可以使用以下幾個屬性進行自定義設置:
- `limit`:每頁作品的數量,預設為 12 張。每頁最多 33 件作品。
- `columns`:指定要顯示的列數,預設為 3 列。
- `order`:設置作品排序方式,預設為商店中的訂單。可選值有 `date_asc`、`date_desc`、`title_asc`、`title_desc` 和 `rating`。
- `medium_id`:顯示特定材料的價格,預設為商店中的設置。可選值為:
- `1`:畫布
- `2`:相框印刷
- `3`:海報 / 照片印刷
- `4`:Alu-dibond
- `5`:Xpozer
- `8`:木材
- `11`:鋼材
- `12`:壁紙
- `13`:聲學印刷
- `15`:Alu-dibond Acryl
- `16`:無縫壁紙
- `17`:圓形
- `size`:顯示特定尺寸的價格,預設為商店中的偏好設置。可選值為 `small`、`medium`、`large` 和 `xlarge`。
- `locale`:設置所需的語言區域,默認為商店語言。可選值有 `nl_NL`、`de_DE`、`de_AT`、`de_CH`、`fr_FR`、`fr_CH` 和 `en_GB`。
例如,使用以下標籤顯示 20 張作品,分成 2 列按日期排序(降序,最新的放在最前):
`[wadm_artlist limit=20 columns=2 order=date_desc]`
第二個例子,使用以下標籤顯示 Alu-dibond 材料的小尺寸作品:
`[wadm_artlist medium_id=4 size=small]`
指定相冊
此標籤可讓您列印特定相冊的作品。您可以在藝術家儀表板中找到相冊 ID。輸出還可以使用 `limit`、`columns` 和 `order` 屬性進行自訂。需要使用 `albumid` 屬性。例如:
`[wadm_album albumid=999 limit=20 columns=2]`
單個作品
此標籤會顯示特定的作品,請使用 "werkcode" 作為 artid。
`[wadm_artwork artid=999] / [artheroes_artwork artid=999]`
指定語言區域 / 要連結的網站
如果您的網站支援多種語言區域,您可以使用此標籤指定語言。
原文外掛簡介
“Werk aan de Muur” / “Art Heroes” is an online marketplace for print on demand wall art. Artists and photographers can upload their images, set their commissions, and instantly sell custom art prints to customers from across Europe.
With this plugin, you can easily integrate your “Werk aan de Muur” or “Art Heroes” shop into your own WordPress site. After installation, there are two tags you can use to add a list of artworks to a page or post. Note that all shortcodes / tags are available in two variants, wadm_xxx and artheroes_xxx. The older omp_xxx is still supported for backwards compatibility, but you shouln’t use it anymore. Functionally they’re exactly the same, they’re just aliases for eachother.
All artworks
[wadm_artlist] / `[artheroes_artlist]` / `[omp_artlist]` (old alias, don't use this anymore)
This tag prints a paginated list of your artworks. The output can be customized with a few attributes:
limit: Number of artworks per page. Default is 12 artworks. Max. 33 artworks per page.
columns: Specifiy the number of columns. Defaults to 3 columns.
order: Set the artwork order. Defaults to order as in shop. Accepted values are date_asc, date_desc, title_asc, title_desc and rating
medium_id: Show prices of a specific medium. Defaults to the preferences in your shop. Accepted values are:
1: Canvas
2: Framed print
3: Poster / photoprint
4: Alu-dibond
5: Xpozer
8: Wood
11: Steel
12: Wallpaper
13: Acoustic prints
15: Alu-dibond Acryl
16: Seamless wallpaper
17: Round
size: Show prices of a specific size. Defaults to the preferences in your shop. Accepted values are: small, medium, large and xlarge
locale: Set the desired locale. Defaults to your shop language. Accepted values are: nl_NL, de_DE, de_AT, de_CH, fr_FR, fr_CH and en_GB
For example, show 20 artworks in 2 columns, ordered by date (descending, newest first) with this tag:
[wadm_artlist limit=20 columns=2 order=date_desc]
Or a second example, show artworks with small Alu-dibond as default material with this tag:
[wadm_artlist medium_id=4 size=small]
Specific album
[wadm_album albumid=999] / `[artheroes_album albumid=999]`
The album tag allows you to print artworks from a specific album. You can find the album id in your artist dashboard. The output can again be customized with the limit, columns and order attributes. The albumid attribute is required. For example:
[wadm_album albumid=999 limit=20 columns=2]
Single artwork
[wadm_artwork artid=999] / `[artheroes_artwork artid=999]`
Prints a specific artwork. Use the ‘werkcode’ as artid.
Specific locale / website to link to
[wadm_artwork locale=de_AT] / `[wadm_artwork locale=de_AT]`
If your website has locale support you can redirect the visitor directly to the matching “Werk aan de Muur” or “Art Heroes” website. Currently supported locales are nl_NL, de_DE, fr_FR, de_AT, de_CH, fr_CH and en_GB (english/international).
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Werk aan de Muur」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.0.0 | 1.0.1 | 1.0.2 | 1.1.1 | 1.1.2 | 1.1.3 | 1.1.4 | 1.1.5 | 1.1.6 | 1.1.7 | 1.1.8 | 1.1.9 | 1.2.1 | 1.3.1 | trunk | 1.1.10 | 1.1.11 | 1.1.12 |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。