Hi Team,
1. I want to add additional Meta tags for Posts Head section such as meta, og and schema tags as per my requirement.for that i want to add a column in post admin page where I fill title and content.
2. I want to create a table to for each post from the admin page of content. For that, I have created HTML code for it is it possible to create a column for this and paste it in every post
Requesting you guys to please help me either with code or a plugin
-
This topic was modified 8 years by
ahmedyakub.
-
This topic was modified 8 years by
ahmedyakub.
Hello ahmedyakub,
1)If you want to add more meta tags into our theme you should try using such a plugin with this functionality, like Seo Yoast plugin.
2)If you want to affect the post template by adding a table you should use a text with title element where you created your table and then, using the do_shortcode method you should add it in the post template you want. As a reference, you can check the following topic from here -> https://forum.tagdiv.com/topic/add-content-globally-to-bottom-of-each-post/
Thanks.
Hi I want to add more tags than what Yost plugin provide is there any chance to make a block in post admin panel so that I can add them directly to that post
Hi,
You could add those with a plugin, try this one for example and see if it works properly
– https://wordpress.org/plugins/head-meta-data/
There are also more solutions online, with code
– https://www.tipsandtricks-hq.com/how-to-add-meta-boxes-to-provide-extra-content-for-wordpress-posts-6078
– https://codex.wordpress.org/Meta_Tags_in_WordPress
– https://wordpress.stackexchange.com/questions/293018/add-meta-tags-to-the-head-section-via-functions-php
– https://tagmycode.com/snippet/4520/wordpress-add-to-header-meta-tag-hook-example#.WvvT_4CFNaQ
Thanks