13.05.2015
Inject PHP variables into Javascript
Wordpress offers a simple way to add javascript code to your site. Example: wp_deregister_script('scriptname'); // Optional wp_register_script('scriptnamey', ...
09.10.2015
Security issues in WordPress
1. Author pages Wordpress as a much used content management system always suffers from hacks. These hacks mostly try to login to the admin desktop and inject malware code into wordpress. To...
12.01.2016
WordPress Hints
Menu poisitions in wordpress admin menu 2 Dashboard 4 Separator 5 Posts 10 Media 15 Links 20 Pages 25 Comments 59 Separator 60 Appearance 65 Plugins 70...
27.01.2016
WordPress Settings: Dynamic Fields
When you have a lot of settings fields with the same type, it is often annoying to write a display function for every field. There is a simple and better way to do this. Example: You want to...