Remove comments link from admin bar
Adding this snippet to the functions.php of your wordpress theme will remove the comment link from the admin bar.
Read More...Adding this snippet to the functions.php of your wordpress theme will remove the comment link from the admin bar.
Read More...Adding this snippet to the functions.php of your wordpress theme will move the author metabox from the bottom of the page into the publish post metabox.
Read More...Add this snippet to the functions.php of your wordpress theme. This snippet will redirect to the post page when a category or a tag archive has only one post.
Read More...Add the first snippet into the functions.php of your wordpress theme. Open up your comments.php template and place the second snippet commentCount() in the location you wish to display each users comment count.
Read More...Yesterday I posted a snippet to disable the lost password feature in wordpress. This will add to that little snippet and remove the lost password text from the wordpress login page. This does not remove the link but just replaces the Lost your password? text with nothing effectively removing the link.
Read More...Adding this snippet to the functions.php will disable the allow_password_reset feature from the login page. When using the lost password feature after you add this snippet wordpress will display “Password reset is not allowed for this user”.
Read More...