Unable to properly load WordPress Admin page

Looks like theme problems to me. I’d change it back to one of the ‘Twenty’ themes as a first step. If OK, then start diagnosing the theme. (You could reinstall the theme manually which might protect settings, or FTP the theme files manually. Or just remove the theme and reinstall, but you might have to … Read more

Accessing WP multisite via IP instead of domain

That’s not how URLs work. If it was, the internet would be incredibly easy to hack as you could access any file in the entire file system by appending it to the servers IP. It’s also not how domains URLs and IPs work. Computers don’t connect to domains, they connect to IPs, all communication is … Read more

block IP wordrpess for the next X minutes

you need to create a post meta with ip value. And check it if ip available in database or not. you need to delete this meta key with value between 39 to 41 minute. write a function to delete meta key with value in 40th minute. paste This function on single.php Check ip available in … Read more

Categories ip Tags