gianviterbo
asked 11 years ago

If you notice on this post – http://www.gadgetpilipinas.net/2013/08/omnipad-r72-unboxing-and-review/ – there are characters above the header.

…”/>

I really want to remove this but I can’t find its source. Can somebody help me? Thanks.

Gian

1 Answers
DominicStaff
answered 11 years ago

To remove the symbols …”/> in Standard.png, you can open the functions.php file (in “/wp-content/themes/dw_focus_theme” folder), go to line 499 and you find this code

 
echo '<meta property="og:description" content="'.get_the_excerpt().' "/>';

change it to:

 
echo '<meta property="og:description" content="'.esc_html( get_the_excerpt() ).'"/>'; 

Regards,
Dominic

gianviterbo
replied 11 years ago

This worked pretty well! Thanks a lot, Dominic!

Powered by DW Question & Answer Pro