Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter kaitlinwright

    (@kaitlinwright)

    Hi Sourgirl23,

    I ended up solving the issue, although I don’t remember exactly what code existed here before, I think it was a get_searchbar function. Open header.php

    I noted below where the old code was deleted. It worked! Hope this helps. Here is how the mid-section of the code looks now on my site:

    // Funcition to show the header logo, site title and site description
    if ( function_exists( ‘simplecatch_headerdetails’ ) ) :
    simplecatch_headerdetails();
    endif;
    ?>
    I DELETED WHATEVER USED TO BE HERE!!!!
    <div class=”social-search”>
    <?php
    // simplecatch_headersocialnetworks displays social links given from theme option in header
    if ( function_exists( ‘simplecatch_headersocialnetworks’ ) ) :
    simplecatch_headersocialnetworks();
    endif;

Viewing 1 replies (of 1 total)