How to use meta tag and description dynamically for wordpress
To use meta tag and description in wordpress dynamically, we use the wordpress tags as a meta tags and excert content use as a meta description. As per the requirement description should ...
Adding And Subtracting Dates in PHP
Here are some examples by which you can add or subtract date. e.g these simple codes can find the 2 week before or after date. Subtracting Years from a date $date = “1988-08-01″; $newdate ...
