AutoNav Graphical Navigation and Gallery Plugin

Creates customizable lists/tables of text/thumbnails/links to posts, pages, taxonomies, attachments, custom post types, and image directories.

Author:William Lindley (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:4.2.2
Plugin version:1.5.10
Added to WordPress repository:27-09-2009
Last updated:21-05-2015
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, %:93
Rated by:9
Plugin URI:http://www.wlindley.com/website/autonav/
Total downloads:42 952
Active installs:200+
plugin download
Click to start download

Auto Graphics Site Navigation with Gallery

This plugin simplifies the creation of graphically navigable WordPress sites, creating a list or tables of pages, posts, taxonomies, and custom post types, selected in a variety of ways. Highly customizable output using a variety of optional user-defined filters.

  • Sites with nested pages can show a table of clickable thumbnails of child pages, with size of the tables, and the number of rows, automatically computed to fit, based on the thumbnail sizes.
  • A table of posts selected by tag, category, or author can be displayed in the same manner.
  • Thumbnails of pictures, and the galleries of pictures added in each page, can be automatically resized either through a single default setting in the WordPress administration page, or by specifying a size in each page. Missing thumbnails will be automatically generated.
  • A gallery of images can be created simply by placing them in a new directory under the wp-content/uploads directory. Standard command-line or FTP tools can then be used to move, rename, or delete images.
  • Output and page/post selection is extensible through the use of filters.
  • Works with WordPress's standard attachment mechanism, and with J. Christopher's "Attachments" plugin (see FAQ)

NOTE: You can raise issues or participate in development at GitHub If you experience errors or missing pages, you might try the previous stable version. All previous versions are archived here.

The plugin is invoked with the [autonav] shortcode, with two basic modes:

NAVIGATION.

Creates a list or table of the current page's child pages. Tables are composed of linked thumbnail pictures (see "How is a Child Page's "Associated Image" determined?" in the FAQ). Example:

[autonav display="images" pics_only="1"]

displays a table of the current page's child pages. Only child pages that have associated pictures will be displayed. The table will have 3 or 4 columns depending on the default size of the thumbnails and depending on the column settings in the WordPress administration screen.

GALLERY.

Creates one or more tables of linked thumbnail pictures based on the current page's attachments, or on specified directories of picture files under the uploads directory. Examples:

[autonav display="attach"]

displays a table of images attached to the current post or page.

[autonav display="/project2" include="32,37,56"]

Displays a table, with a gallery of three pictures from the wp-content/uploads/project2 directory, in the specified order.

[autonav ids="57,65"]

For compability with the ids parameter introduced in WordPress 3.5, displays a table of attachments with the exactly specified attachment IDs.