WordPress Front-end User Search Example

This tutorial will show you how to create a front-end user search for WordPress. Before we begin, please realize that there are several ways to do this. That’s the beauty…

Query WordPress Posts By Custom Field Values

This tutorial will show you how to query your WordPress posts by custom field values. Custom queries are very useful when you have a variety of post types with lots…

How To Create Previous and Next Posts with Advanced Custom Fields

This tutorial provides an elegant way to display previous and next posts using Advanced Custom Fields and it’s Relationship/Post Object fields. I use Advanced Custom Fields in most of my…

How To Make Editable WordPress Page Templates

Now that we understand how to create custom WordPress page templates, it’s time to make them editable. To do this we’ll be using a WordPress plugin called Advanced Custom Fields…

How To Create Custom WordPress Page Templates

In this tutorial we’ll create a custom WordPress page template for our WordPress site. Custom page templates can be used for unique page layouts, landing pages, or any other kind…

What is a WordPress Page Template

For starters, WordPress page templates are used to control the layout of a page [or multiple pages] of your WordPress site. WordPress page templates contain HTML markup and PHP code….

How to Query bbPress Topics in Your WordPress Templates

bbPress is the default WordPress forum plugin, which give it some nice compatibility with the WP core. Today we’re going to take a quick look at how to query bbPress…

How to display WordPress Posts for a specific Category

A common need when developing for WordPress is to display posts for a certain category. This can come in very handy when you only want to show certain posts on…

How to Create a Custom WordPress Theme

In this post we’re going to cover the basic process of creating a custom theme in WordPress, from scratch! No plugins or dependencies required. This tutorial is designed for the…