Hi
For the Post Ad button only in homepage, you will find this at header.php located in resources/views/layout/ directory
Include that link within below code
if (\Route::current()->getName() == 'home') {
// We are on a home route! your code will go here
}
Best regards