• Hello Daniel !
    Thanks for your plugin. It’s possible to have 2 templates at work, with .php files like :
    a-z-listing.php
    a-z-listing-custom.php

    and shortcode like :
    [a-z-listing post-type=”post”]
    [a-z-listing-custom post-type=”post”]

    Thanks,
    Math.

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

    (@diddledani)

    I think this is a question, and not a statement?

    There is only one shortcode, called [a-z-listing]. The template system allows for separate templates based on the top-level address:

    With the address https://example.com/some-folder/a-z-page, you can use a template based on the hierarchy of:

    a-z-listing-some-folder.php -> a-z-listing.php
    
Viewing 1 replies (of 1 total)
  • The topic ‘Multiple template’ is closed to new replies.