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
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
This worked pretty well! Thanks a lot, Dominic!
Please login or Register to submit your answer