2018-11-03, 23:07:40
News Manager (updated)
|
2018-11-04, 07:32:24
(2018-10-29, 02:33:42)Carlos Wrote:Thanks that does the job.(2018-10-27, 22:18:28)lesh Wrote: Carlos -
2018-11-04, 18:49:24
After checking platinum's site, the canonical meta tag was being rendered correctly in the <head> section - only that it was some lines below, after some code inserted by other plugin.
2018-11-04, 19:14:34
yes!
it is ok "canonical url (meta tag) ...simply using this info http://www.cyberiada.org/cnb/news-manager-g a VERY BIG THANKS to Carlos! very kind for help! :-)
2018-11-10, 02:58:59
Hey Guys, i'm new to get-simple and news manager and want some help.
I have configured everything so that all news articles are displayed in the news section. I additionally want the latest post to be at the front page but found no information about that in the documentation. Can you please help me?
2018-11-10, 03:21:45
You can use the News Manager Addons plugin.
2018-11-10, 04:29:16
Thank you, that works pretty well.
2018-11-12, 05:52:48
Hi Carlos,
i'm Looking for an Option to send the title and a link not only to a rss feed but also to Twitter. Is it possible to get this Option? TIA, Karsten
2018-11-15, 16:37:10
Hello, guys!
By any chance, is there an option within news manager where I can set a date to unpublish a post? Thank you
2018-11-21, 04:08:53
Is there any possibility to use and install the news manager plugin twice?
I want to use the first one for general news and the second one for events.
2018-12-11, 05:51:38
(2018-11-15, 16:37:10)krlllo Wrote: Hello, guys! No, there's no option for that. Just curious - if this was possible, how would you expect it to work for unpublished posts? Would they just not be listed (but still available if you know the post URL), or would they no longer be available? (like private posts)
2018-12-11, 06:05:45
(2018-11-21, 04:08:53)Scorpio Wrote: Is there any possibility to use and install the news manager plugin twice? Long ago I made 3 NM clones. However I've not updated them since then - they're still based on version 3.2.2. When I have the time I'll update them to 3.6. Another way, would be using tags: - Label those posts with an events tag (or _events if you want to hide that tag) - Insert define('NMDEFAULTEXCLUDETAGGED', 'events'); in gsconfig.php (so that these posts are not included in the main posts list, archives, etc.)- The link to the events list would be like SITE/news/tag/events (or SITE/news/?tag=events , ... depending on your fancy URL settings)
2018-12-11, 20:35:22
(2018-12-11, 05:51:38)Carlos Wrote:(2018-11-15, 16:37:10)krlllo Wrote: Hello, guys! Hello, Carlos. Thank you for responding. I would expect for the post to still available but not listed OR only available on certain pages or go to archive. I wouldn't care if they would be listed on the news page. I asked that because I have a website www.forro.nyc with a custom layout based on tags for each day of the month where I post events and I would like them to be deleted or unlisted at the end of the event's date. I think it has to do more with WYSIWYG Editor than with news manager itself, like a check box where you can choose whether you want this option for the post or not.
2018-12-18, 03:55:20
(2018-12-11, 06:05:45)Carlos Wrote: Long ago I made 3 NM clones. However I've not updated them since then - they're still based on version 3.2.2. When I have the time I'll update them to 3.6. How nice, thanks. I will definitely try this out.
2018-12-27, 21:18:21
Hello! I have an idea of a useful feature which could highly improve SEO of this plugin. It is the ability to add meta description to tag pages. Example of a page site.com/news/tag/sometag
Hello!
Sorry for English. I have a problem, plugin News Manager (updated) don't show title and content from admin page. Use nm_post_title() GetSimple CMS – version 3.3.15
2019-02-22, 22:05:08
I don't understand.
Is the admin panel not working? Or do you mean that links to posts in the website don't work? What do you mean about nm_post_title()?
2019-02-24, 03:30:44
(2018-12-27, 21:18:21)dromanov31 Wrote: Hello! I have an idea of a useful feature which could highly improve SEO of this plugin. It is the ability to add meta description to tag pages. Example of a page site.com/news/tag/sometag Sorry for the delay. I'll consider it. If you need this, I can post some example of template snippet.
2019-02-26, 02:13:09
(2019-02-24, 03:30:44)Carlos Wrote:(2018-12-27, 21:18:21)dromanov31 Wrote: Hello! I have an idea of a useful feature which could highly improve SEO of this plugin. It is the ability to add meta description to tag pages. Example of a page site.com/news/tag/sometag It would be great. Thanks!
2019-02-26, 05:51:41
Insert this in your template, before <?php get_header(); ?>
Code: <?php (If you prefer to have it in a component or a function, a small change would be required.)
2019-02-28, 22:10:38
(2019-02-24, 03:30:44)Carlos Wrote:(2018-12-27, 21:18:21)dromanov31 Wrote: Hello! I have an idea of a useful feature which could highly improve SEO of this plugin. It is the ability to add meta description to tag pages. Example of a page site.com/news/tag/sometag (2019-02-26, 05:51:41)Carlos Wrote: Insert this in your template, before <?php get_header(); ?> Thank you very much, Carlos! I'll try this!
2019-03-12, 00:49:05
(replying to http://get-simple.info/forums/showthread...5#pid63895 )
(2019-03-11, 22:47:15)acenda Wrote: News Manager updated (Great plugin, but little problems with post pictures and social media. Made it work, but picture should be invisible in posts and post list. Only visible in social media og:image) Enable NM Custom Settings and enter: Code: showImages 0
2019-03-13, 06:49:08
(2019-03-12, 00:49:05)Carlos Wrote: (replying to http://get-simple.info/forums/showthread...5#pid63895 ) Nice! Thanks mate
2019-03-15, 23:28:23
Hi Carlos. How can I use the post picture in og:image? Is there a way to print picture's url?
Thanks!
2019-03-16, 00:47:24
(2019-03-15, 23:28:23)acenda Wrote: Hi Carlos. How can I use the post picture in og:image? Is there a way to print picture's url? You can use nm_post_image_url() with optional parameters width, height, crop (see NM template tags (since 3.0)) Example (insert in your template's <head> section): Code: <?php if (nm_post_has_image()) { ?> |
« Next Oldest | Next Newest »
|
Users browsing this thread: 2 Guest(s)