I’m creating a “How To” Section with articles that are under a parent page. None of the Articles under the parent show up, I get a 404 error.
Anyone know what I’m doing wrong?
Abe
Search for the forum “submenu”. A fix has been posted.
tuari, thank you for letting me know.
Just in case anyone has the same issue, what I did was change the following lines in func.php under addons/seo directory:
$result = fn_seo_validate_parents($path, $id_path, ‘a’);
$result = fn_seo_validate_parents($path, $id_path, ‘a’, true);
I modified the “a” from a “c”. if I only did one without the other, then I didn’t get Product submenus to work.
Abe