WebCraft Tools

  • News
  • WordPress
    • WordPress Basics
    • WordPress Advanced
    • WordPress Performance
    • WordPress Security
    • WordPress Commerce
    • WordPress Troubleshooting
    • WordPress Themes
  • SEO and Analytics
WebCraft Tools › WordPress Advanced

Add Information to the “Right Now” Dashboard Widget

Last updated on April 19, 2017 by Editorial Staff

The “Right Now” WordPress Dashboard widget is a familiar sight on any WordPress install. It displays helpful information as to how many posts, pages, links, categories, and tags you currently have as well as info about the number of comments and widgets. It also tells you the current theme and WordPress version you are running […]

Tweet
Pin
Share
0 Shares

Filed Under: WordPress Advanced

Quickly add items to the Admin Toolbar

Last updated on April 19, 2017 by Editorial Staff

Yesterday I shared how to remove items from the WordPress Admin Toolbar. This can be very useful but for someone who spends a lot of time logged into their website like myself, this tip can be even more useful. Here is the code. [php] add_action( ‘admin_bar_menu’, ‘my_toolbar_links_to_stuff’, 999 ); function my_toolbar_links_to_stuff( $wp_admin_bar ) { if( […]

Tweet
Pin
Share
0 Shares

Filed Under: WordPress Advanced

How WordPress Plugins Work

Last updated on April 19, 2017 by Editorial Staff

In the last post we learned the basics for creating our very own WordPress plugin. Now I would like to show you how to make them really do something. What I mean by that is that our last post really only created the container. In order for the plugin to be really useful we need […]

Tweet
Pin
Share
0 Shares

Filed Under: WordPress Advanced

  • « Previous Page
  • 1
  • 2
  • 3

Site Links

  • Contact Us
  • Disclosure Statement
  • Privacy Policy

About WebCraft.tools

WebCraft.tools is your free resource for building, maintaining, and improving your WordPress website. Whether you are building your first site or have been building them for years, WebCraft.tools aims to provide you with tips, tricks, tutorials, and reviews to take your WordPress site to the next level.

© 2017 - 2021 · WebCraft Tools · Built by the WP Ninjas, LLC