Show_on_pages(all exept one)
-
Hi,
I’m looking for show one of my custom metabox on all my pages except one.
At the moment, it’s on all pages, but i can’t find a way to hide it on my contact page.I was looking for a function like :
“->Hide_on_page($page_ID)”
to replace
“->show_on_page($page_ID)”.here’s my metabox’s code :
Container::make('post_meta', 'Ajouter un bloc') ->show_on_post_type('page') ->add_fields(array( Field::make('complex', 'page_bloc', 'Nouveau bloc') ->add_fields(array( Field::make('rich_text', 'bloc') )) ));
You have a very good plugin !
Thx
Bankimoon
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Show_on_pages(all exept one)’ is closed to new replies.