works after little tweaks
-
I don’t use the code as plugin but in my functions.php.
I also use it in Dutch with accents. I have to make 2 little tweaks to make it work:
1) see the ‘small tweak’ message by janw.oostendorp2) add the line:
$post_type = $post->post_type;
Just after the line withglobal $post
It solves this error message: Notice: Undefined variable: post_type in /../wp-content/themes/twentytwelve-child/functions.php on line 93
This line is also in the beginning of
/wp-admin/includes/meta-boxes.php
where the original code is.
- The topic ‘works after little tweaks’ is closed to new replies.