tombenner / wp-mvc

An MVC framework for WordPress
http://wpmvc.org
MIT License
623 stars 172 forks source link

Routing doesn't seem to work for when doing single e.g need /account/ #263

Closed jose-tog closed 11 months ago

jose-tog commented 11 months ago

My controller name is AccountsController, I would like the user to navigate to /account and do the index action.

I tried,

MvcRouter::public_connect('', array('controller' => 'documentation_nodes', 'action' => 'index')); and is doesn't seem to work, I've done de-activating, activating and saved permalinks. Nothing. Thanks in advance.

jose-tog commented 11 months ago

I want to replicate WooCommerce account pages.