added espais associats as custom post type
This commit is contained in:
parent
bdadceaa43
commit
f56ceac367
|
@ -77,5 +77,10 @@ include( XARXAPROD_WPPLUGIN_PATH . 'includes/custom-post-type-convos.php');
|
|||
include( XARXAPROD_WPPLUGIN_PATH . 'includes/custom-field-convos-filter.php');
|
||||
include( XARXAPROD_WPPLUGIN_PATH . 'includes/custom-field-convos-filter-function-frontend.php');
|
||||
|
||||
// post type associats
|
||||
include( XARXAPROD_WPPLUGIN_PATH . 'includes/custom-post-type-associats.php');
|
||||
include( XARXAPROD_WPPLUGIN_PATH . 'includes/custom-field-associats-filter.php');
|
||||
include( XARXAPROD_WPPLUGIN_PATH . 'includes/custom-field-associats-filter-function-frontend.php');
|
||||
|
||||
// plugin js scripts
|
||||
include( XARXAPROD_WPPLUGIN_PATH . 'includes/register-plugin-scripts.php');
|
||||
|
|
Loading…
Reference in New Issue