Tagged Questions
3
votes
2answers
2k views
Issue with enabling formatting in excerpts in Wordpress
This is what I added in my theme's functions.php file to enable formatting for excerpts in Wordpress (source of the tip):
remove_filter('get_the_excerpt', 'wp_trim_excerpt');
...
0
votes
3answers
1k views
How do you edit the html of teaser excerpts
All my teaser excerpts have no formatting applied to them. With firebug I can get the text to look how I want by editing the html but I don't know where to edit the html in wordpress. How can I do ...
2
votes
1answer
1k views
Add visual editor capability to custom excerpt window?
The custom excerpt field (under Add New Post) only accepts html. Thus, you can't just cut and paste a segment from the Visual Editor. If you want links to appear in custom excerpt, you have to know ...