Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi Support,
Can please advice how to add the meta property og:description & og:image for the Kalium Theme without installing additional plugins (e.g. yoast-seo)?
Currently, only found meta tags below are generated by the theme:
<meta property="og:type" content="article"/>
Thanks.<meta property="og:title" content="<page title>"/>
<meta property="og:url" content="<site url>"/>
<meta property="og:site_name" content="<site name"/>
Hi,
Our theme generates these meta tags by default based on page title and excerpt:
(view large image)
As title it is used the current post title.
As description it is used the current post excerpt.
As site name is the blog info "name"
As image it is used the current post featured image.
If you want different data here, then you can use Yoast which will allow you to have custom content on these fields.
Hi Arlind,
Noted with thanks. I will added the following to the child theme's functions.php the activate the excerpt for page post-type to updated the og:description.
add_post_type_support( 'page', 'excerpt' );
Thanks for the advise ;-)Thats great! I am glad that this helped you figure out how to manage og:meta tags.