How to set up wp multisite?

If you have your network sites allowed to install in subdomain like abc.hgd.com then you need to setup the Wild card DNS setting. I think that could be creating the problem for you and redirecting you to the 404 error page. Can you please let me know thw steps you followed to setup your multisite … Read more

Add custom content to nonexistent page

In your first example, you add the rewrite tag personal-development, but then you use the rewrite tag class_type inside your rewrite rule. That method would work if you fixed that error, and assuming 17318 is the page id of your personal-development page. You could then use get_query_var(‘personal_development’) in the template or a template hook, to … Read more