-
First i added this in my functions php to include german own power words:
add_filter( 'rank_math/metabox/power_words', function( $words ){ $words[] = 'o2'; return $words; });
In this case the Brand is a Power Word for me.
After this i use also “Span” in Headline to get part of it in color:
<span class=”farbig”>o2 Free S Boost</span> – 24,99 €
The title is correct transformed by Rank math:
But Power Words shows red:
When I do a space before, it works – but a space at the first part auf Headline makes no sense. Can you check, that power word is noticed even with a > infront?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The ticket ‘Problem with Power Words combined with class / span’ is closed to new replies.