PHP Classes

File: post-noresults.php

Recommend this page to a friend!
  Classes of Joko Prasetyo   kciaotime WordPress Theme   post-noresults.php   Download  
File: post-noresults.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: kciaotime WordPress Theme
WordPress theme to customize different page parts
Author: By
Last change:
Date: 1 year ago
Size: 231 bytes
 

Contents

Class file image Download
<div class="post">
       
    <div class="entry">
        <p><?php _e('No results were found for your request!','kciao'); ?></p>
    </div>

    <div id="content-search">
        <?php get_search_form(); ?>
</div>
   
</div>