Ever wanted a function to display your Flickr photos anywhere you want? This quick plugin will give you exactly that: a simple function that you can place anywhere in your template that you want to display a list of photos from a Flickr account.
View PostAdd Already Registered Taxonomy to Custom Post Type
Sometimes, when using a custom post type in your plugins (or themes), it is desirable to add the already-registered taxonomies (Post Tags and Categories by default) to your custom object type. This quick code snippet will show you how to do that.
View Post custom post type, taxonomyChange “Enter title here” Text for Custom Post Types
Custom Post Types are an increasingly popular tool for WordPress developers to use when constructing their plugins. There are many, many little tricks that help to make the finished product more polished, and one of those is changing the “Enter title here” text that is displayed in the Post Title field on the edit screen. [...]
View Post cpt, custom post type, rewriteRedirect to Custom Login Page on Failed Login
A lot of times people wish to place a front end login form on their Website, which helps to hide the fact that the site is running WordPress. This works great, except when a user has a fail login attempt. When that happens, they are automatically directed to the default wp-login.php, which is not good [...]
View Post login, redirectWordPress Login Form Short Code
Simple WordPress Widget Template
Widgets are utilized by tons of WordPress themes and plugins as a way to display customized content in various locations, and they’re relatively easy to create, as long as you have the appropriate resources. The code below will give you everything you need to make extensive and advanced widgets that can do anything you want. [...]
View Post widgetsLoad Scripts on Plugin Pages Only
Loading scripts, CSS and jQuery, within a plugin for use on admin pages is one of the most common areas that developers make mistakes. If you plugin’s administrative pages require any scripts that are not already loaded in WordPress by default, you should always ensure that those scripts are only loaded on your plugin’s page, [...]
View Post CSS, jquery, ScriptsAdd a Short Code to Your Plugin
Short Codes are everywhere; they are one of the main features that theme authors advertise, and they are tremendous tools for plugin developers. Adding a short code to your plugin is quite simple, actually.
View Post short codes
