• Resolved hdtv-entertainement

    (@hdtv-entertainement)


    I would like to create a simple loop listing of new release titles.
    This would be in the form of a widget with simple lines of articles. One simple parameter could control the number of headlines listed, all in order of date from most recent, date not showing or perhaps date show optional.

    Has anyone done this and what might the code be?

    – Article Headline 1
    – Article Headline 2
    – Article Headline 3
    – Article Headline 4
    – Article Headline 5
    – Article Headline 6

    https://www.ads-software.com/plugins/nooz/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author mightydigital

    (@mightydigital)

    The plugin uses shortcodes to render its output, here are they are with their options:

    [nooz-release class="custom-class" count="10" date_format="Y-m-d" display="group" use_excerpt="no"]

    [nooz-coverage class="custom-class" count="10" date_format="Y-m-d" display="group" use_excerpt="no" target="popup"]

    This and more info can be found by going to WordPress > Nooz > Help (top right dropdown).

    The list view output looks a little something like the following .. use CSS to fine-tune it to your liking.

    <div class="nooz-[release|coverage]-list-wrapper nooz-list-wrapper ">
        <!-- group container available when "display_type=group" -->
        <div class="nooz-group-container">
            <h3 class="nooz-group-title nooz-group"></h3>
            <ul class="nooz-list nooz-[release|coverage]">
                <li class="nooz-item nooz-item-[odd|even] nooz-item-with-excerpt">
                    <time class="nooz-datetime"></time>
                    <p class="nooz-source"></p>
                    <p class="nooz-link"><a></a></p>
                    <p class="nooz-excerpt"></p>
                </li>
            </ul>
        </div>
    </div>

    Where is WordPress > Nooz > Help? Looking for shortcodes… do you mean in the plugin files, on my site (once the plugin is installed), or here on this site? I can’t seem to find that anywhere.

    Thanks!

    Plugin Author mightydigital

    (@mightydigital)

    @angelacrystal, we just realized that the in-plugin help has not been released yet … I will get that updated this evening, look for it in version 0.7.0. Our apologies ??

    <jazz hands> This is AWESOME!!! </jazz hands>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Loop Listing’ is closed to new replies.