In part one of the Creating a User Follow System tutorial series, we are going to take a quick look at how our final product may be implemented into a real live site, and the basic functionality it will contain. This entry is part 1 of 5 in the Creating a User Follow System Plugin [...]
View PostUser Submitted Image Gallery – Part 3
In part three of the User Submitted Image Galleries series, we’re going to look at automatically creating our “guest” user account, and process the image uploads from the submission form. This is where our plugin really begins to take shape. After this section, we will get into actually displaying our images on the “gallery” page. [...]
View Post attachment, gallery, image, usersUser Submitted Gallery Images – Part 2
In this part of the User Submitted Image Galleries series we will look at setting up our custom image sizes and also the image submission form. In the previous part we registered out custom post types and taxonomies, and setup the basic structure of the plugin. You must be logged in and have an active [...]
View Post featured image, gallery, image, images, thumbnail, usersUser Submitting Gallery Images – Part 1
In part one of the User Submitted Image Galleries tutorial series, I’m going to walk you through the beginning steps of setting up our User Image Gallery plugin. This is a plugin that will allow us to have a user-submitting gallery of images our website. If a user registered an logged-in, they will be able [...]
View Post attachments, gallery, images, usersRetrieve Users Based on Meta Value
Just like the post meta system, WordPress has a powerful user meta system that allows developers to store additional “meta” information about the registered users in the database. This meta information can be just about anything you want it to be, and can serve a variety of purposes. At the time of writing this tutorial, [...]
View Post meta_key, meta_value, users, wpdbAdd User ID Column to the WordPress Users Table
Being able to quickly find the unique ID number of any user in your WordPress database can be very useful, especially if you run a website with lots of users. One of the ways that we can easily find a user’s ID is by customizing the table displayed on the wp-admin/users.php page. We can add [...]
View Post columns, users, user_idSimple Posts By Author Widget Tutorial and Plugin

This tutorial will demonstrate the methods used to write a simple Posts By Author Widget plugin. The idea of this plugin is to provide a widget that can be used to displays posts from a specific author. The plugin this tutorial is about is a much simplified version of the [highlight_green]Posts By Author Widget Pro [...]
View Post authors, usersPosts By Author Widget Pro Plugin

This plugin provides a very powerful widget that can be used to display a list of posts published by a specific author. With 13 configurable options, this widget is extremely flexible and will suit any WordPress site. It is especially well suited for multi-author blogs that wish to show off posts by a particular author.
View Post authors, users- 1
- 2

