• Resolved calamazoo

    (@calamazoo)


    Hi there, I am brand new to code and using wordpress template to build my site….not using it as a blogging tool….therefore I need to remove the RSS and search form….have browsed the archives and google and tried fixes suggested for other templates but not helping with mine. Any advice??

    Theme: http://www.cellarheat.com

    Sarah.

Viewing 4 replies - 1 through 4 (of 4 total)
  • It seems line the search is loacted in header.php file

    remove the following lines from header.php file in your template dir. . .

    <div id=”search”>
    <form id=”searchform” action=”http://www.cellarheat.com/&#8221; method=”get”>
    </form>
    </div>

    to remove the RSS

    remove the following lines from the index.php file

    <span class=”rss”>
    Syndication feeds available
    </span>

    this part could be different . . .
    <form id=”searchform” action=”http://www.cellarheat.com/&#8221; method=”get”>

    look for
    <form id=”searchform” action=”<?php bloginfo(‘url’); ?>” method=”get”>

    Thread Starter calamazoo

    (@calamazoo)

    Thanks for the reply….I found the search form code you listed in my main index.php (it was not in the header…I deleted it from the index and nothing happened. The RSS is not in my header or index file.

    Still stuck…. 🙁

    Thread Starter calamazoo

    (@calamazoo)

    OKAY! I went through ALL my php files and deleted all instances of the above….it wasn’t until I deleted both from home.php file that they actually disappeared!

    THANK YOU!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove RSS feed & Search form in Callar Dark theme’ is closed to new replies.