2014-03-11, 08:37:47
1. Featured images or post thumbnails are not supported in the stable version (currently 2.4.4). You have to use the beta version for that.
(I assume you want to associate images to posts so that they're shown e.g. in the main news page - of course you can just insert images in the post content just like with normal pages)
2. Not in the stable version, but NM beta supports "read more" links. The ellipsis doesn't have a link but you can have a "read more" text after it that is linked to the post.
If you really need it the way you say, you can remove the ellipsis and redefine the "read more" text to "[...]" by enabling Custom settings and inserting this:
(Any string that is used in the frontend is redefinable.)
3. The I18N plugin is not required at all. (I even had to do some changes to NM because there were incompatibilities in certain setups.)
(I assume you want to associate images to posts so that they're shown e.g. in the main news page - of course you can just insert images in the post content just like with normal pages)
2. Not in the stable version, but NM beta supports "read more" links. The ellipsis doesn't have a link but you can have a "read more" text after it that is linked to the post.
If you really need it the way you say, you can remove the ellipsis and redefine the "read more" text to "[...]" by enabling Custom settings and inserting this:
Code:
ELLIPSIS ""
READ_MORE [...]
3. The I18N plugin is not required at all. (I even had to do some changes to NM because there were incompatibilities in certain setups.)