
Today we will dive into theming Magento2 by using blocks which are available on the client side (backoffice) and used within our templates and layout in our brand new Theme. Let’s start by creating a block from the backend of our website. Create a block on Magento2 Create a module to handle our block $ […]

When starting up with Facebook for online marketing, the first thing to take care of is the Timeline Photo. Top 4 features of a Facebook cover photo Choosing the best cover photo for your facebook page will add value to your business, let me highlight to best strategies to employ : It should reflect your […]
Using the default share buttons from the facebook developpers center will make you add some code such as the following : The above code is to be added within the page right after the body tag. Then you need to add this one : You can change the url as described in the developer page […]
Don’t you know already that there is no need of an image to make a clean looking Text logo ? Using a font of your own or one you’ve downloaded from the many free fonts websites available on the Internet, is possible without much code. The @font-face style tag is here for us and highly […]
We already reviewed a nice technique to manipulate the menus in WordPress, let’s overview how to deal with the search form provided by WordPress. By default here is the form rendered in html : <form id=”searchform” class=”searchform” action=”/” method=”get”> <div><label class=”screen-reader-text” for=”s”>Search for :</label> <input id=”s” name=”s” type=”text” value=”” /> <input id=”searchsubmit” type=”submit” value=”Search” /></div> […]