Lessons

Lesson 1. How to write a WordPress plugin yourself.
Lesson 1. How to write a WordPress plugin yourself.

With this post, I’m starting a series of complementary articles dedicated to developing plugins for WordPress. The goal of our plugin will be to implement AJAX-based post search with autocomplete. To achieve this functionality, we’ll need to cover several topics, including:

  1. Plugin file creation
  2. Shortcode development
  3. Connecting styles and scripts
  4. Working with AJAX in WordPress
  5. Using jQuery Autocomplete
  6. Displaying post lists on the page and adding pagination

As you can see, there’s a lot of work ahead. For those just starting out with WordPress development, this should be especially useful.

read more...