Intro to WordPress Plugin Development: Using Filters

WordPress Plugin Use Filters
This entry is part 3 of 12 in the series Intro to WordPress Plugin Development

In the first part of the Intro to WordPress Plugin Development series, we covered how to organize your plugin’s files, and the importance of unique naming (folders, files, and functions). In this part of the series, we’ll cover how to use filters. What are WordPress filters? According to the WordPress codex: Filters are functions that WordPress…

Read More

Intro to WordPress Plugin Development: Register Custom Post Types

WordPress Plugin Register Custom Post Types
This entry is part 5 of 12 in the series Intro to WordPress Plugin Development

So far in the Intro to WordPress Plugin Development series, we’ve talked about properly formatting code, and how to use filters and actions. Next, we’ll look at creating our own custom post type. What are WordPress custom post types? WordPress comes with several different post types, like posts and pages. Since WordPress started off as…

Read More