admin管理员组文章数量:1317734
I'm using Advanced Custom Fields Pro pluing. Also using a vote pluging and this plugin using post meta box (writing post screen on admin panel) and i can close vote for everyone with close vote date field. Vote plugin is creating 5 fields (i saw php myadmin) . fields= vote_start_date , vote_end_date, etc...
My members (author) can not access admin panel and add/edit post only frontend. I can entegrated all taxonomies to ACFpro fields, its working.
My Question is: How can that vote pluging fields to entegrated ACF Field group. ACFPro field has features and i can define taxonomies but i never find solution ACF field entegrated with vote pluging (or any default wp custom field) meta fields. I want ACF Pro will see that vote fields when i create form at admin panel.
Million Thanks...
I'm using Advanced Custom Fields Pro pluing. Also using a vote pluging and this plugin using post meta box (writing post screen on admin panel) and i can close vote for everyone with close vote date field. Vote plugin is creating 5 fields (i saw php myadmin) . fields= vote_start_date , vote_end_date, etc...
My members (author) can not access admin panel and add/edit post only frontend. I can entegrated all taxonomies to ACFpro fields, its working.
My Question is: How can that vote pluging fields to entegrated ACF Field group. ACFPro field has features and i can define taxonomies but i never find solution ACF field entegrated with vote pluging (or any default wp custom field) meta fields. I want ACF Pro will see that vote fields when i create form at admin panel.
Million Thanks...
Share Improve this question asked May 20, 2018 at 15:23 ineedyouineedyou 113 bronze badges1 Answer
Reset to default 1First off, I'd recommend that you redirect this question to ACF's forum on their website. It is very active and the best place to ask ACF questions. I'd search on there first. If you do need to submit a question on their forum, make sure you proofread your question before submitting and perhaps run it past someone who is particularly fluent in English to make sure it makes sense. This Stack Exchange is just for questions associated with core WordPress.
I'd preface by saying that if there is any way to get those fields from the other plugin to come from ACF rather than that other source, doing this will be much easier. It is extremely easy to set up ACF forms and front end posts...as long as you don't need fields from other sources.
However if you absolutely can't add those fields to ACF, you'll need to do the following (and the ACF forum can provide better detail).
You will create a template and set your acf_form() to 'form' => 'false'. You can then integrate those non-ACF fields into the form template. You'll need to set up a submit button on that integrated form, since you will no longer be able to use ACF's built-in submit button.
On the front end, you can then either use a combination of ACF's native get_field and the_field with WordPress get_postmeta functions or just use WordPress's.
本文标签: front endAdvanced Custom Fields and Post Meta Fields Relation
版权声明:本文标题:front end - Advanced Custom Fields and Post Meta Fields Relation 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742019174a2414343.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论