Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have some custom fields that worked fine in localhost. When I deployed to the server, the custom fields names are showing up into the main content field. Text input is working but I don't know why the custom field names are showing up there. I am using the "Types" (http://wp-types.com/) plugin for managing the custom types and fields.

enter image description here

UPDATE: With the latest update the issue is solved. Sorry for posting a commercial plugin question, since I'm using the free version they don't let me write on the support forum.

share|improve this question
Have you tried disabling the plugin to see if that is actually the source of the issue? – m0r7if3r Jan 26 '12 at 11:16
I don't think there's any way we can provide practical support for a commercial Plugin. – Chip Bennett Jan 26 '12 at 17:13
Thanks for your answers, at first I thought it was a wp-core problem. – Andycap Jan 27 '12 at 10:06

closed as too localized by Chip Bennett, toscho Jul 25 '12 at 17:09

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

As it's a paid for plugin, could you issue a support ticket? Without seeing the code, it'll be difficult to figure out why it's doing what it is.

The best custom fields plugin i've found is free - you can get it from here http://eskapism.se/code-playground/simple-fields/ I've put together a stack of snippets for this plugin, from image sliders to multi content areas - have a scan through tweets for link @heyfennec

share|improve this answer
Please link to the official WordPress repository whenever possible, when linking Themes and Plugins. Here is Simple Fields Plugin in the official repository. – Chip Bennett Jan 26 '12 at 17:15

Not the answer you're looking for? Browse other questions tagged or ask your own question.