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?
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…
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…
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…
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)?
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:
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 =…
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…
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,…
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
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…
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…
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
…
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