I need help, getting this same error. Anyone?
I want to show the FULL content of the blog post. Do you think this is where I edit it? Thanks in advance!!
hi Christine,
Many thanks for your post!!!!
I’m not sure what a theme file is. However when I go to Appearance > Editor > Theme-options.php I see this code…
$options[] = array( “name” => “Post Content”,
“desc” => “Select if you want to show the full content or the excerpt on posts. “,
“id” => $shortname.”_post_content”,
“type” => “select2”,
“options” => array(“excerpt” => “The Excerpt”, “content” => “Full Content” ) );