Plugin to create an interface for Custom Fields with flexible data content.

learn more… | top users | synonyms

1
vote
1answer
64 views

Use Custom Post Type to as Custom Field

I am newbie of wordpress as well php programming. I want to create a custom post type for store that having all store names and it is working. Now I want to fetch the all stores in select box in ...
1
vote
2answers
93 views

How to position a `Advanced Custom Field` before the editor

I have installed Advanced Custom Fields 4.0.1 and created a new Field group containing a single field called preamble. I would like to position this new field before the editor in the posts edit ...
0
votes
1answer
228 views

Advanced Custom Fields: Using category as a rule, before publishing new post?

I am using Advanced Custom Fields plugin to assign some fields to posts with a certain category, but the fields does not appear before I publish the post. I have made some links on the dashboard, so ...
0
votes
1answer
547 views

Get Advanced Custom Fields values before saving

Basically, I need to alter the info the user inputs into an advanced custom fields textbox before it is written to the database but I don't know how to grab it. I can only get it after it has been ...
0
votes
1answer
286 views

Vimeo thumbnails [closed]

I use Advanced Custom Fields to show Vimeo videoes on a site I am creating for a client - The client pastes the vimeo ID (the last letters in the url) in a field, and the video is shown. But I would ...