Category: WordPress

Online Courses: How to make money?

The online teaching industry is growing with every passing hour. There is demand like never before! The global e-learning market is set to reach $275.10 billion by 2022. More and more people are interested in learning online because of flexibility, lower costs and easy accessibility. We recommend that you get in on the act and […]

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, […]