WordPress Settings: Dynamic Fields
27.01.2016
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 make a checkbox for every menuu in from Wordpress administration. mehr...
WordPress Hints
12.01.2016
  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 Users 75 Tools 80 Settingss 99 Separator (more…) mehr...
Security issues in WordPress
09.10.2015
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 login to Wordpress the hackerss use a known issue from Wordpress, the author request. mehr...
Inject PHP variables into Javascript
13.05.2015
Wordpress offers a simple way to add javascript code to your site. Example: wp_deregister_script('scriptname'); // Optional wp_register_script('scriptnamey', get_bloginfo('template_directory') . . mehr...