Home > Morshed Alam (Page 8)
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
David Attenborough: A Life On Our Planet

David Attenborough: A Life On Our Planet

It's not a movie actually. It's a documentary. If you think that documentary is boring, you are wrong. Watch this. It's like a thriller movie.In this majestic documentary, David Attenborough shows how steeply the planet’s biodiversity has diminished over his lifetime. The difference between other similar documentaries is that he

View Full Article