Inline Responsive Preview
Inline Responsive Preview - WordPress Plugin
by Courtney Ivey · github.com/oxocode/inline-responsive-preview · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/oxocode/inline-responsive-preview/archive/refs/heads/master.zipDescription
Allows users to preview the current post at common responsive breakpoints within the existing post edit screen.
Installation
Automatic Installation
- Visit
Plugins > Add New - Search for 'Inline Responsive Preview'
- Activate 'Inline Responsive Preview' from your Plugins page.
- Go to 'After Activation' below.
Manual Installation
- Upload the entire
/inline-responsive-previewdirectory to the/wp-content/plugins/directory. - Activate Inline Responsive Preview through the 'Plugins' menu in WordPress.
After activation
- When you click 'Preview Changes' in the dashboard 'Add / Edit Post' screen, a new frame will appear with the current post you're adding/editing.
Frequently Asked Questions
- How Do I Add a Custom Post Type?
add_post_type_support( '{custom-post-type}', 'inline-responsive-preview' );
Screenshots
Changelog
0.1.0
- First release
Upgrade Notice
0.1.0
First Release