PluginProbe
Post Snippets – Custom WordPress Code Snippets Customizer / trunk
Post Snippets – Custom WordPress Code Snippets Customizer vtrunk
4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.1 1.7.2 1.7.3 1.8 1.8.1 1.8.2 1.8.3 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.8.9.1 1.8.9.2 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 All 115 releases
post-snippets / views / help / gutenberg.php

gutenberg.php in Post Snippets – Custom WordPress Code Snippets Customizer trunk, at views/help/gutenberg.php

24 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) exit;
3 ?>
4
5 <h2><?php _e('Setup Gutenberg Block', 'post-snippets'); ?></h2>
6
7 <ul>
8 <li><?php _e('Go to Post/Pages', 'post-snippets'); ?></li>
9 <li><?php _e('Add New or edit existing Post/Pages', 'post-snippets'); ?></li>
10 <li><?php _e('Click on the + icon and insert Post Snippets block', 'post-snippets'); ?>
11 <ul >
12 <li style="list-style-type: none;"><img src="<?php echo plugins_url('assets/img/help/gutenberg-block1.png', \PostSnippets::FILE); ?>" /></li>
13 </ul>
14 </li>
15 <li><?php _e('You can find the created snippet from the drop-down menu', 'post-snippets'); ?>
16 <ul>
17 <li style="list-style-type: none;"><img src="<?php echo plugins_url('assets/img/help/gutenberg-block2.png', \PostSnippets::FILE); ?>" /></li>
18 </ul>
19 </li>
20 <li><?php _e('Select any snippet', 'post-snippets'); ?></li>
21 <li><?php _e('Click on the Publish button', 'post-snippets'); ?></li>
22 <li><?php _e('Click on the view page link', 'post-snippets'); ?></li>
23 <li><?php _e('See the snippet result on the frontend', 'post-snippets'); ?></li>
24 </ul>