• 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”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>
    <head profile=”https://gmpg.org/xfn/11″&gt;
    <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();

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cruzrc

    (@cruzrc)

    This is my theme funtions php the one above is for header not sure which one it is. php <?php
    /**
    * Simple Catch functions and definitions
    *
    * Sets up the theme and provides some helper functions. Some helper functions
    * are used in the theme as custom template tags. Others are attached to action and
    * filter hooks in WordPress to change core functionality.
    *
    * The first function, simplecatch_setup(), sets up the theme by registering support
    * for various features in WordPress, such as post thumbnails, navigation menus, and the like.
    *
    * @package Catch Themes
    * @subpackage Simple_Catch
    * @since Simple Catch 1.0
    */

    The error message says the parse error occurs in single.php, so you should post the contents of that file to a place like Pastebin and post the link here.

    Thread Starter cruzrc

    (@cruzrc)

    will that show up om my website or just pastebin. Sorry mew to this stuff

    It’ll only show up in Pastebin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I fix this!!’ is closed to new replies.