I had a little time tonight to revisit my old plugin, Welcome Visitor! Reloaded, and enhance it with couple of nice features. My original post about this plugin explains how the need for such plugin originated. Basically this plugin displays custom welcome message in the sidebar or anywhere in your blog for new or returning visitors. Kind of neat thing if you want to create a positive atmosphere for new or returning visitors, don’t you think?

As a result of this upgrade, I’ve trimmed down on some options in the previous version that are now pretty much unnecessary. So this new version (1.1) is much more simpler to setup and use.

Features

Welcome_Visitor_Reloaded_1.1.1New features in this version are:

  • Widget support.
  • Welcome-back message for returning visitors.
  • Ability to add a visitor’s name anywhere in the message.
  • Ability to add a visitor’s MyBlogLog avatar anywhere in the message.
  • Display Dashboard/Logout links for logged-in users.

Since this version is a major rewrite of the old one, many of the old features are not removed, including:

  • Title for the welcome message.
  • Message status (Published, Title only, Content only, Private)
  • HTML Style (div or unordered list)
  • Display options (on home page only, to registered users, use of content filtering)
  • Hiding message after specifable number of visits

Download

Download: Welcome Visitor! Reloaded v1.1.1

Installation/Upgrade

  • If you’re upgrading from old version, make sure to save your old welcome message somewhere safe before you continue.
  • Unzip the downloaded folder and upload it to your wp-content/plugins folder in your WordPress installation. You should have this folder structure at the end (wp-content/plugins/welcome-visitor-reloaded/).
  • Go to the plugins administration page and activate the plugin.
  • Set your custom welcome messages under Options > Welcome Visitor! Reloaded
  • To display your welcome message, do one of the following:
    • If you use Widgets, go to the widget panel and add the Welcome Visitor! Reloaded module
    • Call the following function in the theme template where you’d like it displayed:
      <?php echo welcome_visitor_reloaded(); ?>

As always, I’m more than happy to help you with any questions or comments you may have.