Changing APP_POST_TYPE Doesn't do anything ad_listing
Hi,
in includes/theme-functions.php
I would like to change the custom post type
Code:
if (!defined('APP_POST_TYPE'))
define('APP_POST_TYPE', 'ad_listing');
Change to lets say:
Code:
if (!defined('APP_POST_TYPE'))
define('APP_POST_TYPE', 'test');
It doesn't seem to affect anything.
When I change it and save then create an new ad it still saves as the custom post type as 'ad_listing' and not 'test'?
Any idea's?
I'm just experimenting
Thanks
Nathan Duckett