HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/globfdxw/diasporameetsafrica.com/wp-content/themes/DA10/widgets/widget-blog-search.php
<?php
   /* 
   * Theme: PREMIUMPRESS CORE FRAMEWORK FILE
   * Url: www.premiumpress.com
   * Author: Mark Fail
   *
   * THIS FILE WILL BE UPDATED WITH EVERY UPDATE
   * IF YOU WANT TO MODIFY THIS FILE, CREATE A CHILD THEME
   *
   * http://codex.wordpress.org/Child_Themes
   */
   if (!defined('THEME_VERSION')) {	header('HTTP/1.0 403 Forbidden'); exit; }
   
   global $CORE, $userdata, $settings, $post; 
   
 
   
   if(!_ppt_checkfile("widget-blog-search.php")){
   ?>

<div class="card-blog ppt-forms forms-nowhitebg" ppt-border1>
<div class="card-header bg-primary text-light text-600"><span><?php  echo __("Search","premiumpress"); ?></span></div>
  <div class="card-body">
  
    
 
    
    <form action="<?php echo _ppt(array('links','blog')); ?>/" method="get">
      <div class="position-relative mb-2">
        <input type="text" class="form-control" name="keyword" placeholder="<?php  echo __("Keyword..","premiumpress"); ?>">
        <button type="submit" class="iconbit btn"><i class="fa fa-search"></i></button>
      </div>
    </form>
  </div>
</div>
<?php } ?>