Had this same issue and deactivating Jetpack comments helped. Thanks for the suggestion! Too bad these plugins can’t work together, but having attachments was more important for me.
Hi Mike,
Thanks for your suggestion on the additional plugin! I’m going to give that a shot. I’m not a coder at all, so that would definitely be easier for me.
And thanks for creating a great plugin! 🙂
Kind regards,
Jessica
Hi Evert,
Thanks for your help! Unfortunately, my code seems to be different than yours. Unless I’m missing something?
<div id=”job-manager-job-dashboard”>
<p><?php _e( ‘Your volunteer listings are shown in the table below. Expired listings will be automatically removed after 30 days.’, ‘wp-job-manager’ ); ?></p>
<table class=”job-manager-jobs”>
<thead>
<tr>
<?php foreach ( $job_dashboard_columns as $key => $column ) : ?>
<th class=”<?php echo esc_attr( $key ); ?>”><?php echo esc_html( $column ); ?></th>
Thanks again!
Jessica