Custom Meta Field

توضیحات

The Custom Meta Field Plugin enables you to effortlessly add and manage custom meta fields for posts, pages, and custom post types in WordPress. Enhance your content management capabilities by incorporating additional metadata with a user-friendly interface.

Features:
* Create custom meta fields for posts, pages, and custom post types.
* Supports various field types including text, textarea, and images.
* Easily integrates with the WordPress admin interface.
* Flexible options for displaying meta fields both in the admin area and on the frontend.
* Developer-friendly with hooks and filters for advanced customization.

Manage your custom meta fields by navigating to the ‘Settings > Custom Meta Fields’ menu in the WordPress admin area.

Credits

Developed by Megha Shah

License

This plugin is licensed under the GPLv2 or later.

عکس‌های صفحه

  • Custom Meta Field – Settings
  • Custom Meta Field – Custom post type page

نصب

This section describes how to install the plugin and get it working.

e.g.

  1. Upload the plugin files to the /wp-content/plugins/custom-mf directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.

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

What field types are supported?

The plugin supports various field types including text, textarea, and image.

Can I display custom meta fields on the frontend?

Yes, custom meta fields can be displayed on the frontend using the following code:

`php

global $post;
$custom_mfs = get_post_meta( $post->ID, ‘custom_mfs’, true );

How do I add a custom meta field?

To add a custom meta field, navigate to ‘Settings > Custom Meta Field’ in the WordPress admin menu. Select the post type where you want to add the custom meta field. Then, when adding a new post or editing an existing one, you will see the custom meta field settings below the content editor.

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

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

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

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

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

ترجمه “Custom Meta Field” به زبان شما.

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

کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.

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

1.0.0

  • Initial release.