by suleski | Sep 4, 2015 | Products, Troubleshooting
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,...
by suleski | Aug 7, 2015 | Reference, Technical
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...
by suleski | Mar 27, 2015 | Reference, Technical, Troubleshooting
I have a case where I want the website to be live, but password-protected. Simply put, there are Facebook-related operations that do not play nicely with a local setup. Unfortunately, the radio app I’ve been developing will not play this music because the music...
by suleski | Mar 26, 2015 | Reference, Technical
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...
by suleski | Jan 24, 2015 | Reference, Technical, Troubleshooting, Walkthroughs
I’m currently working on a radio with a number of stations. Some of these stations, I want to be locked unless a visitor likes the community page – an incentive. I spent quite a bit of time looking over the process of how you can determine if a visitor...