Category: WordPress

  • WP Plugin: Recent comments widget with excerpts

    I wrote a WordPress plugin to modify the behavior of the recent comments widget. Since WP version 2.8.0, popular widgets have been included as core functionality. I don’t like how the recent comments widget works, so I changed it. Instead of displaying the post titles that received comments, my plugin shows comment excerpts. I made this graphic to show the difference between the default behavior and the effect of this plugin:

    recent-comments-widget-with-excerpts

    WordPress.org link

    Visit this plugin’s page in the official WP plugin directory.

     

    Installation Instructions

    1. Download recent-comments-widget-with-excerpts.zip
    2. Decompress the file contents
    3. Upload the recent-comments-widget-with-excerpts folder to a WordPress plugins directory (/wp-content/plugins)
    4. Activate the plugin from the Administration Dashboard
    5. Open the Widgets page under the Appearance section
    6. Drag the Recent Comments widget to the active sidebar

    Enjoy!

  • Disable WordPress New User Email Notification

    When a new user creates an account on a wordpress.org blog, the administrator is sent a notification email. Websites that have a large number of signups each day can generate a lot of emails announcing each new user.

    I wrote a simple WordPress plugin to disable the new user notification email. Visit this plugin’s page in the official WP Plugins Directory.

    Installation instructions

    1. Download disable-wp-new-user-notification.zip
    2. Decompress the file contents
    3. Upload the disable-wp-new-user-notification folder to a WordPress plugins directory (/wp-content/plugins)
    4. Activate the plugin from the Administration Dashboard