-
Hello everyone.
I am trying to work with JS on my project.
Following this guide I was able to create my own JS files: https://docs.wpemerge.com/#/starter-theme/assets/overview?id=importing-assets
…
-
## Version
_Please add the exact versions used for each of the following:_
- WP Emerge Starter Theme: Not sure, CLI shows 0.15.0.
- WP Emerge (if not the default):
- WordPress: 5.2.3
…
-
- WP Emerge : install with composer create-project htmlburger/wpemerge-theme wpemerge
- WordPress: 5.2.2
- PHP: 7.2
Route::get()->url( '/hello' )->handle( function() {
return WPEme…
-
## 0.15.1
- WP Emerge Starter Theme: 0.15.1
- WP Emerge (if not the default): default
- WordPress: 5.2.2
- PHP: 7.2
## Expected behavior
Being able to actually activate the theme i…
-
## Version
_Please add the exact versions used for each of the following:_
- WP Emerge: latest
- WordPress: latest
- PHP: 7.3
## Expected behavior
Calling the autoload outside of W…
-
## Version
- WP Emerge Starter Theme: 0.15.1
- WordPress: 5.2.2
- PHP: 7.3.6
## Expected behavior
Home controller home method should be called
## Actual behavior
The route is no…
-
i added this route on admin.php
```
Route::get()->where( 'admin', 'my-custom-admin-page-slug' )->handle( 'ExampleController@admin' );
```
how to access this route ?
http://wordpress.test/wp…
-
## Version
- WP Emerge: 0.11.1
- WordPress: 5.2.1
- PHP: 7.2.0
## Expected behavior
Adding a view global should create a key/value pair in the `$global` array.
## Actual behavior
…
-
## Version
_Please add the exact versions used for each of the following:_
- WP Emerge Starter Theme: 0.15.0
- WP Emerge (if not the default):
- WordPress: 5.2.2
- PHP: 7.1.3
I'm r…
-
https://github.com/htmlburger/wpemerge/blob/63e599cf1473d1f281500fab6535bf0e0074be96/src/Kernels/HttpKernel.php#L279-L281
I tried to register a route for a sub-page of `options-general.php` and it …