Beta| 149 | If is_subpage Function | Checks to see if page is either a sub-page, or sub-page to perticular page. |
| 148 | Basic WP Post Thumbs | A basic implementation of WordPress Post Thumbnails |
| 147 | Basic WP Post Thumbs | A basic implementation of WordPress Post Thumbnails |
| 142 | Newest post from each author | Gets the newest post from each author, if they have actually posted. |
| 140 | Get Post/Page Content | Gets the content of any post or page, anywhere on the site. |
| 135 | If is sub page | Checks to see if the current page is a child (on any level) to the defined page |
| 133 | Only Count Comments, Not Trackbacks | Filters the comment count to not include trackbacks. |
| 132 | Custom Lengh Content | Lets you define the lengh of the content show. |
| 129 | Return Dynamic Page Title | Returns the page title for the ID given |
| 128 | If is_subpage() | Checks to see if the current page is a subpage. |
| 126 | Get Top Level Page ID | Gets the page ID fo the top most parent page for the page this code was called on. |
| 119 | Get Random Image From Post | [Function] Gets a random image from a post |
| 111 | Custom wp_list_categories Function | This specific snippet adds a rel tag with a lower-case name. |
| 94 | Register Widget Areas | Sets up 2 widget areas with descriptions. |
| 87 | Custom Login Screen Logo | Adds a custom logo to the WP login screen. |
| 72 | Full Loop With Pagination | Paginated WP loop that works. |
| 68 | Display comments on home page. | Shows the comments for each post on the home page (index.php) |
| 63 | Ignore 'More' in 'the_content' | Ignores the 'More' tag and shows all of the post. |
| 37 | Echo Template Root | Echoes the URL for the homepage that's set in the Admin section. |
| 36 | Get Custom Field | Gets value for single instance of a custom field |
| 35 | Custom Field Loop | Loops through custom field where there are more than one of the same name |
| 34 | Query Post Loop | Loops through custom query |
| 33 | Query Posts | Quereys posts, can do too many things. |
| 29 | Show Content After | Shows the content after the <!--more--> tag |
| 28 | If Page is Child of ID | Checks to see if a page is child of another page, by ID only. |
| 27 | Link to Page via ID | Links to page bu selecting the ID |
| 26 | Remove P Tags from Excerpt | Filters out <p></p> from the_excerpt in WordPress |