Hi Loiruca,
You can easily get things back to how they were using the new templating engine.
If you copy over the file ‘timeline-express-container.php’ to your theme root in a ‘timeline-express’ directory (eg: wp-content/themes/your_theme/timeline-express/
), you can fully customize the announcement container. Customizing it would allow you to replace the_excerpt() with the_content(), or even better – writing your own excerpt() function to allow for HTML to be used in the announcement excerpts.
In the previous releases we had a custom function that enabled HTML in excerpts, but many times the announcement containers ended up nesting inside one another for some users due to the HTML being used.
You don’t need to purchase the pro version to make use of the templating engine, which allows you to take the base plugin and fully customize it to your needs – which could include wrapping the title in an anchor tag, wrapping images in any anchor tags etc. The sky is the limit.
On that note – we had to remove the custom function that allowed HTML in excerpts, as it was causing more issues than anything. There is a reason that WordPress prevents HTML in excerpts by default , and we wanted to follow along with WordPress core code standards.
Another, better, option would be to add a custom metabox on the announcement page titled ‘Custom Excerpt’ – which allows you to enter custom HTML into it.
Once added to your announcements, you could then customize the announcement container and use the new meta data in place of the old excerpt function.
Give me a little while, and when I go on lunch I can write out a documentation article on how to enable custom excerpts – with or without HTML markup in it.
I will post that back here when I get it written.
Thanks,
Evan