Give author capabilities including editing other authors posts
Adding this snippet to the functions.php of your wordpress theme will allow authors to edit other users posts.
read moreConditionally display content on last post
Adding this snippet within the loop of your wordpress theme will let you display something only if it is on the last posts.
read moreRemove p tag from around images in the_content
Adding this snippet to the functions.php of your wordpress theme will remove the HTML p tag from around images in the_content.
read morethis months featured snippets
Increase the excerpt field height
Adding this snippet to the functions.php of your wordpress theme will increase height of the excerpt field within your post editing screen.
read moreAdd class to next and previous post_link
I recently needed to use this for a theme I was building figured I would post the results up here for everyone. Adding this snippet to the functions.php of your wordpress theme will add a custom class to next and previous post_link.
read moreAdd a custom class to wp_get_attachment_link
Adding this snippet to the functions.php of your wordpress theme will add a custom class to wp_get_attachment_link.
read moreAutomatically add the Google +1 button
Adding this snippet to the functions.php of your wordpress theme will automatically add the Google +1 button to your wordpress posts. This is a great little snippet from ottopress.com
read moreDisplay random messages of encouragement, posts
Adding this snippet to the functions.php of your wordpress theme will allow you to display random messages of encouragement to an author when they create a new post. Messages are displayed in the title field and the content field of new posts and don’t forget to update the array of messages to suite your needs.
read more













