Tao道-博客黑洞

October 18th, 2005

如何加一个随机图片

Posted by kunstao in wordpress教程

I’ve added a simple hack to the default Kubrick theme which displays a random header graphic. Here’s how it works. I added the following function to the top of header.php:

NOTE: this must come AFTER the doctype & html lines.

<?php
function header_graphic() {
echo "/images/";
$num=rand(
0,8);
echo "kubrickheader".$num.".jpg";
};
?>

Next, I changed the style element for header as follows:

#header { background: url("< ?php bloginfo(’stylesheet_directory’); header_graphic(); ?>“) no-repeat bottom center; }

Finally, I saved several header graphics in my image directory named kubrickheader0.jpg through kubrickheader7.jpg.

If you’d like to see the different graphics, here they are:

kubrickheader0.jpg
kubrickheader1.jpg
kubrickheader2.jpg
kubrickheader3.jpg
kubrickheader4.jpg
kubrickheader5.jpg
kubrickheader6.jpg
kubrickheader7.jpg
kubrickheader8.jpg
kubrickheader9.jpg

绿色为可改区,根据情况自己改

相关文章:

中文关键字:随机 图片 kubrickheader header the gra rsquo directory function hic added echo here hics to

随机文章推荐:

Leave a reply

You must be logged in to post a comment.

本日推荐网站