A small hack to set the default Itemid for new posts added into the admin panel can be done at 2 places in the file: components/com_sef/joomsef.php Line: 1462 if (isset($Itemid) && ($Itemid != '')) { $col = ', `Itemid`'; $val = ", '171'"; // Itemid of the menu item, which is included for almost all modules in our site } Line: 1567 ...