How to add a target _blank on a WordPress menu item or other elements
The new features of WordPress 5.x are great and allow us to customize the websites and manage the content flexibly. The Menus module is one of those wonderful features, but by default, it doesn’t allow to specify some attributes of the menu items, like the “target”. In my opinion, the WordPress administration area design is…
Code HTML: Auto Page Refresh
There are multiple solutions for this. If you want the page to be refreshed you actually don’t need JavaScript, the browser can do it for you if you add this meta tag in your head tag. Example <meta http-equiv=”refresh” content=”30″/> The browser will then refresh the page every 30 seconds. You can refresh a web…
Read More