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/lavelo/theme-layouts/header/search-bar.php
<?php
$lavelo_id    = ( isset( $post ) ) ? $post->ID : 0;
$lavelo_id    = ( is_home() ) ? get_option( 'page_for_posts' ) : $lavelo_id;
$lavelo_meta  = get_post_meta( $lavelo_id, 'page_type_metabox', true);
?>
<div class="search-quote search-right">
    <div class="search">
        <button>
            <i class="fi fa fa-search"></i>
        </button>
        <div>
           <form method="get"  action="<?php echo esc_url(home_url('/')); ?>" class="searchform" >
                <input type="text" class="form-control" name="s" placeholder="<?php echo esc_attr__('Search...','lavelo'); ?>">
                <button type="submit"><i class="fi fa fa-search"></i></button>
            </form>
        </div>
    </div>
</div>