WordPress snippets for Atom
Snippet | Description |
---|---|
wp-loop |
Basic WordPress post loop |
wp-arg |
Basic WP_Query argument |
wp-query |
Basic WP_Query |
Snippet | Description |
---|---|
wp-title |
Displays or returns the title of the current post |
Snippet | Description |
---|---|
wp-content |
Displays the contents of the current post |
Snippet | Description |
---|---|
wp-thumb |
Display current posts thumbnail |
Snippet | Description |
---|---|
wp-nav |
Displays a navigation menu created in the Appearance → Menus panel |
Snippet | Description |
---|---|
wp-enqueue |
Scripts and styles from a single action hook |
Snippet | Description |
---|---|
wp-temp |
Load a template part into a template |
wp-include |
Load a template with the PHP include function |