(2013-09-10, 07:07:42)TeeJay Wrote: The classes and IDs of HTML elements of the full post are still the same, so I still can't style it differently, right? I don't fully understand if there's any chance to wrap the full post using some component, but I don't think so.
With beta 11 you could wrap it with nm-top-single (<div id="...">) and nm-top-bottom (</div>), but I think I'm going to add id "nm_single", like:
Code:
<div id="nm_post nm_single">
(2013-09-10, 07:07:42)TeeJay Wrote: A little bonus - If I understand right, I can include dynamic FaceBook like button and comments in the "after" component of the full post. One of them require page slug and the other full post's URL and I think that I can handle that easily. I have to try practically.
Yes, that's the idea. You could use nm-bottom-single to insert your FaceBook scripts, etc. (or using RobA's external commenting plugin).
Right now you'd have to use $_GET['post'] or something, but I'll add some tags/functions for echoing post slugs and URLs to make it easier.
(2013-09-10, 07:07:42)TeeJay Wrote: Just a question - is this way of settings a long-term one or will it change again with NM 2.5?
In principle it's long-term. I think I won't change these new function names and options, or if I do, I'll support the previous ones.
What I'm not totally sure about is the layout blocks/component names, e.g. does nm-top-single sound funny? (maybe like something about music or quantum mechanics) You know I'm not a native English speaker, so... Suggestions and opinions are welcome (before I release 2.5 stable, please)