
內容簡介
Ava 是一個極簡的短代碼外掛,允許您輕鬆地顯示頭像。您只需要在 WordPress 文章或頁面中輸入 [ava] 即可。這樣做可以顯示當前登錄用戶的頭像。
要顯示特定用戶,請進行以下操作:
[ava id=”1″]
要更改大小並添加 alt 屬性,請進行以下操作:
[ava size=”32″ alt=”me”] 或 [ava id="1" size="32" alt="me"]
如果您熟悉編輯主題和使用 PHP,您還可以通過使用以下代碼使用此短代碼:<?php echo do_shortcode('[ava]'); ?>
外掛標籤
開發者團隊
原文外掛簡介
Ava is a minimal shortcode which allows you to easily display an avatar. All you need to do is type [ava] into a WordPress post or page. Doing this will display the currently logged in user’s avatar.
To show a specific user, do this:
[ava id=”1″]
To change the size and add an alt attribute do this:
[ava size=”32″ alt=”me”] or [ava id="1" size="32" alt="me"]
If you are comfortable editing your theme and with PHP you may also utilize this shortcode by using:
