Home Forums Themeqx Advanced PhP Laravel Classified ads cms Issues in Themeqx Advanced PhP Laravel Classified ads cms Reply To: Issues in Themeqx Advanced PhP Laravel Classified ads cms

#313

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