RT Post Formats UI provides a UI for post formats.
As of April 2026, Ruven Themes: Post Formats UI is a WordPress post formats plugin with 10 active installations and a 0/5 rating0. It has been downloaded 1.9K+ times in total. Requires WordPress 3.5.0+ and PHP false+. Available on WordPress.org since 2014. Last updated 11 years ago — may have compatibility concerns. Top alternative: Bulk Convert Post Format.
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
<?php echo esc_url(get_post_meta($post_id, '_rtpfui_link_url', true)); ?>Quote Settings
<?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)); ?><?php echo esc_url(get_post_meta($post_id, '_rtpfui_quote_link_url', true)); ?>Video Settings
<?php echo get_post_meta($post_id, '_rtpfui_video_oembed', true); ?>…| WordPress | 3.5.0+ requiredTested up to 4.0.38 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.