Since WordPress 6.4, the attachment pages have been deactivated for new installations. For all those, like me, who need this function again, it can be reactivated in the database using wp_attachment_pages_enabled
and the value 1
. (hint if you cannot access the database go to ~/wp-admin/options.php)
My question is, how can i set the layout for this attachment pages in cornerstone? At least no condition has taken effect so far.