![]() |
News Manager (3.6) - Newslist Frontend Output - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13) +--- Thread: News Manager (3.6) - Newslist Frontend Output (/showthread.php?tid=10407) |
News Manager (3.6) - Newslist Frontend Output - Holger - 2018-03-05 Dear GS-Community, I have a maybe simple question but couldn't figure it out of the "News manager" threads. What I need is a customized output of the news-list, to wrap a surrounding div with custom CSS class, adding a "flex"-row etc. Something like the <?php nm_list_recent(); ?> loop, but with the excerpt and image. The original loop: Code: <?php At the Moment I got this (works so far, is used as a component with "Dynpages"): Code: <?php But I can't find out how to display the excerpt. I tried different lines of the "site.php" but all tests produced just blank fields. It would be very helpful, if someone could add one (or more) example line(s). Or does this need an extra function defined? (I'm more into graphic-design, frontend-layout, CSS3 etc. and not so experienced in php) Sorry for my rough english, Best regards and many thanks! (And many thanks for all the effort by the author to build the plugin) RE: News Manager (3.6) - Newslist Frontend Output - Oleg06 - 2018-03-05 See here the custom settings for Bootstrap http://getsimple.business-website.ru/ RE: News Manager (3.6) - Newslist Frontend Output - Carlos - 2018-03-05 Check the News Manager Addons plugin. If you have any questions or need help, please ask in the support thread. RE: News Manager (3.6) - Newslist Frontend Output - Holger - 2018-03-06 I've seen the "News manager Addon" but commonly I try to get at least a rough understanding of the extensions I use or plan to use. Therefore I thought it would be possible with an "echo nm_create_excerpt($content);" construct. ---- I will look at the examples on Olegs page too, thanks. |