Hello,
I need to change or remove the “View All Questions” link itself because for some reason the categories go to the right place but the View All Questions link is adding a directory (I didn’t do the install on the site I’m putting Q&A on and I think it was installed into /wp/ but there are redirects to the root … no idea why. seems to cause problems occasionally with permalinks).
anyway. I need to change this link:
<a href='https://www.mysite.com/wp?post_type=question'>View All Questions</a></span></div>
to this one:
<a href='https://www.mysite.com/?post_type=question'>View All Questions</a></span></div>
So I just need to remove two letters wp out of that link, which then works properly. What do I need to change to make this happen? Thanks!
PS I did create a duplicate of archive.php at archive-questions.php so if that’s where I need to modify something the file is ready to go.