Hi Guys,
When Infocus display my posts on trovatten.com/blog do they loose their style and the text is very hard to read like this.
Is it possible to make
(3 posts)
(2 voices)
Hi Guys,
When Infocus display my posts on trovatten.com/blog do they loose their style and the text is very hard to read like this.
Is it possible to make
Hmm.. Can't edit the post... But is it possible to display the styled text? Instead of the ugly, formatted text shown in the screenshot. :)
Hello trovatten,
There is an option in Dashboard -> your theme -> Blog where you can choose to display the full blog post. Or if you want your shortcodes to run in the excerpt then you can add this around line 190 in /wp-content/themes/[your_theme]/framework.php.
add_filter('the_excerpt', 'do_shortcode');
You must log in to post.