Thank you both for your help!
I checked the Main Index Template (index.php) and saw that the coding said:
<a href="index.php?p=<?php the_ID(); ?>"><?php the_title(); ?></a>
So I changed that to:
<a href="<?php the_permalink() ?>"><?php the_title(); ?></a>
and it worked!! 🙂
Thanks again!
Thank you both for your help!
I checked the Main Index Template (index.php) and saw that the coding said:
“><?php the_title(); ?>
So I changed that to:
“><?php the_title(); ?>
and it worked!! 🙂
Thanks again!