I’ve working on a project and been trying to adapt the Starter Theme 2.
The links in the Right Sidebar Recent Links section aren’t working properly on all pages. On Category pages I get a link “(no title)” that clicks to a page not found 404 error page.
I’ve tracked the odd behavior to widgets enabled within the theme customizer.
e.g. http://staging.criverwatch.org/category/main-article-archive/
This code was one post entry in the wp_posts mysql table:
{ "st2-reboot::show_right_sidebar": { "value": true, "type": "theme_mod", "user_id": 5688, "date_modified_gmt": "2020-08-07 03:20:54" } }
The widget only show those broken links on Category pages, as far as can tell. It works properly on the home page, individual posts, and author pages.
e.g. Page not found – California River Watch
Can anyone suggest ways to correct this or help me figure out how to track down the odd Recent Pages link behavior?