I use this to pull values from a custom field with several values: <?php$mykey_values = get_post_custom_values(\'services\');
I\'ve got a Drupal site which uses a custom field for a certain type of node (person_id) which corresponds to a particular user. I want to create a view so that when logged in, a user can see a list o
We are currently thinking about different ways to implement custom fields for our web application. Users sh开发者_如何学Pythonould be able to define custom fields for certain entities and fill in/view