1 replies
I was playing with my code trying to add something and screwed it up some how.
It says this every time i update the file

Parse error: syntax error, unexpected '<', expecting ')' in /home/hpanurse/public_html/kyle-nelson.com/wp-content/themes/boldnews/includes/theme-options.php on line 255

i cant figure out how to fix the code. This are the lines:
PHP Code:
                         "desc" => "Enter the title to use on homepage above the recent blog posts."
This is before and after it:
PHP Code:
$options[] = array( "name" => "Blog Title",
                          
"desc" => "Enter the title to use on homepage above the recent blog posts.",
                          
"id" => $shortname."_home_title_blog",
                          
"std" => "Recent News",
                          
"type" => "text"); 
please help
#php
  • Profile picture of the author kylenelson24
    nevermind i fixed it. sorry i am not to sure how to close a thread!
    Signature

    All Services Provided by
    Kyle Nelson
    [/CENTER]

    {{ DiscussionBoard.errors[6651665].message }}

Trending Topics