jrgong
(jrgong)
1
Hey guys
Whenever there is an embed block (in this case a link to another post) in a blog post, it’s printed twice in the forum version:
- regular text link in a
div > blockquote > p
- which is not desired behaviour
- as an iframe as embed - which is desired behaviour
How can we remove the text link above the embed?
1 Like
angus
(Angus McLeod)
2
Hey @jrgong,
The two links are there in the original HTML of the Wordpress post from your screenshot (the first one is just hidden).
This one will need to be fixed on the Wordpress side in your editor. Discourse is just displaying what HTML is received from Wordpress.
You can do this using the wp_discourse_excerpt
filter. See the examples here: WP Discourse Plugin Tips and Tricks
3 Likes
system
(system)
Closed
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.