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

404 errors in log showing urls with ‘GET’, plus and numerical code

Maybe it is just a stupid bot. I have daily 404s from different IP adresses trying to access urls like http://www.example.com/http://facebook.com/ or http://www.example.com/sms:+43123456789. The user agent of the bot I always see is something like Java/… This bot tries to follow all links, href, src, etc he can find. Check if you maybe have the … Read more