Can anyone tell me what I am doing wrong?
I made clean install of GetSimple 3.2.3 and last version of i18n Special Pages plugin, than I have activated plugin and config new special page called otcproduct with product name (otcname) and product description(otctext) fields for testing purposes. Template for special page is set to product.php in config.
So I created product.php template with this fields get_special_field('otcname'); and get_special_field('otctext');, than I created new special page in pages tab, there I filled in everything.
Now when i switch to front of the web and click the menu with special page ,nothing from filled fields in admin, appeared (page is clean). when i try var_dump in product.php, fields output is bool(false);
Something doesnt work, but maybe I am doing some mistake..
I hope you understand my bad english.
Thanks for help.
/****** EDIT
I have found solution (workaround?): getPageField(return_page_slug(),'otcname');
I made clean install of GetSimple 3.2.3 and last version of i18n Special Pages plugin, than I have activated plugin and config new special page called otcproduct with product name (otcname) and product description(otctext) fields for testing purposes. Template for special page is set to product.php in config.
So I created product.php template with this fields get_special_field('otcname'); and get_special_field('otctext');, than I created new special page in pages tab, there I filled in everything.
Now when i switch to front of the web and click the menu with special page ,nothing from filled fields in admin, appeared (page is clean). when i try var_dump in product.php, fields output is bool(false);
Something doesnt work, but maybe I am doing some mistake..
I hope you understand my bad english.
Thanks for help.
/****** EDIT
I have found solution (workaround?): getPageField(return_page_slug(),'otcname');