Tag Archives: Custom

Custom widget for WordPress Dashboard

Create custom Dashboard widget from WordPress Using custom dashboard widget you can run news announcements to authors,subscribers.Here we are sharing how to create a custom widget for your dashboard.Add this code  following code to your WordPress theme function template.That it’s you can see the dashboard custom widget on your WordPress dashboard. Appearance–>Editor–>functions.php [code] add_action(‘wp_dashboard_setup’, ‘my_custom_dashboard_widgets’); function my_custom_dashboard_widgets() { global… Read More »