Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Do you have the following code in your theme funcions.php file?
    <meta name="description" content="'.$excerpt.'" />

    If so, then change to:
    <meta name="description" content="'.strip_tags($excerpt).'" />

    Thread Starter kloscheider

    (@kloscheider)

    Hi Benjamin!

    Thanks so much for your reply! I don’t have that code in my functions.php file. I can paste what I do have if that helps…

    I am out of ideas on where I might be able to find where this is coming from, so any additional help you could provide would be much appreciated.

    Thanks,
    Kate

    Hi Kate,

    It seems that everything’s fine now, I do not see event details in the header.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Header issue in single event view’ is closed to new replies.