Custom Fields are fields that can holds arbitrary extra information known as meta-data.
-1
votes
2answers
21 views
Show User Their Password
I've got a few automated scripts that run to notify users of certain updates to the application, etc... and for one in particular, I need to be able to display the users user_login and their password.
...
0
votes
2answers
19 views
Display post_object content using ACF plugin
I have a hard time figuring out what's wrong with this code.
What I'm trying to do: setup up a custom field in admin using the ACF plugin to lists in a meta-box on all pages a list of testimonials ...
0
votes
1answer
33 views
Assign a custom post to a custom taxonomy based on custom field value
This answer does exactly what I needed to do, but the only thing is I need it to select more than just one category.
So I have changed the code to work based on salary so salary gets entered into a ...
0
votes
1answer
25 views
Adding “meta” info to WP site PHP function?
I'm asking for some grace on this question - I lack sufficient knowledge of both WP and PHP to be more specific ... so here goes:
I'd like to associate some "meta" information about my website into ...
1
vote
1answer
26 views
Is it possible to activate customfield 'text description' upon activating the customfield 'checkbox'?
I'm trying to find a solution how to activate a another customfield in WordPress pages when the selectbox is selected.
This is the script to simply show the customfield 'checkbox' in wordpress page ...
0
votes
0answers
7 views
Create a generic post type and define its metadata via another one used for categorization
Ok, I would like to share with you an idea I had and ask you what do you think about it and possible drawbacks I'm not able to forsee.
I'm building a database for an association with many kind of ...
0
votes
1answer
10 views
Display meta data from a custom field within plugin Category Grid View Gallery
I am using this plugin, which creates a gallery of posts, fetching a thumbnail and the titles of the posts displayed in it.
I have enabled Custom Fields, and have created (and filled in values) a ...
-1
votes
1answer
21 views
a line break after displaying the custom profile field [closed]
I have a custom profile field called description. I want to add a line break to this after the description is displayed. The description is about an author and the number of lines in the description ...
1
vote
1answer
25 views
Get specific custom field keys from a post and put into an array
I have the following code to look up the longitude and latitude based off of a custom field upon saving the post. My address fields (street_1, city and state) are separate. I have searched and thought ...
0
votes
1answer
27 views
404 on Pages for Custom Post Type & Query_Posts
It took me quite a while to find a good solution for ordering a custom post type by two custom meta keys. When I finally got it working, I found out the pagination no longer works. I've tried dozens ...
-2
votes
0answers
18 views
Need a custom fields plugin [closed]
If have done a lot of testing, but I cant find a custom fields plugin that supports duplication of custom field groups with wordpress core functions. For example when i have a group of fields with ...
0
votes
1answer
29 views
Custom post type and custom taxonomy archive inaccessible
I've created some custom post type let say:
post_type_1
post_type_2
Those post types are related to each other, every post_type_1 has parent of many post_type_2.
Then I created a custom taxonomy ...
0
votes
0answers
23 views
How to tell if string is null or empty in meta value? [closed]
I am trying to figure out how to find out if a string is null or empty in php. The place I am pulling the value from is a meta value that is stored from a meta box on the post page.
I want to check ...
0
votes
1answer
27 views
Custom Post Type Navigation on Custom Field
I'm working on a Custom Post Type sorted on a Custom Field. No problem when I list out the posts. But when I go to the single post page for one of these, I want the Prev and Next navigation links to ...
0
votes
1answer
17 views
How can I create a menu items from meta box based on users input
I have created a metabox that takes a name that the user can give as an additional name of their post. I am wondering how I can automatically create a menu item based on the name the user input into ...