How do I fix this!!
-
This comes up when I click on my blogs on my site.Please any help! Parse error: syntax error, unexpected ‘/’ in /home4/my id /public_html/wp-content/themes/simple-catch/single.php on line 2 <?php
/**
* The Header for our theme.
*
* Displays all of the <head> section
*
* @package Catch Themes
* @subpackage Simple_Catch
* @since Simple Catch 1.0
*/
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php
/* Always have wp_head() just before the closing </head>
* tag of your theme, or you will break many plugins, which
* generally use this hook to add elements to <head> such
* as styles, scripts, and meta tags.
*/
wp_head();
- The topic ‘How do I fix this!!’ is closed to new replies.