Are you using magento store? You want to add shipping rates for the items based on the zip code/postal code ? Then you’re in the right place. Here I’m going to show how to add shipping rates based on user…
WordPress save youtube or vimeo thumbnail as featured image
How to save youtube or vimeo thumbnail as featured image of wordpress post.For a examaple if you add the video url as custom meta data or post content you need to get it’s video thumbnail and save it as featured…
Correct and easy way to install the yii Framework
There are couple of php frameworks now.Mostly CodeIgniter,yii,Zend,Cakephp,Symfony,Laravel, and too many. You can see the details from “phpframeworks.com“. I’m going to tell about the yii framework.Lot of users have problems how to correctly install the yii framework application.In the official…
WordPress 4.2 and earlier vulnerable issues found !
The vulnerability allows an attacker to inject JavaScript in the WordPress comment field; the comment has to be at least 66,000 characters long and it will be triggered when the comment is viewed. Date:- April 27th, 2015.
PHP best & secure user registration with login example
This example is explaining how to create secure user registration using php and mysql.This is very secure using salt value into database users table.It help to avoid sql injection and dictionary attack from hackers. This way is secure and better…
Get store url of wordpress clipper theme
If you’re familiar with wordpress coupon site you may had use the wordpress clipper theme as parent theme.Also discounty theme is a child another theme use with clipper theme.So when we’re customize the theme you want to get store url…
WordPress remotely publish post using XML-RPC
Today I’m going to show how to remotely publish post using xml-rpc of the wordpress.This is actually very simple and powerful.If you want to publish posts or pages without log into the wordpress admin panel you can use this method.First…
PHP export content as text file
This publish is describing the way to export contents as text file/txt file utilizing php.This could be very straightforward to export content material as textual content file.You can download the textual content file too.
wordpress sort custom post type columns
When you’re creating custom post types into your wordpress site you can see it’s posts as list.But there is no option to sort each columns.You have to manually add this facility to do this.I’ll describe here very simply how to…
WordPress restrict access to custom post types for user roles
If you’re creating custom post types to wordpress site sometimes you need to restrict access to custom post types from back-end to other users. For a example if you created the custom post type named “Campaigns” and you want to…