[WordPress] 外掛分享: Ruven Themes: Post Formats UI

首頁外掛目錄 › Ruven Themes: Post Formats UI
10+
安裝啟用
尚無評分
4214 天前
最後更新
問題解決
WordPress 3.5.0+ v1.0 上架:2014-05-20

內容簡介

本外掛提供為文章格式連結、引言、影片和音訊提供使用介面。

被 Ruven 設計的特定佈景主題將會顯示使用者透過介面所提供的數據。
在其他佈景主題下,您必須編輯佈景主題中的樣板以輸出數據。

連結設定

連結 URL:<?php echo esc_url(get_post_meta($post_id, '_rtpfui_link_url', true)); ?>

引言設定

引言:<?php echo esc_attr(get_post_meta($post_id, '_rtpfui_quote', true)); ?>
來源名稱:<?php echo esc_attr(get_post_meta($post_id, '_rtpfui_quote_source_name', true)); ?>
連結 URL:<?php echo esc_url(get_post_meta($post_id, '_rtpfui_quote_link_url', true)); ?>

影片設定

內嵌程式碼或 oEmbed URL:<?php echo get_post_meta($post_id, '_rtpfui_video_oembed', true); ?>
自架 MP4 檔案:<?php echo esc_url(get_post_meta($post_id, '_rtpfui_video_mp4_file', true)); ?>
自架 OGV 檔案:<?php echo esc_url(get_post_meta($post_id, '_rtpfui_video_ogv_file', true)); ?>

音訊設定

內嵌程式碼或 oEmbed URL:<?php echo get_post_meta($post_id, '_rtpfui_audio_oembed', true); ?>
自架 MP3 檔案:<?php echo esc_url(get_post_meta($post_id, '_rtpfui_audio_mp3_file', true)); ?>
自架 OGG 檔案:<?php echo esc_url(get_post_meta($post_id, '_rtpfui_audio_ogg_file', true)); ?>

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Ruven Themes: Post Formats UI」→ 直接安裝(推薦)

原文外掛簡介

This plugin provides a UI for the post formats Link, Quote, Video, and Audio.
Selected themes by Ruven will display the data that you provide through the UI.
In other themes you will have to edit the templates in your theme in order to output the data.
Link Settings

Link URL:

Quote Settings

Quote:
Source Name:
Link URL:

Video Settings

Embed Code or oEmbed URL:
Self Hosted MP4 File:
Self Hosted OGV File:

Audio Settings

Embed Code or oEmbed URL:
Self Hosted MP3 File:
Self Hosted OGG File:

延伸相關外掛

文章
Filter
Apply Filters
Mastodon