Hi, I recently started a wordpress blog. I was able to get it going (after much trial and error) but I don't know how to change the background. It says something about chmod and I have no idea what that is. I'm new to the whole html jazz and learning as I go. anyone?
oh yeah and can you insert your blog into an entire different page or table?
broderik
Member
Posted 7 years ago #
About CHMOD: http://wiki.wordpress.org/MakeWritable
About changing the background: either do it within the style sheet (google "CSS" for tutorials), or do it within the <body> tag.
And yes; but you must use <?php
/* Don't remove this line. */
require('./wp-blog-header.php');
?> in the file, and you must use The Loop.