Apostrophe in Page title & php
-
Hi there,
hopefully there’s a just a quick answer to this. I have a Page called Let’s Talk that needs to have an apostrophe in it.
i’m using an if statement to check what page we’re on.
if ( is_page( 'check' ) ) {
works fine.. but
if ( is_page( 'let's talk' ) ) {
doesn’t – because of the apostrophe of course.what do i need to do to sort it?
thanks ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Apostrophe in Page title & php’ is closed to new replies.