The Code You Will Love
Get Value from multiple checkbox with comma separated in PHP
Posted on: Friday November 27, 2015
[crayon-6768540deb840747779528/] [...]
Read MoreMarketplace Extension Installation in Magento
Posted on: Sunday November 22, 2015
You can convert your existing website to Marketplace using “Cybage” Marketplace plug-in. It’s Free and you can read Detail here… << Read >>. After Installation, [...]
Read MoreHow to Hide/remove/disable Add to cart button in woocommerce ?
Posted on: Tuesday June 30, 2015
So, to remove add to cart button from product detail page and shop page i.e. product listing page all we need to do is to add these two hooks. [crayon-6768540dec337845626399/] We can place [...]
Read MoreSelectors In CSS3 (NEW FEATURE)
Posted on: Tuesday June 23, 2015
What Selectors Means in CSS: In CSS, selectors are patterns used to select the element(s) you want to style. it means style on Every element which you want e.g. <p> (Selects all <p> [...]
Read MoreNew Features in CSS3
Posted on: Tuesday June 23, 2015
CSS3 has been Divided into “modules”. It contains the “old CSS “. In addition, new modules are added. Some important CSS3 modules are: Selectors Box Model [...]
Read MoreGet Data in Loop From WordPress Table
Posted on: Saturday June 20, 2015
How to get The Loop working with $wpdb->get_results() [crayon-6768540dec533566905297/] [...]
Read MoreInsert & Fetch Data From WordPress Database
Posted on: Thursday June 18, 2015
Insert Data in Database : [crayon-6768540dec71a407143375/] Fetch Data Form Database : [crayon-6768540dec71d145429404/] For Display row from database use column name e.g. [...]
Read MoreLatest 3 Post in WordPress Page
Posted on: Thursday June 18, 2015
Here we will Create 3 Latest Post one after one by ‘bootstrap’. First Post : [crayon-6768540dec922475147571/] Second & Third Post: [crayon-6768540dec926878059000/] [...]
Read MoreRepair Table in Mysql/PhpMyadmin
Posted on: Tuesday June 9, 2015
There is two way to repair Database Table in ‘phpMyAdmin’. First Option Login to phpMyAdmin Choose the affected database. If you only have one database, it should choose it by default so [...]
Read More