• MISC

    White is the new pink…

    or black or red or blue! Basically I love white. So far all my themes are white but with color/image backgrounds.

    Hehe, yeah, what can I say…I get bored easily. The new theme I am using now is Elements of SEO for WordPress. I changed the header and color codes. Moved text links in the middle sidebar, while banners on the right. And yes, I love the fact that the background is white, this way it utilises the viewing pleasure on web browser, I get the whole content on the screen. My current background is my home office’s pale green wall with a set of speakers, printer, scanner and pen holder on one side and books and windows on the other. ^__^

    But to set this theme is a bit problem because it doesn’t have the built-in threaded comments. So what I do is, add this code:
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>

    just above this code:
    <?php wp_head(); ?> in the header.php file.

    And later I just copied my old theme’s CSS for comments and thatsit! I got it all. So if you want to use the same theme, make sure you do this.

    Bye bye old template. I shall use you again when I got bored with this one.

    old theme