Backing up Confluence

Recently started using Confluence as the wiki of choice – wow, that was an adventure I should probably write an article on.  To backup the entire Confluence Site (i.e. all Spaces), click Cog >> General Configuration >> Backup Manager.  From here,...

Hiding WordPress backend menu items

I’m reworking a client’s site and am replacing their functions.php.  In there, I found a function that I wrote to remove specific menu items from the WordPress Administrative area.  For future reference, here it is: /** * Several menus items are shown to...

Limiting posttypes to Administrators

Earlier, I wrote a quick article that introduced WordPress Roles and Capabilities.  Today, I revisited that page to figure out how to make it so that my new custom post type would only be accessible by the Administrator.  The Codex page did not really make me...