• Why am I getting the following error when I click on my categories?


    Parse error: syntax error, unexpected T_STRING in /home/heavgcom/public_html/jilleannerookard.com/wp-content/themes/c/archive.php on line 5

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

    check you archive.php file for some syntax error in line 1-4 may be some ” or ; or echo may be misspelled or not ended properly.

    Thread Starter bubba46

    (@bubba46)

    Here’s line 1-5. Do you see anything wrong below?

    <?php/**
    * @package WordPress
    * @subpackage A_Theme
    */
    get_header()?>
    <div id=”content”>

    hi bubba46,

    yep try this one…. in place of get_header()?>

    use get_header(); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Parse error: syntax error, unexpected T_STRING in /home/heavgcom/public_html/ji’ is closed to new replies.