Order categories by most recently updated
Adding this snippet to your wordpress theme will display a list of categories ordered by the most recently updated category first.
read moreList top 5 authors by number of posts
Adding this snippet to your wordpress theme will list the top five authors in order by the number of posts.
read moreExplode custom field into list
Add this snippet to the index.php or single.php of your wordpress theme, I use this currently within the single.php when I have multiple sources that I need to display for a single article. On line 1 you will need to change the name CUSTOM_FIELD_NAME to the name of your custom field. This snippet will explode each newline in a separate list item with the URL as both the href and the name.
read morethis months featured snippets
List last five registered users
Place this PHP code anyplace within your wordpress theme and it will display the latest 5 registered member to your website.
read moreTaxonomies as a list
Adding this PHP code to your wordpress theme will allow you to display taxonomies as a list rather then a tag cloud.
read moreList pages
Adding this PHP code to your wordpress theme will display all of your pages in an unordered list.
read moreList all categories
Adding this code to your wordpress theme will display all your categories.
read moreList cats two columns
Adding this PHP code to your wordpress theme will list your categories but separate them into two columns.
read more









