Archive | Tips, Tricks, & Troubleshooting

RSS feed for this section
Hide WordPress Administration Sidebar Menu Items

Hide WordPress Administration Sidebar Items

A common question I hear is that a user wants to modify the backend of WordPress – specifically, to make the WordPress Administration a little less overwhelming for clients, new users, or other administrators that may not need access to all of the functionality. There’s a quick and easy way to modify the menus in […]

functions-banner

How to Safely Add Code to your Theme’s Functions File

If you’ve ever spent some time looking desperately through Google to find a tweak, customization, or modification to get just right, you’ve undoubtedly ran across an article or thread where the answer was to add a function. These are brief snippets of PHP code that modify output – I even mention functions in a lot of […]