Hi guys,
Have really been enjoying Frontity, have followed your video on custom post types (vintage vinyl) but when I get to the catalogue page, the links that are generated are absolute paths and my frontity site redirects to the address of the wordpress build.
I got round this by adding …
$link = wp_make_link_relative(get_permalink());
into the wordpress function but now that is sorted, even though the links show correct in frontity, they all go to 404 error pages.
You can see the problem in your demo if you view the catalogue tab in sandbox. Any guidance you can offer would be much appreciated.
Leon.