Remove category number fill

In order to override the default of per page, you can set the number to ” to instruct the query to return all categories. Add the following code to your functions.php file. add_filter( ‘get_terms_args’, ‘show_all_categories_admin_nav_menu’, 10, 2); function show_all_categories_admin_nav_menu( $args, $taxonomies ) { if( reset($taxonomies) === ‘category’ ) { $args[‘number’] = ”; } return $args; … Read more

WordPress blocking polling request when signed into Admin

Hence, ajax calls that must be triggered from within the wp admin panel should be registered via the wp_ajax_{$action} hook, and ajax calls that are triggered from the frontend and have totally nothing to do with wp-admin, but are like simple REST interactions of your platform users with your platform server, should be registered via … Read more

not able to add thumbnail custom field in dropdown

I just tested this by adding the customfield ‘thumbnail’ to my post and it showed up in the dropdown. I’m using WordPress 3.2 (Multisite). What version are you using? Have you tried it without any plugins with the default theme? Does it work? As for your second question: WordPress has no global interface for editting … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)