+- **Duplicate page title on in-theme pages.** Themes print their own page-title `<h1>` above `the_content`, and the tire/review/compare content partials each render their own heading — so the title appeared twice (e.g. "Toyo Open Country A/T III (305/45R22) — Rivian Tire Guide" from the theme, then the tire `<h1>` again). `RTG_Theme_Render` now blanks the virtual post's display title via the `the_title` filter (scoped to the virtual post's ID `0`, so real posts, nav menus, and widgets are untouched). The browser-tab `<title>`, AIOSEO tags, and OG title are unaffected.
0 commit comments