Thread Starter
stanu5
(@stanu5)
This worked perfectly!!! THANK YOU VERY MUCH!!!
(I am still confused though why my other code is incorrect :))
Thread Starter
stanu5
(@stanu5)
Hi Moshu,
Thank you for your response. I am actually creating it within the page template and not in the content area. For some reason the condition within the if statement is not recognized properly. For example if I change it to if ($pagetitle != “About”) it steps into the if loop for every page including my “About” page. When I try to put the echo inside the if it prints the titles correctly. For my “About” page it in fact prints the word About. I really can’t figure out why it doesn’t work.
Thanks in advance for any ideas.