Port Forwarding In order to be reached by the world, you should tell your gateway where is your web server. All incoming request on port 80 should be redirected to…
Just Add the following short code in your theme function.php // Enable shortcodes in text widgetsadd_filter('widget_text','do_shortcode'); Now check it ... Don’t auto-p wrap shortcodes that stand alone use this like…
Don't know about you but a lot of what I do requires having access to multiple email addresses (testing websites that require signup etc). To aide my development I have…
Everyone uses WhatsApp but only as a messenger or having fun like jokes etc. Some peoples also use WhatsApp for their work. Today We are sharing a WhatsApp based service.…
Do you know that you can use your Whatsapp to search anything on the web just like how you use Google, ask, yahoo and other search engines? Do you know…
K2 is probably the most popular Joomla component today. It enables Joomla with two very important features that per our opinion should be incorporated in the core Joomla. Beside the many…
The Template Hierarchy In Detail # While the template hierarchy is easier to understand as a diagram, the following sections describe the order in which template files are called by WordPress…
Open Magento admin panel Go to CMS>Pages>Home page Switch to the content tab Insert the following code: {{block type="catalog/product_new" column_count="6" products_count="12" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/list.phtml"}} Where: column_count="6" – number of the…