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 27, 2015 | Reference, Technical
WAMPServer is the tool that I use to develop websites locally. It is made up of three distinct technologies – Apache, MySQL, and PHP. I recently upgraded from WAMP 2.4 (Apache 2.4.4, MySQL 5.6.12, PHP 5.4.12) to WAMP 2.5 (Apache 2.4.9, MySQL 5.6.17, PHP...
by suleski | Jan 24, 2015 | Reference, Technical
If you have a Facebook page like this: https://www.facebook.com/something And you have a need for the ID of that page, you can type the following in your browser: http://graph.facebook.com/something That will return something like this: { “id”:...
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...