Not sure if it's currently possible to edit the amount of text shown out of the box. Perhaps you need to pass on a custom parameter to the macro and then dig into the code behind the macro to do it.
Perhaps the latter approach using CSS is better since it will create the visual effect you're after, which I guess is not cutting sentences and paragraphs in weird places in the source but only on screen.
Editing the amount of snippet text uBlogsy blog shows
Hello ;)
I am trying to find where in the template I edit the amount of text displayed(click for example) on the main blog template, [uBlogsy] [Base] Blog.
I can find where to edit the AMOUNT of blog posts shown per page (here), but not the amount of text shown for each.
Thanks in advance! <3333
Hi there
Not sure if it's currently possible to edit the amount of text shown out of the box. Perhaps you need to pass on a custom parameter to the macro and then dig into the code behind the macro to do it.
Or you could consider using a pure CSS approach using text-overflow:ellipsis
Perhaps the latter approach using CSS is better since it will create the visual effect you're after, which I guess is not cutting sentences and paragraphs in weird places in the source but only on screen.
Hope this makes any sense.
/Jan
is working on a reply...