WP Snippets for Atom
WordPress snippets for Atom

Snippets
The Loop
| Snippet | Description |
|---|---|
wp-loop |
Basic WordPress post loop |
wp-arg |
Basic WP_Query argument |
wp-query |
Basic WP_Query |
The Title
| Snippet | Description |
|---|---|
wp-title |
Displays or returns the title of the current post |
The Content
| Snippet | Description |
|---|---|
wp-content |
Displays the contents of the current post |
Post Thumbnails
| Snippet | Description |
|---|---|
wp-thumb |
Display current posts thumbnail |
Menus
| Snippet | Description |
|---|---|
wp-nav |
Displays a navigation menu created in the Appearance → Menus panel |
Enqueue Script
| Snippet | Description |
|---|---|
wp-enqueue |
Scripts and styles from a single action hook |
Template Functions
| Snippet | Description |
|---|---|
wp-temp |
Load a template part into a template |
wp-include |
Load a template with the PHP include function |