Issue with adding Submenu Page
I have ClassiPress 3.1.4 and was trying to follow the develop docs to add a new submenu and page into the classipress theme.
I can't get the example you provide to work:
http://docs.appthemes.com/action-hoo..._submenu_page/
The final code uses two functions:
appthemes_update_options($my_options);
appthemes_admin_fields($options_testing);
..which don't appear to be in any of the core ClassiPress code so are never called.
I've added the code directly to the functions.php file of a fresh
WP 3.2.1 and CP 3.1.4 installation.
The menu option appears along with the title "Testing" and the button "Save Chages", but the tab and form are not displayed.
Can you guys have a look over the developer doc page and suggest where I am going wrong?
Thanks.
temp.jpg