This neat little WordPress code tutorial will show you how to easily create a WordPress Login Form Shortcode using theĀ wp_login_form() function that can then be placed inside any post or page of your WordPress blog. You will be required to edit a file during this tutorial we recommend that you use a good quality text editor like PSPad or similar when editing any PHP files.
How To Embed WordPress TV Videos On WordPress Via Shortcode
This tutorial will show you how to easily embed WordPress.tv videos into your standalone WordPress installation using the WordPress.com shortcode format usually only available to WordPress.com site owners.
To achieve this we will be creating a shortcode and function that will allow us to copy the WordPress.tv video shortcode designed for WordPress.com rather than the HTML embed code that standalone WordPress users usually use.