EvanAgee / vuejs-wordpress-theme-starter

A WordPress theme with the guts ripped out and replaced with Vue.
https://vuewp.com/
1.6k stars 281 forks source link

WordPress and VueJS routing problem #127

Closed soroka-admin closed 2 years ago

soroka-admin commented 3 years ago

reload page not found 404 router ---- /slug/:id

sotoyjuan commented 3 years ago

Had the same problem with single post route. I fixed it by going to wordpress dashboard > settings > permalinks and selecting Date and name in common settings. Result: /%year%/%monthnum%/%day%/%postname%/ Now it works well

EvanAgee commented 2 years ago

Yes @soroka-admin check out the Getting Started section, specifically number 4.