Entries filed under News

KC Settings Data

Posted on 2012/06/10 Comments

Just a quick note to those of you using KC Settings. As of version 2.6.8, all variables in kcSettings class have been merged and set to private. So if you’ve previously used kcSettings::$data, you will need to change your code to use the available method: kcSettings::get_data(). This static method behaves exactly like kc_get_option(), so you can put as many arguments (the array keys) as you like there to get the data you need, for example:

kcSettings::get_data('settings', 'plugin', 'myprefix', 'mysection')

KC DropBox

Posted on 2012/02/06 Comments

Here’s a simple plugin for uploading files from your WordPress site front-end. It uses Jaka Jancar’s DropBox Uploader and inspired by a tutorial on WP Tuts+ (although I took a slightly different approach). It’s pretty easy to use and you can integrate it in your contact forms.

Clone/download it from GitHub and feel free to let me know if you have any problem.

WordPress Theme: Polos

Posted on 2011/12/29 Comments

So, I kinda needed a new theme for this blog and I wanted it to be minimalist, no-nonsense :D

If you like it, you can use it too! Download it from GitHub (for now). I’ve submitted it to the WordPress themes official repo, and once it’s up, I’ll update this post.
Continue…

KC Settings 2.0

Posted on 2011/10/22 Comments

I just realeased version 2.0 of my KC Settings plugin a few hours ago. This release brings many bug fixes, improvements, and some cool new features.
Continue…