This is an add-on for the Advanced Custom Fields WordPress plugin, that allows you to add a Date and Time Picker field type.
9.3.2012
by PerS
35 Comments
9.3.2012
by PerS
35 Comments
This is an add-on for the Advanced Custom Fields WordPress plugin, that allows you to add a Date and Time Picker field type.
11.1.2012
by PerS
10 Comments

On posts where comments are closed, the plugin will remove the text ‘Comments are closed.’ The plugin supports any languages/text domains, and will remove the text from themes and plugins.
Prerequisite: Since the plugin is filtering gettext, your theme/plugin must be localized.
The plugin is available in the WordPress plugin directory
10.1.2012
by PerS
0 comments

As an experiment, Matt has turned on custom headers for the plugin directory.
20.12.2011
by PerS
0 comments

I’ve written a simple plugin that allows you to modify your WordPress sites using WebPutty.
Continue to learn more about WebPutty and how to integrate it with WordPress
25.9.2011
by PerS
55 Comments
Thanks to the work done by Andrew Ozz et al., adding a front-end editor in WordPress 3.3 is very simple.
Syntax:
wp_editor( $content, $editor_id, $settings = array() );
// default settings
$settings = array(
'wpautop' => true, // use wpautop?
'media_buttons' => true, // show insert/upload button(s)
'textarea_name' => $editor_id, // set the textarea name to something different, square brackets [] can be used here
'textarea_rows' => get_option('default_post_edit_rows', 10), // rows="..."
'tabindex' => '',
'editor_css' => '', // intended for extra styles for both visual and HTML editors buttons, needs to include the <style> tags, can use "scoped".
'editor_class' => '', // add extra class(es) to the editor textarea
'teeny' => false, // output the minimal editor config used in Press This
'dfw' => false, // replace the default fullscreen with DFW (needs specific css)
'tinymce' => true, // load TinyMCE, can be used to pass settings directly to TinyMCE using an array()
'quicktags' => true // load Quicktags, can be used to pass settings directly to Quicktags using an array()
);
25.2.2011
by PerS
2 Comments
Instead of disabling the WordPress 3.1 Admin Bar, use this plugin, based on Codrops Fixed Fade Out Menu, to fade away the WordPress Admin Bar when you scroll down the page. The plugin is availeable in the WordPress Plugin Directory
3.12.2010
by PerS
32 Comments
Images: Login Register Welcome back SI Captcha
SimpleModal Janrain Engage adds Janrain Engage (aka rpx) to your SimpleModal Login
Download the plugin from the WordPress Plugin Directory
If you like and use the plugin, please rate it (if you feel it deserves less than 5 stars, please tell me why in the comment field below, and I’ll try to make it better)
17.11.2010
by PerS
2 Comments
Images: Shortcode, Nested shortcode, Example, Lightbox
I needed dummy text for a blog I'm working on, and since I like to code I wrote a simple plugin I'd like to share, you'll find it in the WordPress Plugin Directory
4.3.2010
by PerS
14 Comments
UPDATE: As of WordPress 3.3, you shouldn’t use the wp_print_styles hook, I’ve updated the Adding JavaScript section below to reflect this change.
You can create a personalized plugin template by using my WordPress Plugin Template Creator
When I rewrote my WP-DenyHost plugin, I wanted to do it as fast as possible. Instead of reinventing the wheel (again), I googled after a plugin template and found a very good one at Pressography. It had most of what I needed in a plugin template.
10.2.2010
by PerS
1 Comment
I have reduced the number of splog attacks on my site
I use the Akismet and WP-DenyHost anti-spam plugins for WordPress. Akismet is a must-have and has, since I installed it, caught 304,056 spams (!!). When Akismet catch a spammer, it logs the spammers IP address. WP-DenyHost, written by me, prevents spammers from getting access to my site a second time by blocking access from this IP address.
I installed WP-DenyHost in the fall 2009 and, as you can see from the graph above, the number of spam has dropped dramatically.
.