post_content ); ?>
'; $url = get_edit_post_link( $post->ID ); $link = $link = '' . __( 'Edit', 'mla-child-theme' ) . ''; $after = ''; $edit_post_link = $before . apply_filters( 'edit_post_link', $link, $post->ID ) . $after; /* * The attachment's ID must be set as an HTML query parameter */ $post_id = isset( $_REQUEST['post_id'] ) ? $_REQUEST['post_id'] : 0; if ( $post_id ) { $query = new WP_Query( array( 'p' => $post_id, 'post_type' => 'attachment', 'post_status' => 'inherit', 'orderby' => 'none', 'update_post_term_cache' => false ) ); } else { echo '