Hi Guys,
The latest version 0.7.1 includes many changes, and should now be able to use whatever query you wish to throw at it.
You can get 0.7.1 from https://downloads.www.ads-software.com/plugin/a-z-listing.0.7.1.zip immediately, or wait for the plugins directory to notice the new version.
Currently the widget still cannot be coerced into including anything other than pages when it considers available titles ??
However, the index page itself can be customised extensively.
Include on your index page’s template the following incantation:
the_az_listing( array( ‘post_type’ => array( ‘pages’, ‘posts’ ) ) );
Once that’s in-place you can modify the output of the index itself, by including in your theme a file to override the default view with your own requirements. Specifically you can copy templates/a-z-listing.php
from the plugin to your theme root folder (e.g. wp-content/themes/themename/a-z-listing.php
) and customise. One example is to add a call to the_excerpt()
within the Post Loop (the inner-loop) to include some preview of each entry.