=== Meta Block Sidebar === Contributors: Ronny Shani Tags: blocks, Gutenberg, meta field, custom field Tested up to: 6.5 Stable tag: 1.0.1
== Description ==
a custom block that adds two custom meta fields (team
and joined
) specifying the person's team name and the date (Month, Year) they joined the company. In this example, we include the block in the single.html
template file, which displays it on every post.
== Installation ==
- Upload the plugin files to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress.
- If you're using another theme, add the "Meta Block Sidebar" block to the relevant template file* (i.e.,
/wp-content/themes/blue-note/single.html
). - Fill in the two meta fields in the new section added to the sidebar: Team name and the month and year the person joined.