Recent Post Character Limit?
-
I am customising a theme for NodeBB and it seems to show the entire post in the recent post section of category list after I changed the html of the categories. How can I limit the characters, to only display say the first 10 words or such?
Issue -> http://i.imgur.com/mic37Ph.png
Code -> http://i.imgur.com/iJP1Adj.pngThanks
-
You can wrap it with ellipsis i guess
-
@exodo the problem I have with that is that NodeBB doesn't just show plain text snippet from the post, it has HTML elements in it, so this is the outcome with ellipses.
-
I think we have solved the same issue in persona perhaps look at how we did the categories page?
-
@psychobunny I guess it was happening because I changed the HTML structure, and Persona theme CSS uses > selectors, making the styles dependant on the HTML structure. Fixed now anyway thanks