Questions tagged [custom-fields]

WordPress custom fields: author-entered post metadata

Related links

WordPress Documentation: Custom fields

1518 questions
0
votes
2 answers

Image attached detached with custom field in Wordpress

Is it possible to use a custom field with a URL to attach the highlighted image of the post? Is there a build in function for this in Wordpress? Is it possible at all?
0
votes
2 answers

Advanced SQL query on wordpress filter by category and custom field

I want to select the distinct value of a custom field "portata" filtered by category and an other custom field. This is the query to select a custom value by category: global $wpdb; $querystr2 = " SELECT DISTINCT wpostmeta.meta_value FROM…
pette
  • 67
  • 2
  • 13
0
votes
1 answer

Google Analytics API and custom variables?

We've got a web directory and we'd like to use google's API to display demographic numbers to our clients for pages that their directory listing is shown for. We've reviewed GA's analytics documentation and can create graphs, but no way that we can…
Citizen
  • 12,430
  • 26
  • 76
  • 117
0
votes
1 answer

Displaying individual fields in Advanced Custom Fields Address Add On

How do I only display individual fields in the ACF Address add on. For example I have three address lines but only want one to be output: Address Line 1: Curtis Mayfield House City: Newcastle Upon Tyne Country: United Kingdom And I just want to…
0
votes
1 answer

Wordpress: Fill a Custom Field with multiple values (array maybe)

I need a Custom Field where I can fill it with multiple values, for example Custom Field Value Images = img1.jpg, img2.jpg, img3.jpg Thanks
Juancarlos Rodríguez
  • 1,574
  • 2
  • 12
  • 11
0
votes
3 answers

Salesforce: Picklist(multiple) with dynamic value

I have add custom field to Account with picklist(multiple) in Salesforce. But the values of picklist should be dynamically generated from other object. If not, is it possible to push values in picklist from native app(which is written in ruby)?
Bhushan Lodha
  • 6,824
  • 7
  • 62
  • 100
0
votes
1 answer

How To Stop This From Displaying If Nothing Entered Into Custom FIeld?

I can think of a way to do this with CSS, but I rather jsut do it in a much cleaner way and just not have the code appear at all if nothing is entered into the Custom Field on the backend. Heres the code:
  • Joe Bobby
    • 2,803
    • 10
    • 40
    • 59
  • 0
    votes
    1 answer

    wordpress order posts by custom fields

    I have posts which I want to order by custom fields ... I'm using Advanced Custom Fields plugin for my custom fields. here is my code... pleas help me to modify it so that the posts would be orderd by start_day custom field... $today =…
    encoder
    • 58
    • 2
    • 9
    0
    votes
    2 answers

    MySQL Field MS-1 to ms0001

    I have a MySQL table with a field of sequential numbers (MS-1, MS-2, ..., MS-100, ..., MS-800, etc.) These numbers are a unique identifier (not primary key) for a set of data. The problem is sorting. Is there a way to take this field and generate a…
    Nathan
    • 766
    • 2
    • 9
    • 19
    0
    votes
    1 answer

    Sitecore Web Forms for Marketers - Complex custom field

    The client wants to be able to display, within a WFFM form, a list of Sitecore items (each item containing an image & some HTML text), each item next to a checkbox to allow the end user to pick one or more of these items. Within the form designer,…
    Francesco Gallarotti
    • 1,221
    • 1
    • 16
    • 39
    0
    votes
    1 answer

    how to migrate custom user field into user registeration email - drupal 7

    I have create a custom user field called pm-id. I wish to include this in to the user registration email. The standard method [user:pm_id] not working Can anyone help me Thank you
    smk3108
    • 131
    • 4
    • 13
    0
    votes
    2 answers

    ambiguous of the custom_buttonfield

    This is the original button image. The background of the button was transparent. When apply into apps, the button look like this. Please look at top left the button. The background of the button became gray instead of transparent. Here is the…
    Alan Lai
    • 1,296
    • 2
    • 12
    • 16
    0
    votes
    1 answer

    How to display single image from custom field?

    I am using a custom field to upload an image to my post. I now want to display this image on the post by editing the template but struggling to find out how. My custom field is called 'image' but all I can seem to do is display the URL of the image…
    Redwall
    • 1,010
    • 5
    • 30
    • 55
    0
    votes
    1 answer

    SOQL - APEX - List

    Hello Folks, I have a list which has values from a query. The list has multiple fields, how can I access a specific field from this list? Problem: List listS = [Select (Select S__c from AS__r …
    subodhbahl
    • 415
    • 9
    • 22
    0
    votes
    1 answer

    Magento include mobile number field in registration form

    Did anyone know how to call Phone Numnber field in registration form, like the one in check out page is having. Please give me your suggestonions to do this? Thanks
    Carolina
    • 207
    • 2
    • 8
    • 23