I have a site with >50 pages. Almost every page has a unique sidebar created using text widgets which happen to contain links to other pages/files within the site. If a link changes (because of a path change, for example), each widget containing that link within the primary sidebar widget area must be manually adjusted! Is there any way to avoid this? Ideally, I would like to keep that link adjustment accessible to the (non-developer) administrative user (e.g., not buried in the functions.php file). Or am I stuck creating a long PHP switch block as a link shortcode (e.g., [link "products"])?
