Add Custom Button to WordPress Visual Editor
Yesterday I wrote an post on responsive web design and each time I wanted to mark the words with the <code> HTML tag, I had to switch to HTML editor, select the word again and click on the code...
View ArticleTestimonials Plugin Updated to Version 1.3.2
Quick update for the Testimonials plugin. Fixes a few problems with the new WordPress 3.5 version. Log of all the changes: Version 1.3.2 (2012/12/11) * Fixed the location of the dropdown filter that...
View ArticleWordPress and Translatable Javascript Strings
Ever wondered on how to make Javascript strings translatable in WordPress theme or plugin? Well I did and it looks like it’s a really easy thing to do. To make Javascript strings translatable you need...
View ArticleLTW Content Shortcodes Plugin Released
LTW Content Shortcodes is a plugin that will enable you to include tabs, buttons, columns and toggle elements into your content easily and quickly. Currently it support four shortcodes: tabs, buttons,...
View ArticleGet WordPress Page Excerpt
Yesterday I wanted to show page excerpt using get_posts on front page of a theme and of course came to the problem because WordPress does not create page excerpts by default. So now what? Well the only...
View ArticleAdd Additional Fields To User Profile
Adding additional fields to the user profile in WordPress is a fairly easy job and requires calling four WordPress action hooks. Four action hooks?! Why? Keep on reading. There are two action hooks...
View ArticleOn Activation, Deactivation or Uninstall Functions
WordPress has a cool little three functions that can help plugin developers do something when the plugin is activated, deactivated or uninstalled. All three are equally important. If you use...
View ArticleRedirect To A Different Page In WordPress
The action hook that we are going to use for redirection is commonly misused for including custom page templates. The name of the hook may be misleading for some and there you go. The hook that we are...
View ArticleAdd New User Role
Roles! Roles? Yes, roles! But I’m not talking about the movie roles that I have been in, none actually. I’m talking about WordPress roles. In WordPress you can create new roles with different...
View ArticleAdd Custom Capabilities To User Roles
In the Add New User Role post, we have created a new WordPress role with default WordPress capabilities. In this how-to we will add new custom capability to the existing WordPress role Contributor. In...
View Article