Facing error while changing meta description
-
I am following code for name description of my entertainment related wordpress site.
<meta name="description" content="<?php if ( is_single() ) { echo $post->post_content; }else{ ?><?php echo "Website home page description";; } ?>" />I wanna make description like follwoing
Watch (Internal Post title), Stream (Internal Post title)else{ ?><?php echo "Website home page description";; } ?>How to correct this code?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Facing error while changing meta description’ is closed to new replies.