0

what would be the most appropriate way to archieve something like the template variables of MODX in Wordpress? Is it even possible?

It should be possible to attach custom fields to custom post types and it must have to ability to add different media types (String, Int, Boolean, Image, URL, etc.) to the posts. The entered data would have to be validated and there shouldn't be a need to enter the field names manually (as with WP's regular custom fields.

bfncs
  • 10,007
  • 4
  • 32
  • 52

1 Answers1

1

Check this - http://wordpress.org/extend/plugins/advanced-custom-fields/ and more - http://wordpress.org/extend/plugins/tags/custom-field

Vasis
  • 2,281
  • 1
  • 16
  • 23
  • Thanks a lot, but I was looking for a way do do this without plugins since this is core content functionality. Meanwhile I doubt this is possible in WP, however, and the plugin still looks pretty nice. – bfncs Aug 19 '12 at 07:29