PHP Syntax Error (Please Solve)

Please help me to arrange this!

TIA!

Hi @cabaisma

I don’t have any experience in Wordpress, but I think the solution is :

if( function_existes("newsHeaderLineTkr") ) 

or escape the '

if( function_existes(\'newsHeaderLineTkr\') ) 

yeah its working @AbdelliNasredine the error is remove but the out put is not showing,

thank you sir, but the output is not showing

@cabaisma in the code, you are using function_existes to check whether newsHeadLineTkr function exists your PHP script and if so your calling headLinePost().
The problem maybe is newsHeadLineTkr function does not exist in your PHP script .