Guilherme Lima
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Category Checklist Tree] Plugin still working?Check this function
function my_website_wp_terms_checklist_args( $args, $post_id ) { $args[ 'checked_ontop' ] = false; return $args; } add_filter( 'wp_terms_checklist_args', 'my_website_wp_terms_checklist_args', 1, 2 );
http://wordpress.stackexchange.com/questions/61922/add-post-screen-keep-category-structureOh, i see. If the app id is enabled the admin id dont show up…
How i could make both meta tags appears then?
Forum: Fixing WordPress
In reply to: Can't publish, update pages and posts or upload new mediaTried that but still the same.
I am working with two themes in a multi-site ambient (forget to mention and couldn’t edit my post) and the entirely locally project on my computer has this issue whatsoever the site and theme.
The type=”password” is a must. Please implement that in the next update. It sux to modify that every update.
Viewing 4 replies - 1 through 4 (of 4 total)