Hi,
After updating to Piklist 0.11.4 the tabs on my settings page disappeared and all the settings are on one page. After researching I noticed that I haven’t defined a workflow, so I defined one.
functions.php:
$pages[] = array(
'setting' => 'lc_settings',
'single_line' => false,
'default_tab' => 'Basic',
parts/workflows/lc-flow.php
<?php
/*
* Flow: LC
* Page: admin.php, lc_settings
* Header: true
* Position: title
* */
parts/settings/basic.php
<?php
/*
title: Basic settings
Setting: lc_settings
Tab: Basic
Flow: LC
Tab Order: 1
*/
There are other tabs, same flow… But still no tabs in the settings page. Anyone have this problem? I tried defining different workflows, but it doesn’t seems to be working.