Top WordPress Event Themes 2020

Events and conferences happen every day. With everything being online, they need to have a professional WordPress theme website. For your attendees, this becomes a place where they can find all the information related to the event: calendar, tickets, location maps, profiles of speakers and other relevant details. A proper WordPress theme is the edge […]

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