Thanks, i tried removing the wpautop filter from functions.php, the page gets all ugly (well, as it should), but wordpress is still adding the / and the <div> :/
I’m mean it’s weird, the $html returned by the function is EXACTLY the one i want, but it seems it’s the editor that adds div EVEN IF i’m already in html mode.
Edit: ok, after re-re-re-re-checking it, it was a typo in my php.
thanks for the help 🙂
If your header menu is indeed a menu inside the theme you can edit it in appeareance menus. (…/wp-admin/nav-menus.php)
You can probably delete the Home menu link, and use the “Add Custom Link” thing to add a link to http://www.socialconfidenceacademy.com
for latest post:
https://codex.wordpress.org/Function_Reference/wp_get_recent_posts#Examples