how to extract .wpress file ?
How to extract wpress file ? Here is simple process to open the wpress file....
How to create Meta Box for custom post type
WordPress Meta Box for custom post type Some time we needed the custom meta box to add the extra fields with custom post type, There...
Country Drop Down Using PHP
Creating a country drop down is the most time consuming work. Here You can the find the array of countries. also drop down script to...
How to Remove AMP for WordPress Website ?
Disabling and Remove the AMP Plugin First step Deactivate the AMP plugin and Remove the AMP plugin from plugin list. Setting Up Redirects Remove the...
How to print alphabet latters In Php?
It is very easy to print alphabet latter in php. This is a type of matrix in which we can print rows and columns. You...
How to print chess board in php ?
In this article, we are going to learn to code the Chess board in php. I will present you a code to get the output...
How to make Animated css with @keyframes
CSS Animations -
CSS animations is used to create the animation without JavaScript, Jquery and Flash. CSS and the HTML code is generated animations.
Animation Properties: ...
Animation Properties: ...
How to show blog posts listing as an accordian in x-cart?
If we want to show our blog posts listing as an accordian in x-cart then we use below jquery and css code....
How to add custom shortcodes to the visual composer using theme functions.php
Add the custom shortcodes in theme’s file ( functions.php) for visual composer. WordPress getting one of the user friendly CMS with admin controls which allows...
How to print even and odd numbers in php
To print even and odd numbers we can use different types of method. Method:1 Even numbers between 1 to 100 In first method we use...
How to upload zip file directly from URL to cPanel using PHP
To upload zip file directly from URL to cPanel using PHP, follow these steps: 1. Create a new file php at root folder named getzip.php,...
How to print stars along with there equal number
We can print a star pyramid pattern in php along with there row number using ‘for’ loops. To print this pattren we will use a...