內容簡介
本外掛提供為文章格式連結、引言、影片和音訊提供使用介面。
被 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)); ?>
外掛標籤
開發者團隊
原文外掛簡介
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:
