2016-12-09, 05:29:47
A way to add support for External Comments to News Manager 3.0+ :
Create a component named e.g. post-comments with this content:
(where
Enable NM Custom Settings and insert this:
Create a component named e.g. post-comments with this content:
Code:
<?php
get_external_comments(
'news-manager-blog/'.nm_post_slug(0),
nm_post_url(0),
nm_post_title('','',0)
);
?>
news-manager-blog/
is a custom prefix for the post id - Change it to use your own preferred one, like blog/
, news/
, ...)Enable NM Custom Settings and insert this:
Code:
single componentAfterPost post-comments