Is there something weird about the image above? Hint, look at the website's address, and then look at the CMS. I just copied my tech blog onto my ...
For further actions, you may consider blocking this person and/or reporting abuse
You cant copy WP query's, custom post types and all other stuff that exsist in WP Admin panel, so it's pointless to copy the look from WP site.. also look the WP Hierarchy, it's whole different approach to building web sites (Custom WP sites)
I know about that, but your website's look and brand colors and all those sort of stuff is exposed. Well, I might not mind, but others might! :)
I know Decker, but that's not the important part. What I am trying to say is that all your website's files are available online. With HTML, you can do incoding and minifying, with wordpress, you can also do it with a plugin!
I hope this explains it! And by the way, the links work for my website :)
Well, they might be if the owner puts them up on somewhere like GitHub. But that's absolutely not what you're seeing. In fact, you're probably seeing some generated HTML and some minimised javascript and CSS. Wordpress, the framework itself and your custom code, is all done in PHP, and you're not copying any of that.
Copying them is illigal, so you're right about me not copying them. But you can view the source code. Everytime you view a website, the website sends your browser a copy of the websites code, that's just how it works! :) I hope that helps!
Good point, and the first person with any kind of proof I am wrong!
More like an observation to say the least?
If your code isn't minified, pirates can view your website's source code. Some people might not like that.
People who can view code can view code. Whether it's minimised or not has no bearing on whether they can view it or run it.
It's harder to read a minified javascript file.
WordPress is a great CMS, I have nothing against that. I am just that random dude who found a bug in Wordpress. You can easily minify your whole wordpress website in a few clicks :)
Okay, if everyone says I am wrong I am probibally wrong!