[Plugin: FetenWeb image_src Metatag] Compatibility with WP 2.x
-
Hi there,
with a minor tweak the plugin gets compatible with WP 2.x – simply change Line 34 into:
if (function_exists("has_post_thumbnail") && has_post_thumbnail($post->ID)) {
Another tweak can be used to add Open Graph support – just add in Line 58:
echo '<meta property="og:image" content="' . esc_attr($image) . '"/>';
Best regards,
Hendrikhttps://www.ads-software.com/extend/plugins/fetenweb-image-src-metatag/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: FetenWeb image_src Metatag] Compatibility with WP 2.x’ is closed to new replies.