Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Paul Menard

    (@pmenard)

    @jdobre,

    Well it might help if you provide some details on exactly how you are requesting the media-tags items? Are you using a shortcode? Or calling the query function directly? Please provide exact examples.

    Most probably answer is like all other WordPress queries you are by default limited to the number of posts to be shown per page. This is globally controlled in wp-admin via Settings > Reading. Look for the field ‘Blog pages show at most’.

    With Media-Tags you can control this In wp-admin if you go to Media-Tags > Help you can read up on the options.

    Thread Starter jdobre

    (@jdobre)

    I should apologize for not giving more details. I’m using the following short code:

    [media-tags media_tags="Quarterly Meeting" orderby="date" order="DESC" numberposts="1000"]

    I changed the reading settings and that did not seem to help.

    Plugin Author Paul Menard

    (@pmenard)

    @jdobre,

    Hmm. In that shortcode. See the ‘media_tags’ parameter. This should be the SLUG of the tag no the label.

    As for the ‘numberposts’ parameter you can pass in a value of “-1” to return all items instead of using some high number.

    Other than that suggestion go into your wp-admin and to the Media -> Media-Tags terms listing. Find the term ‘Quarterly Meeting’ and you should see the total number of items with that tag.

    Let me know. Thanks.

    Thread Starter jdobre

    (@jdobre)

    Changed the media_tags to the SLUG “quarterly-meeting” and the numberposts to -1. Still a short list, even with 109 items with that tag.

    Plugin Author Paul Menard

    (@pmenard)

    @jdobre,

    Apologies, I was out sick for the end of last week…

    At this point I have no recommendations for your reported issue. I’ve test on my own development sites using various themes and cannot reproduce the same issue.

    Maybe try switching theme to the default WP theme. I realize this is not always an option. Or it may be some other plugin filtering the query requests.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Reduced List’ is closed to new replies.