The Door Posts are designed to accept mounting hardware for adjacent wall panels. Corner or Run Posts are not needed next to Door Posts.
function positionLinkBlock(targetContainer) { if (targetContainer != null) { var strLinkBlock = ' '; targetContainer.insertAdjacentHTML('afterbegin', strLinkBlock); } } jsElementReady('.be-ix-link-block', positionLinkBlock)