Linux 软件免费装
Banner图

AutoNav Graphical Navigation and Gallery Plugin

开发者 wlindley
更新时间 2015年5月21日 21:16
捐献地址: 去捐款
PHP版本: 3.5 及以上
WordPress版本: 4.2.2
版权: GPLv2 or later
版权网址: 版权信息

标签

posts pages gallery taxonomy navigation custom post types attachments custom fields thumbnail subpage thumbnails child

下载

1.1.8 1.1.9 1.2.2 1.2.3 1.2.4 1.2.5 1.2.7 1.2.8 1.2.9 1.3.0 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.4.0 1.4.1 1.3.1 1.4.7 1.4.9 1.5.0 1.5.2 1.5.3 1.5.4 1.5.6 1.5.9

详情介绍:

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. 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 [gallery] ids parameter introduced in WordPress 3.5, displays a table of attachments with the exactly specified attachment IDs.

安装:

This section describes how to install the plugin and get it working.
  1. Create the autonav-wl directory in the /wp-content/plugins/ directory, and place the plugin files there.
  2. Activate the plugin through the administration menus in Wordpress.
  3. Configure the plugin under Settings in the Wordpress administration menu.
Additional add-ons, which are plugins that tie into AutoNav's filters, are in the addons.zip file. (The additional complication of this zip within a zip is because WordPress's plugin system has no way to handle "optional but part of the distribution" plugins). How to use the addons In your AutoNav plugin's directory you should find a file, addons.zip which contains several add-on plugins in a subdirectory. Move only the files you wish to use, into the same directory as the autonav-wl.php file itself. Then enable whichever addons you wish.

屏幕截图:

  • Child pages displayed in two different ways, first as a list and
  • AutoNav used together with the Hierarchical Pages plugin on the
  • Second-level page on the Fisher site. Note, with Hierarchical
  • Demonstrating a "magazine style page template" where the first

升级注意事项:

All versions: If you have upgraded AutoNav and are using new parameters, you will need to go to the AutoNav Settings page on the WordPress administration panel and save your settings. This will add the required default values which permit the parameter parser to work. 1.5.6 Lists will use the class given in the class= argument directly, without appending "-list" and the enclosed items will omit the class entirely. You may need to modify your stylesheet along these lines: From: .myclass-list { ... } .myclass-item { ... } To: .myclass ul { ... } .myclass ul li { ... } 1.5.0 If you have used the Media Tags plugin, you must set the taxonomies on the AutoNav settings page: use attachment tag, "media-tags". This now supports the Attachment Taxonomy plugin; use "attachment_tag" and "attachment_category". Other taxonomy names are permissible in hopes of being compatible with future WP versions. 1.4.8 When using display="post" you may need to add the nothumb argument: display="post,nothumb" if you want the previous behaviour of titles and no thumbnails. For display="list" the default is still titles and no thumbnails. Support addons via filters. "notitle" and similar parameters for suppressing default behaviors.

更新日志:

1.5.10 1.5.9 1.5.8 1.5.7 1.5.6 [autonav display="list" class="slider"] For full information on sliders, consult your plugin's or JavaScript's documentation. 1.5.4 1.5.3 1.5.2 [autonav display='images' target='_blank'] 1.5.1 1.5.0 1.4.9c [autonav display="posts,list,nothumb" postid="category__in:*,cakes"] which would display posts which are either in the same category as the current post/page, or which are in the cakes category. 1.4.9b 1.4.9a 1.4.8 1.4.7 1.4.2 1.4.1 1.4.0 1.3.9 1.3.8 1.3.7 1.3.6 1.3.5 1.3.4 1.3.3 1.3.2 1.3.1 1.3.0 1.2.8 1.2.7 1.2.6 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 Corrected typo 1.1.4 1.1.3 1.1.2 1.1.1 1.1 1.0