Category: PHP

Install imagick php extension 0

array_reverse in PHP

array_reverse is one of array functions in php. It takes an input array and returns a new array with the order of the elements reversed. It can take two parameters first is array that...

Add menu item programmatically in WordPress 0

Custom queries in wordpress

We can create custom queries to show post for wordpress based websites or blogs. Custom query parameters can pass to wordpress function WP_Query. These queries cover posts, pages, taxonomies, custom fields. Following is the...

Install imagick php extension 0

How to display users Gravatar image?

Many users have images on Gravatar. If you want to dispaly user’s Gravatar image then you just need email address of that user and get its MD5 hash then append it to Gravatar URL....

List of CMS for blogs and websites 7

List of CMS for blogs and websites

There are a lot of open source content management systems and blogging systems. WordPress is very famous for blogging but now it is also using as content management system and e-commerce solutions. I like...