^ exactly 😉 Thanks for the further help
Ok, I found all instances of
<a href="<?php the_permalink(); ?>">
In all my .php files, and replaced them all with
<a href="<?php the_permalink(); ?>#breadcrumbs">
Unfortunately, it didn’t do anything for the links on my main page (thriftyreads.com). Any suggestions?
—
RESOLVED! I had to clear cache to get it all to work. Thanks guys!
What would I change the_permalink() to to get that?
For example, mine looks like:
<a href="<?php the_permalink(); ?>">
Where would I need to add #breadcrumbs to it?