Greeting/Landing Sites

  • WP Greet Box
    This plugin lets you show a different greeting message to your new visitors depending on their referrer url.
    (welcomes with subscription message) In my website nothing is shown if I come from google search.
  • Welcome Visitor
    wordpress plugin, which will welcome visitors, and ask them to bookmark your site or to subscribe your rss feed
    (similar to ‘WP Greet Box’)
  • * Landing sites
    When visitors is referred to your site from a search engine, they are definitely looking for something specific – often they just roughly check the page they land on and then closes the window if what they are looking for isn’t there. Why not help them by showing them related posts to their search on your blog? This plugin lets you do that, works with a long list of search engines!
    (shows related list, requires PHP Code in Template) Add the related posts list with
    <?php if (ls_getinfo('isref')) : ?>
       <h2><?php ls_getinfo('terms'); ?></h2>
       <p>You came here from <?php ls_getinfo('referrer'); ?> searching for <i><?php ls_getinfo('terms'); ?></i>. These posts might be of interest:</p>
       <ul>
         <?php ls_related(5, 10, '<li>', '</li>', '', '', false, false); ?>
       </ul>
    <?php endif; ?>
    in index.php

Breadcrumb

  • * Breadcrumb NavXT (Successor to Breadcrumb Navigation XT Added with
    <div class="breadcrumb">
    <?php if(function_exists('bcn_display')){ bcn_display(); } ?>
    </div>

Sitemap

  • * Dagon Design Sitemap Generator
    This plugin creates a sitemap for your WordPress powered site. This is not just another XML sitemap plugin, but rather a true sitemap generator which is highly customizable from its own options page in the WordPress admin panel.

Donations