Plugin Author
J4
(@j4cob)
@worldpeaceengine You can temporarily do this.
If you do not want to wait for the next version, follow these steps.
1. Open Plugins > Plugin Editor and Select plugin to edit: WP Bottom Menu
2. Go to line 120 and change ?>" class="wp-bottom-menu-item"> to ?>" class="wp-bottom-menu-item" target="_blank">
Putting target=”_blank” there works out fine.
You have told me this already and I am doing this for a few month now, but every time, the plugin updates, i have to do that again manually.
But the main reason for my request is, for now all the items are opening in a new window.
But i like to set one item opens in the same tab and two items should open in a new tab.
Could you implement this function, please?