"Diabolique Spring" - HELP FOR WORDPRESS
#########################
INSTALLATION:
#########################
1. Upload the "diabolique-spring" folder to "wp-content/themes/"
2. Activate the theme within your WordPress admin panel.
#########################
CHANGE HORIZONTAL BACKGROUND:
#########################
Open a style.css file, find background-image:url("img/bg.png"); and change it for bg2, bg3, bg4
#########################
CHANGE HEADLINE BACKGROUND:
#########################
Open a style.css file, find background-image:url("img/bg-top.png"); inside the #container block and change it for bg-top2, bg-top3
#########################
PUT ADS:
#########################
There are 2 places for put the ads:
1. Wide banner under menu - in head.php between:
<div id="ad1">
</div><!--ad1 ends-->
2. Square Banner - in single.php, before:
<?php comments_template(); ?>
#########################
CHANGE AMOUNT OF RECENT POST IN FOOTER
#########################
1. Open a "wp-content/themes/diabolique-spring/footer.php" file.
2. Find and replace <ul><?php get_archives('postbypost', 15); ?></ul>
#########################
Change Cufon font:
#########################
1. Open following url: http://cufon.shoqolate.com/generate/
2. Upload a font.
3. Choose a name for converted font (for example "Tahoma")
4. Select "The EULAs of these fonts allow Web Embedding (without Adobe Flash)"
5. Choose glyphs.
6. Select "I acknowledge and accept these terms"
7. Upload converted font to "wp-content/themes/diabolique-spring/js/" folder
8. Open a "wp-content/themes/diabolique-spring/head.php" file.
9. Replace following line:
<script src="<?php bloginfo('template_url'); ?>/js/Sansation.font.js" type="text/javascript"></script>
10. Open a "wp-content/themes/diabolique-spring/js/cufon.php" file and replace "Sansation" font name.
#########################
AVATAR:
#########################
If you want to change an avatar, you have to upload a new image to "wp-content/themes/diabolique-spring/img/photo.png"
You can change an avatar image size opening "wp-content/themes/diabolique-spring/info.php" and "wp-content/themes/diabolique-spring/info2.php" files and modifying:
<img src="<?php bloginfo('template_url'); ?>/img/photo.png" alt="Photo" width="85" height="80" />
If you want to change an avatar in comments area you have to be registered on gravatar.com
"Diabolique Spring" - HELP FOR BLOGGER
#########################
INSTALLATION:
#########################
Go to Design -> Edit HTML and upload DiaboliqueSpring.xml file.