Title: Loop Listing
Last modified: August 30, 2016

---

# Loop Listing

 *  Resolved [hdtv-entertainement](https://wordpress.org/support/users/hdtv-entertainement/)
 * (@hdtv-entertainement)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/loop-listing/)
 * 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://wordpress.org/plugins/nooz/](https://wordpress.org/plugins/nooz/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [mightydigital](https://wordpress.org/support/users/mightydigital/)
 * (@mightydigital)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/loop-listing/#post-6628576)
 * 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>
       ```
   
 *  [angelacrystal](https://wordpress.org/support/users/angelacrystal/)
 * (@angelacrystal)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/loop-listing/#post-6628809)
 * 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](https://wordpress.org/support/users/mightydigital/)
 * (@mightydigital)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/loop-listing/#post-6628812)
 * [@angelacrystal](https://wordpress.org/support/users/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 🙂
 *  [agrajagco](https://wordpress.org/support/users/agrajagco/)
 * (@agrajagco)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/loop-listing/#post-6628910)
 * <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.

 * ![](https://ps.w.org/nooz/assets/icon-256x256.png?rev=3498463)
 * [Nooz](https://wordpress.org/plugins/nooz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nooz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nooz/)
 * [Active Topics](https://wordpress.org/support/plugin/nooz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nooz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nooz/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [agrajagco](https://wordpress.org/support/users/agrajagco/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/loop-listing/#post-6628910)
 * Status: resolved