Title: Custom Meta Field
Author: Megha Shah
Published: <strong>نومبر 3, 2024</strong>
Last modified: پروری 2, 2025

---

Search plugins

![](https://ps.w.org/custom-meta-field/assets/banner-772x250.png?rev=3180607)

![](https://ps.w.org/custom-meta-field/assets/icon-128x128.png?rev=3180607)

# Custom Meta Field

 By [Megha Shah](https://profiles.wordpress.org/rathimegha/)

[Download](https://downloads.wordpress.org/plugin/custom-meta-field.1.0.1.zip)

 * [Details](https://bcc.wordpress.org/plugins/custom-meta-field/#description)
 * [Reviews](https://bcc.wordpress.org/plugins/custom-meta-field/#reviews)
 *  [Installation](https://bcc.wordpress.org/plugins/custom-meta-field/#installation)
 * [Development](https://bcc.wordpress.org/plugins/custom-meta-field/#developers)

 [Support](https://wordpress.org/support/plugin/custom-meta-field/)

## Description

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.

## Screenshots

 * [[
 * Custom Meta Field – Settings
 * [[
 * Custom Meta Field – Custom post type page

## Installation

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.

## FAQ

### 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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Custom Meta Field” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Megha Shah ](https://profiles.wordpress.org/rathimegha/)

[Translate “Custom Meta Field” into your language.](https://translate.wordpress.org/projects/wp-plugins/custom-meta-field)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/custom-meta-field/),
check out the [SVN repository](https://plugins.svn.wordpress.org/custom-meta-field/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/custom-meta-field/)
by [RSS](https://plugins.trac.wordpress.org/log/custom-meta-field/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.1**
 *  Last updated **1 year ago**
 *  Active installations **10+**
 *  WordPress version ** 4.6 or higher **
 *  Tested up to **6.7.5**
 *  PHP version ** 7.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/custom-meta-field/)
 * Tags
 * [custom field](https://bcc.wordpress.org/plugins/tags/custom-field/)[custom meta field](https://bcc.wordpress.org/plugins/tags/custom-meta-field/)
   [meta box](https://bcc.wordpress.org/plugins/tags/meta-box/)[repeater](https://bcc.wordpress.org/plugins/tags/repeater/)
 *  [Advanced View](https://bcc.wordpress.org/plugins/custom-meta-field/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/custom-meta-field/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/custom-meta-field/reviews/)

## Contributors

 *   [ Megha Shah ](https://profiles.wordpress.org/rathimegha/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/custom-meta-field/)