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!
@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>