custom-fields
Database design - one table with many fields, many tables with one field, or abstract tables?
I have to design a schema to store objects that have many properties, but few in common. I found some solutions here, but I\'m still not convinced about the best thing to do. I see four ways of doing[详细]
2023-02-28 20:30 分类:问答dotCMS - how to find a contentlet by its field?
In dotCMS, I\'m using $dot开发者_运维问答content.find(\'identified\') to get a contentlet. What if I want to find a content by its custom fields (name, title, and date...)?If you want to query a type[详细]
2023-02-27 23:08 分类:问答Add customfield inside a plugin shorttag
I\'m using a wordpress plugin shorttag which needs one field to load through a custom field. I want to know how I can echo the customfield inside the plugin php code. I\'m a beginner in php so can\'t[详细]
2023-02-25 05:10 分类:问答facebook registration plugin : populating custom fields
I have an HTML form that uses the Facebook registration plugin. I have a couple o开发者_Python百科f custom text fields (the kind that are included in the iFrame itself).[详细]
2023-02-24 10:18 分类:问答wp_update_post make custom field values disappear (Wordpress)
I\'m trying to update the post content in one of my post through the wp_update_post function. I have read the documentation here: http://codex.wordpress.org/Function_Reference/wp_update_post[详细]
2023-02-22 19:53 分类:问答Django custom field with multiple inheritance
I have two custom Django fields, a JSONField and a CompressedField, both of which work well.I would like to also have a CompressedJSONField, and I was rather hoping I could do this:[详细]
2023-02-21 07:38 分类:问答order by custom field include even if empty - wordpress
I have a query for a page of posts. It return results based on a custom post type, and custom field value. Now I\'ve added the ability to order the results based on another custom field.[详细]
2023-02-19 17:22 分类:问答order by custom field - wordpress
I\'m trying to sort a page of posts by a custom field. Here\'s what I have so far, I\'m just not sure how or where to add the orderby[详细]
2023-02-18 20:49 分类:问答Django ModelChoiceField with instant filtered options
I\'m making one app with 3 classes: emploee, company and department. When I edit an emp开发者_运维问答loee I need to know his company, and after to have a field with all the departments from the sele[详细]
2023-02-18 19:04 分类:问答display page of post depending on post type and custom field - wordpress
I\'m trying to display a page of post bas开发者_运维百科ed on the post type and custom field. This is what I have so far. It seems to display the posts only from the \'new\' post type how I\'d like b[详细]
2023-02-18 06:07 分类:问答