There are several plugins and “app” themes available for job board / job posting websites, but what if you want to roll your own? A lot of people would go about thinking that building such as system would be extremely complex and expensive, and some of the time they would be right. However, if we [...]
View PostWordPress Rewrite API – Part 3
In part 3 of the WordPress Rewrite API series, we will be covering adding custom endpoints to specific places of your blog content. Endpoints are extremely powerful, and in this case, they will allow us to enable AJAX in the default theme WordPress (Twenty Eleven), so that when loading a post or page, it’s all [...]
View Post Abid Omar, Ajax, endpointLove It Pro for WordPress
User Submitted Image Gallery – Final Overview
We covered a lot of information in the User Submitted Image Galleries tutorial series, everything from registering our post types and custom taxonomies to performing advanced queries; from uploading images on the front end to configuring the backend; from outputting our images in a gallery to displaying additional images by the same user. There were [...]
View Post attachments, gallery, imagesUser Submitted Image Gallery – Part 8
In this final part of the User Submitted ImageGallery tutorial series, we will look at adding just a couple more features to our gallery system. We are going to add the ability to view all images by a particular user. This will be done by clicking on the name of the author when viewing a [...]
View Post attachment, author, gallery, imagesUser Submitted Image Gallery – Part 7
Part 7 of our User Submitted Image Gallery tutorial series is going to demonstrate how to customize the dashboard columns of our image post type, and also how to add a new widget to our dashboard that displays the latest pending image submissions. In this part we are really focusing on two customizations to the [...]
View Post attachment, dashboard, gallery, get_the_term_list, image, widgetWordPress Rewrite API – Part 2
Last time, we covered some of the basics and fundamentals of the Rewrite API in WordPress. In this tutorial, we’ll cover more about these APIs see how to use them to build something more practical. This entry is part 2 of 3 in the WordPress Rewrite API Series
View Post Abid Omar, permalinks, rewriteUser Submitted Image Gallery – Part 6
Part 6 of User Submitted Image Galleries will show you how to setup the single image page that shows the details for a particular image. This section is not very complex, but it covers a few very important techniques that are really good to know when it comes to modifying information on post templates via [...]
View Post add_action, add_filter, attachment, dashboard, gallery, the_contentDrag and Drop Order for Plugin Options
The drag and drop method of ordering items in an option table is very popular, and also extremely useful. Rather than forcing users to manually enter “order” numbers to sort items the way they want, they can simply click and drag the items into the desired order. I use drag-and-drop ordering quite a bit in [...]
View Post add_option, add_options_page, Ajax, register_setting, sortable, update_optionSimple Notices Pro Plugin for WordPress
Simple Notices Pro is a WordPress plugin to display site-wide announcements on your website.
View Post annoucements, notices

