News Manager blog

News Manager Addons plugin 0.2

With News Manager Addons plugin 0.2 beta you can do display excerpts and dates in the sidebar, like: <?php nm_set_custom_date('%d/%m/%Y'); nm_custom_list_recent(' <a href="{{ [...] Read more

News Manager Addons plugin 0.1.1

I've done a small update to NM Addons. 0.1.1 beta lets you display the date before the title, like: PHP Code: <?php nm_list_recent_with_date('%d/%m/%Y &raquo; ', true); ?> [...] Read more

News Manager Addons plugin 0.1

Right now it only has a sidebar function/template tag, nm_list_recent_with_date Usage (examples): PHP Code: <?php nm_list_recent_with_date(); ?> or PHP Code: <?php [...] Read more

News Manager 2.3.2

No new features, just another maintenance release: - (temp) fix to use correct utf-8 locale for dates - fix utf-8 date issues in Windows - fix post delete/update issues in some Windows environments - [...] Read more

News Manager "Create Post" shortcut - plugin

Per a request, I created a small plugin that adds a "Create new post" link in GetSimple's Page Management sidebar. [...] Read more

News Manager 2.3.1

Bug fix release (double slash in fancy url, @patriotmedia) (There's another issue with the htaccess info page, but only with certain GS custom permalink structures - will fix in a future release) [...] Read more

News Manager 2.3.0

Changes/additions: new function nm_post_title() for use in template <title> tag post titles are now treated as text, not html better default permalinks changed post date edit format to [...] Read more

"News Manager Title" plugin

I've created a small plugin to make it easy to have the post title in the <title> tag: News Manager Title