News Manager blog

News Manager 2.4.0

Changelog Frontend - support for other plugins that insert content using tokens or shortcodes (galleries, dynpages, etc.) - also, fixes issue when you use getPageContent in template/component - [...] Read more

Patch: store and display post author in News Manager

Edit news_manager/inc/posts.php, find this: Code: $obj = $xml->addChild('content'); $obj->addCData($content); Just after that, insert this: Code: // patch (author) if (isset($_POST['author'])) [...] Read more

SEO tips for News Manager

Fix canonical URLs Change your template's <?php get_header(); ?> to <?php get_header(false); ?> This way your site won't have the canonical meta tag (all posts have the same [...] Read more

News Manager 2.3.5

- proper (temporary) fix for date locale Once again, thanks to Oleg06 for testing.

News Manager 2.3.4

- added classes "nm_recent" and "nm_archives" (sidebar lists) - fixed Russian language file (2 strings were untranslated; proper date format) - translated plugin name in admin [...] Read more

News Manager 2.3.3

No new features, just another maintenance release. - re-create posts cache file if it's been removed - fix slugs for titles beginning with space - check valid tag/archive parameters - fixed [...] Read more

News Manager Toolbar plugin

Adds tabs with links to News Manager admin pages in SA Toolbar. Fixed tabs (frontend and backend): - News Manager - Create new post If viewing a NM post in the frontend, another tab will appear: - [...] Read more

News Manager Addons plugin 0.3

News Manager Addons 0.3 beta now has a couple new functions, one of them for overriding the excerpt length defined in settings. Example: insert this <?php nm_set_custom_excerpt(100); before [...] Read more