WP Snippets for Atom
WordPress snippets for Atom

Snippets
The Loop
Codex
| Snippet |
Description |
wp-loop |
Basic WordPress post loop |
wp-arg |
Basic WP_Query argument |
wp-query |
Basic WP_Query |
The Title
Codex
| Snippet |
Description |
wp-title |
Displays or returns the title of the current post |
The Content
Codex
| Snippet |
Description |
wp-content |
Displays the contents of the current post |
Post Thumbnails
Codex
| Snippet |
Description |
wp-thumb |
Display current posts thumbnail |
Menus
Codex
| Snippet |
Description |
wp-nav |
Displays a navigation menu created in the Appearance → Menus panel |
Enqueue Script
Codex
| 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 |