Guest User

Arqquivo search.php

a guest
Oct 25th, 2017
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.46 KB | None | 0 0
  1. <?php
  2. /**
  3.  * The template for displaying search results pages.
  4.  *
  5.  * @link https://livecomposerplugin.com/themes/
  6.  *
  7.  * @package LC Blank
  8.  */
  9.  
  10. get_header();
  11. $url = admin_url( 'post-new.php?post_type=dslc_templates' );
  12. ?>
  13.  
  14.     <div class="align-center">
  15.         You can <a href="<?php echo $url; ?>">create design</a> for this archive page in the Live Composer. <a href="<?php echo $url; ?>">WP Admin > Live Composer > Templates.</a>
  16.     </div>
  17.  
  18. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment