I’ve built a test site for a client using a theme purchased from Template Monster. I can’t seem to find out why the link is broken on this page. and the Template Monster support has extremely poor.
http://trustlabor.com/riverstonesalonspa/portfolio/
I renamed the stock theme “Portfolio” page to “Staff Bios” If I change the page permalink to: http://trustlabor.com/riverstonesalonspa/staffbios/
to match the new name of the page it is a broken link. It’s still looking for the stock theme subdomain “portfolio.”
Furthermore the page navigation below the thumbnail photos is also broken. If you try to navigate to from Page 1 to Page 2 of the staff photos you get a 404 error message.
Your URL base is http://trustlabor.com/riverstonesalonspa/
You see one page in the URL http://trustlabor.com/riverstonesalonspa/portfolio/ because there is a page or a post with the link “/portfolio”. You have to change the permalink in this page, from “portfolio” to “staffbios”.
It seems like your rewrite rules are messed up. Maybe you should try to flush them and see if it works…
Put
flush_rewrite_rules( true );
somewhere in your functions.phpDon’t forget to delete that line afterwards, as you don’t want to flush your rewrite rules on every pageload.