Hi I have added some post in portfolio post type but when i am trying to edit the post getting error.
“Error: cannot call methods on sortable prior to initialization; attempted to call method ‘toArray'”
Hi 1e!
Thanks for getting in touch with us!
Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Regards,
Jordan
Hey Jordan issue has been resolved thanks.
But there is another issue i have made a custom template to display the content of custom post type. But when i am selecting that template on wordpress page it shows on the custom post type content but not displaying the content which are on page.
Hi,
Great, glad you fixed your first issue. We will need admin login details to have a look at your other problem, please post them privately.
Thanks,
Rikard
/*
Template Name: Webinar Recording
*/
// Header
global $avia_config, $more;
get_header();
echo avia_title();
do_action(‘ava_after_main_title’);
the_post();
the_content();
?>
<!– Begin content –>
$args = array(‘post_type’=>’on-demand-webinar’, ‘post_status’=>’publish’, ‘posts_per_page’=>-1, ‘meta_key’=> ‘wpcf-webinar-recorded-dat’, ‘orderby’=>’meta_value’, ‘order’=>’DESC’);
$my_query = new WP_Query($args);
This is the template i have created and called on a page by selecting template option but i want to display that wordpress page content as well as this template content.
Hey!
We still need admin credentials to your WordPress dashboard including the link to your site please, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Best regards,
Jordan
Thank you please close this ticket i will do myself.