Hi, I want to remove ‘og’ ( opengraph ) code in this theme. I have used jetpack which is more complex. I was trying to find out the code, but it’s hard to do.

If you’re using YOAST SEO, be sure to turn that feature OFF in Yoast Seo.
I think you can remove most header stuff from the theme by editing the header.php, unless I am mistaken. I usually remove stuff like the pingback, myself.
Might be a function, if you don’t see it in the header.php file. But TagDiv will need to provide pointer on that.
(I don’t work here; just some feedback.)
-
This reply was modified 10 years by
simchris.
I didn’t check opengraph feature on SEO Yoast, I dunno where it comes. I have checked header.php but i didn’t find it. I also have disabled all plugins, but the code still appears.
-
This reply was modified 10 years by
flameblue59.
OG tags is one of the main features of YOAST SEO. You might try turning that off, or try reading the docs. I think it’s on the somewhat obvious “social” settings in Yoast.
Of course if you turned Yoast off and it’s still there then it likely is default item from theme, likely being loaded from the big functions file inside the booster folder.
Wait for TagDiv to chime in on where that is.
If you are using yoast, be sure to uncheck the “use open graph” tag features ( OG = open graph).
Sure, I have uncheck it but I’m using jetpack and dunno where to remove the og settings there. I’ve tried to find it and it’s located in the booster.
Hello,
You can find the code in wp_booster_functions.php here: http://screencast.com/t/OcscE7B7mF
You can comment out or delete this code if you realy want to remove the meta property.
Thank you!