Hi,
our developer fixed portfolio.php. It didn’t support the WordPress rest interface before that. Could you please pass that on to your developers so they’ll include it in the next version?
Thanks!
--- legenda/framework/portfolio.php 2016-02-05 22:30:40.034416257 +0100
+++ legenda-till/framework/portfolio.php 2016-02-05
22:30:49.154416246 +0100
@@ -37,6 +37,9 @@
'has_archive' => true,
'hierarchical' => false,
'menu_position' => null,
+ 'show_in_rest' => true,
+ 'rest_base' => 'etheme-portfolio',
+ 'rest_controller_class' => 'WP_REST_Posts_Controller',
'supports' =>
array('title','editor','author','thumbnail','excerpt','comments'),
'rewrite' => array('slug' => 'project')
);
Best regards