Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter vtechteam

    (@vtechteam)

    I just noticed the List Category Post plugin does not list the dripped content which is correct. I prefer your plugin but not sure the difference between how yours query’s the list compared to the other plugin. Any idea what setting could be used with your plugin to produce the same results.
    Thanks

    Plugin Author Eliot Akira

    (@miyarakira)

    Hi,

    This plugin doesn’t have any specific dripped content feature. It may be possible to achieve the same result using a custom field (for example, to select release date per post) and a loop to query for matching posts. It would have to be manually built based on your needs.

    I haven’t tested this, but theoretically, you can use Advanced Custom Fields (or similar plugin) to create a date picker field called release_date. Then for each post a release date can be selected. To show 5 most recent posts which have been released:

    [loop type=post field=release_date value='past and today']
      [field title-link]
    [/loop]

    More info in the plugin documentation: Main -> Loop -> Date field

    Otherwise, you can ask InstaMember’s support for controlling the output of their shortcode.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding Membership Dripped Content’ is closed to new replies.