Category: Tutorials

What are social learning websites?

Social learning websites are the types of websites where people can acquire knowledge by collaborating with their fellow students and mentors. They can learn a lot by taking advantage of the latest forms of technology. The students will be able to share their common concerns and discuss common topics. Social learning websites are mostly designed […]

How to Add WordPress Paypal Donation Button Shortcode

If you are using the WordPress Paypal donation shortcode to accept donations from your website’s visitors, you can use this code snippet to create a shortcode, and thus make donating easier. First, paste the following into your functions.php file: function wb_donate_shortcode( $atts, $content = null) { global $post; extract(shortcode_atts(array( ‘account’ => ‘your-paypal-email-address’, ‘for’ => $post->post_title, […]