• I am using this plugin on my blog to display the page, which are tagged.
    I Found this code in the support area here:

    [a-z-listing display=”page” taxonomy=”post_tag” terms=”mv”]

    It works very fine, but after the newest update, the site only shows all pages, not just this one with the matching tag.

    Now I restalled the old plugin version, but how can I use the newest one.

    Sorry for my English, its not my language ??

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

    (@diddledani)

    Your shortcode is slightly off from the correct format. display can either be posts or terms, so page is incorrect. You might find fixing that with the code below will get you working properly with the latest version:

    [a-z-listing display="posts" post-type="page" taxonomy="post_tag" terms="mv"]
    
    Thread Starter DrMilhouse

    (@drmilhouse)

    Thanks for helping, technically perfect, but optical a mass fail.

    my code:

    https://imageshack.com/a/img921/4138/GgY01A.jpg

    your new code:

    https://imageshack.com/a/img922/1015/d4jsfE.jpg

    Why does this happen?

    Plugin Author Dani Llewellyn

    (@diddledani)

    The second image is similar to other people’s sites where they’ve put the shortcode into a page builder’s preformatted text area instead of a normal text area. This puts <pre> around the output which breaks the layout. Try checking whether your listing is wrapped inside a <pre> tag.

    Thread Starter DrMilhouse

    (@drmilhouse)

    Thanks, but that is no solution.

    Your new code works fine with the old version, but now I updated to the newest version of the plugin and it shows pages from all tags again. ??

    Plugin Author Dani Llewellyn

    (@diddledani)

    Do you definitely have at least one post tagged with the tag you are setting in the short-code? If you have no posts with the tag then WP_Query (part of WordPress) will counter-intuitively return all posts, not none.

    Thread Starter DrMilhouse

    (@drmilhouse)

    Yes I have. The old version of your plugin fetches exactly this tagges postings. But after updating the plugin, only the plugin, no other chances, it shows all postings, not only the correct with the tag.

    Plugin Author Dani Llewellyn

    (@diddledani)

    Can you tell me the version numbers which do and do not exhibit the behaviour, please? “The new version” could mean different things to different people, so only using the specific version numbers can we all be on the same page. Also, could you please restate the issue you’re having because we have covered multiple issues in this thread so I’m not sure what the current state is. If you could also paste your current shortcode that would help, too.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘New Update needs new solution.’ is closed to new replies.