badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: change 404 text

#11785

After endif semicolon is needed.
This error shows that this functions is already declared, so you are getting this error. You are not able to declare same function twice.

you need to hook function too
add_action( ‘attitude_404_content’, ‘attitude_display_404_page_content’, 10 );

Thank you!