2016-07-18, 06:19:51
Functions
Currently there are no functions for custom post templating -- it's in the to-do list (#29)
Right now the only way to do something like what you need (besides patching the plguin) is using NM Custom Settings like
nm_post_url()
, nm_post_date()
, etc. only work for the single post view.Currently there are no functions for custom post templating -- it's in the to-do list (#29)
Right now the only way to do something like what you need (besides patching the plguin) is using NM Custom Settings like
showFields
and classPost...
, markupPost...
. If you wish, give me an example of the html you need, perhaps it can be done with some of these custom settings.