News Manager blog

News Manager 2.5 beta 6

1) You can now set (in gsconfig) the position of the Image input box in the post edit page: $NMIMAGEINPUT = 0; // or FALSE : not visible $NMIMAGEINPUT = 1; // in Options, first field $NMIMAGEINPUT = [...] Read more

News Manager Addons plugin 0.5

New function/template tag nm_list_recent_by_tag Displays a list of recent posts that have a given tag. (original idea by @vincenzo; code rewritten from scratch) Examples: <?php [...] Read more

News Manager Addons plugin 0.4

Updated to support the post images feature in News Manager 2.5 (currently in beta) New tokens are: {{ post_image_url }} - full URL of the post thumbnail/image {{ post_image }} - html code for the [...] Read more

News Manager 2.5 beta: new features

News Manager 2.5 beta has several new "hidden" features (not available directly in Settings): you can have thumbnails / featured images for your posts; a "read more" link after the post excerpt. post [...] Read more

News Manager 2.4.3

- fix IE bug when pressing Enter on search box - optimization: nm_post_title no longer does an extra file read

News Manager 2.4.2

fixes issue with meta description.

News Manager 2.4.1

Quick bugfix: remove , placeholders from excerpts If you use placeholders like and near the beginning of posts, they are processed when they appear in excerpts (so if you e.g. insert a gallery in a [...] Read more

Custom frontend strings (2.4.0+)

Since version 2.4.0 you can redefine all frontend language strings, allowing some basic customization. (With previous versions of the plugin, some of them could be modified by editing the language [...] Read more