Home > Morshed Alam (Page 8)
Bhutan

The Story of A Wonderful Country

Great China on the one hand, and the Indian subcontinent on the other. Bhutan is a place of peace in the middle.Just as Bhutan has no record of some people becoming millionaires fast, so does Bhutan have no record of people being displaced. Health checkups are provided free of charge

View Full Article
Redirect WordPress Page

How to Create Custom Registration URL in WordPress without Plugin

To fight spam registration, this could be helpful. In this tutorial, we will use WordPress function wp_safe_redirect().First, create a page. No need to add content. We will use this page's slug. Suppose it's "register".Paste following code in your theme's functions.phpadd_action('template_redirect', 'weusewp_custom_reg'); function weusewp_custom_reg() { if( is_page('register')) {

View Full Article