Tag Archives: Search

Magento 2 Remove Search From Header

You can remove search from header by adding the below line to layout xml

<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
 <body>
 <referenceContainer name="header.container">
 <referenceBlock name="top.search" remove="true"/>
 </referenceContainer>
 </body>
</page>

WordPress Plugin Search – PHPCodezSearch

It loads the search form so that you can search site contents

== Description ==

PHPCodez Search loads the search form so that you can search site contents

== Installation ==

1. Upload the plugin folder to your /wp-content/plugins/ folder.

2. Go to the *Plugins* page and activate the plugin.

3. Go to appearance->widget page and drag the widget “PHPCodez Search” to the wiget area to have this on the sidebar .

Click here to down the plugin