Hello
I'm trying to add a code through WordPress HTML editing page
and this what happens to the website page Click Here ...
the website should look like this Click Here to visit
********************************
this is the code i'm copying
[large amount of code moderated - please use the pastebin - http://codex.wordpress.org/Forum_Welcome#Posting_Code ]
***********************************************
I read that i need to put the first section or until </head>
into the header.php file. and re-upload the file to my website.
i found only wp-blog-header.php file that includes the word header.
this is what i have in the wp-blog-header.php file...
************************
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( !isset($wp_did_header) ) {
$wp_did_header = true;
require_once( dirname(__FILE__) . '/wp-load.php' );
wp();
require_once( ABSPATH . WPINC . '/template-loader.php' );
}
[please mark any posted code - see http://codex.wordpress.org/Forum_Welcome#Posting_Code ]
*************************
Please help me what i'm doing wrong.