Descrizione
Questo plugin è stato chiuso il 9 Luglio 2024 e non è più disponibile per il download. La chiusura è permanente. Motivazione: Richiesta autore.
Recensioni
10 Febbraio 2022
J’utilise beaucoup ACF Pro pour mes développements.
Cette extension est le complément idéal pour créer facilement des pages d’options.
Merci au développeur
15 Settembre 2021
Saved my time and works well!
20 Novembre 2018
2 risposte
Tried according to the documentation, but did not work. Trying to get the $post_id will not work.
I have a very simple Options menu with a parent and two children. Set as save to This Post for all three. I have one set of custom fields showing up on the two children option pages.
I entered the fields on a child options page, saved, then tried to run some code:
Ex:
$post_id = get_options_page_id(‘parent-options-page-slug’);
if ( have_rows( ‘repeater_field_name’, $post_id ) ):
while ( have_rows( ‘repeater_field_name’ , $post_id ) ): the_row();
$episode = get_sub_field( ‘episode_field’);
echo ‘Episode ‘ . $episode;
Does not return anything. Does not work.
UPDATE:
Have to create a shortcode attribute to grab sub-page menu slug. After that, works for me.
16 Gennaio 2018
Works great and saves me time. Love the extra features from ACF Pro like ‘Saving Values to the Options Page Post’.
31 Agosto 2017
This feature needs to be implemented in core ACF. Special thanks for ability to add content before and after acf fields. Great work!
Contributi e sviluppo
“ACF Options Page Admin” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “ACF Options Page Admin” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.