pw-web
pw-web copied to clipboard
Adding Home
On breadcrumbs.php there is this code:
Breadcrumbs::register( 'home', function( $breadcrumbs ) { $breadcrumbs->push( trans( 'main.home' ), url( '/' ) ); });
I am trying to link this to my main website but I had no luck, I looked through the net but when I make a change it gives errors. Can you help me with this?
Also, I am trying to add "Home" to the menu that links to my main website. Can you please tell me how to do this?