changed admin page
This commit is contained in:
parent
b3cbf9335c
commit
31c9f7345f
|
@ -30,7 +30,7 @@ function pft_options_page(){
|
|||
<p>
|
||||
<a href="https://wordpress.org/support/plugin/posts-from-tag/" class="button button-primary" target="_blank"><?php echo esc_html__( 'Support', 'PFT' ); ?></a>
|
||||
<a href="https://wordpress.org/support/plugin/posts-from-tag/reviews/" class="button" target="_blank"><?php echo esc_html__( 'Leave a Review', 'PFT' ); ?></a>
|
||||
<a href="https://wphait.com/request-customization/" class="button" target="_blank"><?php echo esc_html__( 'Request Customization', 'PFT' ); ?></a>
|
||||
<a href="https://vitrubio.net" class="button" target="_blank"><?php echo esc_html__( 'Request Customization', 'PFT' ); ?></a>
|
||||
</p>
|
||||
|
||||
<div class="feature-section has-2-columns alignleft">
|
||||
|
@ -38,7 +38,7 @@ function pft_options_page(){
|
|||
<h3><?php echo esc_html__( 'How to Use (Using Widget)', 'PFT' ); ?></h3>
|
||||
<ol>
|
||||
<li><?php echo esc_html__( 'Go to Appearance >> Widgets', 'PFT' ); ?></li>
|
||||
<li><?php echo esc_html__( 'Find MT: Posts From Tag widget', 'PFT' ); ?></li>
|
||||
<li><?php echo esc_html__( 'Find: Posts From Tag widget', 'PFT' ); ?></li>
|
||||
<li><?php echo esc_html__( 'Add the widget to the sidebar you want to use', 'PFT' ); ?></li>
|
||||
<li><?php echo esc_html__( 'Fill in the desired fields and we are good to go', 'PFT' ); ?></li>
|
||||
</ol>
|
||||
|
|
Loading…
Reference in New Issue