WordPress – Controlling Page specific options using Page Lists Plus

No comments yet

WordPress – Controlling Page specific options using Page Lists Plus

Page Lists Plus is one of the most use full WordPress plugin. Page Lists Plus includes lots of options, and you can use it in lots of different ways. I am sure each of you as a WordPress site developer, got the basic requirement to open any specific page in new window, or redirecting any specific WordPress page to any external URL. Though I am not sure how did each of you tackle this but here this WordPress plugin helps you to manage this just be checking a checkbox. Few of the very useful option that I would like to…

Continue Reading

IE compatible mode – DEVIL for Web Designers and Developers

2 comments

IE compatible mode – DEVIL for Web Designers and Developers

I noticed most of the web developers and designers hate IE compatible view. The reason is that in there general coding practice and cross browser testing they do not give preference and forgot to test their webpage outputs in IE compatibility view and when at the end of project delivery it clicks in their mind, it get too late and brings lots of burden to rectify the UI compatibility issues. Here I am sharing a best solution for them, as with the help of http-equiv="X-UA-Compatible" Meta Tag you can easily control that what browser version your page will render in.…

Continue Reading

Adding PayPal Donate Button in WordPress Post and Page

No comments yet

Adding PayPal Donate Button in WordPress Post and Page

Adding PayPal Donate Button in WordPress Post and Page are very common now a days. If you think that your website containing very useful information, and for that your website viewer will love to donate and helps you out financially. Then you just need to prepare a Paypal account and have to past the below code in function.php of your WordPress site. Easy Steps to add Donate Button in WordPress site 1. Create your PayPal account if it is not already created 2. Locate function.php in your current activated theme 3. Past the below code in function.php function donate_shortcode( $atts…

Continue Reading