A WordPress Cheat Sheets can be very helpful for every WordPress user. Especially if you start working on your own WordPress theme. Or you just want to customize a existing theme. You can find on Google a lot of WordPress Cheat Sheets. But most are outdated, not finished or just too complicated.
If you want to go tweaking the insides of WordPress go and have a look at the Liquidicity WordPress cheat sheet.
The WordPress Help Sheet includes the following:
- Basic Template Files
- PHP Snippets for the Header
- PHP Snippets for the Templates
- And Extra Stuff for WordPress
Download: WordPress-Help-Sheet
Het eerste volledig zelf ontwikkelde 
Disable HTML in WordPress Comments
07
11
Tags: comments, html, Wordpress
Posted in Tips and Tricks | No Comments »
In your SPAM folde there are many comments with alot of HTML codes which are basically links. That is how most spammers add links. But you can disable HTML in WordPress Comments to be functional. So if someone uses the strong code, it will not bold the text etc.
All you have to do is simply open your functions.php and add the following code:
The original author also offers a plugin that you can download from his site.