Custom Fields to Meta Tags

توضیحات

Custom Fields to Meta Tags lets you leverage WordPress custom fields to generate <meta> tags in your site’s <head> section.

Simply add a custom field to your post or page with a key that starts with cfmt, and the plugin will automatically turn it into a meta tag.

Example:
– Custom field key: cfmtdescription
– Custom field value: Description of the post/page
– Output in <head>:

Key Features

  • Lightweight, zero-configuration – just activate and use.
  • Prefix-based system (cfmt) to avoid conflicts.
  • Works with posts, pages, and custom post types.
  • Useful for creating:
    • Meta descriptions
    • Author or copyright tags
    • Custom SEO tags

Why use this plugin?

Most SEO plugins are heavy and packed with features you may not need. If you only want to generate custom meta tags directly from WordPress custom fields, this plugin is the simplest solution.

No settings page, no bloat — just pure functionality.

عکس‌های صفحه

  • Example of adding a custom field in the WordPress editor.
  • The resulting meta tag in the page source.

نصب

  1. Upload the plugin files to /wp-content/plugins/custom-fields-to-meta-tags/, or install directly from the WordPress plugin directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Add custom fields prefixed with cfmt in your post/page editor.
  4. View the page source to see your custom meta tags in the <head>.

سوالات متداول

How do I create a meta description?

Add a custom field with the key cfmtdescription and the value you want. It will output as:

Does this conflict with SEO plugins?

If you already use SEO plugins (like Yoast or Rank Math), those may also output a meta description. You should avoid duplicating the same tag.

Can I use it for Open Graph or Twitter Cards?

Yes. Example:
– Key: cfmtog:title
– Value: Custom OG Title
– Output: <meta name="og:title" content="Custom OG Title">

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“Custom Fields to Meta Tags” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Custom Fields to Meta Tags” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0.0

  • Initial release.