Travelogue

Travelogue is a plugin for travel writers. You can add location info to posts, view an archive of all posts related to a particular place, and dispay

Author:Themocity (profile at wordpress.org)
WordPress version required:3.9.1
WordPress version tested:3.9.31
Plugin version:0.2.1
Added to WordPress repository:15-07-2014
Last updated:15-07-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://www.themocity.com/plugins/travelogue
Total downloads:709
Active installs:10+
plugin download
Click to start download

Travelogue is a plugin for travel writers. You can add location info to posts, view an archive of all posts related to a particular place, and dispay the most blogged about cities in a widget.

Checkout the live demo.

Template Tags

Travelogue currently provides two functions that are meant to be called from inside themes. More will be added as Travelogue picks up new features.

is_travelogue_archive() returns true is the current page is a travelogue archive (a list of posts associated with a particular place). You should wrap this function inside an if statement that checks if the function exists: 
    <?php if (function_exists('is_travelogue_archive')) : result = is_travelogue_archive(); ?>

travelogue_archive_name() returns the name of the current archive. Right now, this is always going to be the formatted address of a city (City, State, Country). This might change somewhat in future releases.

One obvious way these tags can be used is to display the name of the city at the top of travelogue archives: