Text to Custom Field

0

The plugin works similar as shortcodes with important differences: It looks for any tag in the post with the following format: {cf your_custom_field_name=your_custom_field_value} For a

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

The plugin works similar as shortcodes with important differences:

  • It looks for any tag in the post with the following format: {cf your_custom_field_name=your_custom_field_value}
  • For any tag found, it create a custom field for that post.
  • The tag is erased from the post.

How to use

Type in anywhere in a post:
{cf your_custom_field_name=your_custom_field_value}

Examples:

  • {cf thumbnail=http://wordpressready.com/wp-content/uploads/oneringtorulethemall.jpg}
  • {cf posticon=/wp-content/uploads/posticon.ico}
  • {cf my_custom_color=#22fb30}

This three examples written inside the post will create three custom fields with respectives values
when you publish the post.
After publishing, the tag inside the post are deleted. No other information is erased.

Notes

  • Because the way the plugin works, it will run fine with ANY desktop blogger(Windows Live Writer, Scribefire, Qumana, w.Bloggar, Zoundry
    , Thingamablog, Blod Desk, Flock, Post2Blog, Bleezer, you name it)
  • The plugin can be used even inside the wordpress editor (though what would it be the point?)
  • You can use any number of custom field for post.
  • Reserved characters: ‘{cf’ and ‘}’,because it conflicts with the delimiters.
  • After the post, the tags are automatically erased.
  • If the custom field is already present, its value will be replaced.