• Resolved Ceri

    (@cshibbs)


    My A-Z is displaying vertically down the page not horizontally accross, i have tried adding the widget and also putting the shortcode into editor, can you help?

    on another note, is it possible to display posts and pages in the same site map?

    Thanks
    Ceri

Viewing 1 replies (of 1 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    Hi,

    Please try updating to version 1.2.0 (released just this second) which has a fix to apply the styling you see the the screenshots by default.

    Currently I do not think the shortcode can display multiple post-types (I’d have to check on that), but you can do it if you fancy getting ‘down-n-dirty’ with PHP code in your theme. Specifically, you need to identify a template file (check the template hierarchy for help identifying the right filename). The template to be used to display the a-z listing needs instead of the normal “the loop” code something like:

    <?php the_a_z_listing( array( 'post_type' => array( 'page', 'post' ) ) ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘a-z displays vertically’ is closed to new replies.