» Adsense
Google
Search (1st choice)
-
In order to Integrate Google Search open header.php with a
text editor like
notepad ++
-
Remove the following code:
<?php include (TEMPLATEPATH . '/searchform.php');
?>
- Open left-sidebar.php and insert the Google Search
Code
Google Search (2nd choice)
- You can choose to open searchform.php with a
text editor like
notepad ++
and substitute the whole code with the new fresh Google
Search Code
REMEBER; Choose the same colors of the
Theme :)
AntiSpam
This theme support AuthImage. You can verify the reasonable comments and stop the spamming comments through random codes in image by using AuthImage. All you have to done is to download the
plugin from THIS
URL
Another Excellent AntiSpam plugin is Did You Pass Math. Did you
Pass Math asks the person making the comment to answer a simple
math question. This is intended to prove they are a human being
and not some kind of robot. You can download the plugin from
this URL
Archives Page
ARCHIVES:
Create a New Page selecting Archives as Template Page
» Tweaks
Header
-
First of all you must create a JPG (width: 900, height 110) and put it in /images folder.
- Open style.css
-
Remove the following code:
#header h1{
font-size:18px;
font-weight:normal;
text-align:left;
padding:10px 10px 10px 20px;
margin:0px;
color:#ffffff;
background:#467aa7;
}
#header h2{
font-size:13px;
font-weight:normal;
text-decoration:none;
color:#ffffff;
background-color:transparent;
}
- Look for this code
#header{height:110px;
width:900px;
background:#467aa7;
color:#ffffff;
}
and replace
background:#467aa7
with
background: url(./images/header.jpg);
- Open header.php and remove the following code
<h1><a id="top"></a><a href="<?php echo get_settings('home');
?>/"><?php bloginfo('name'); ?></a></h1>
<h2><?php bloginfo('description'); ?></h2>
- You have a custom Header :) !!!!!!!
Old Theme
If you like the old AndyBlue Theme (it has got a Fluid width), just delete style.css and rename old-style.css to style.css
» Usage
Usage
You may freely use this template for your own personal use,
as long as remain the credits to the original authors.
Thanks in Advance and Have Fun Blogging !