Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Po refresh keičiai headeris.

Parašė Paul McCartney· 2007 Lap. 23 20:11:53
#1

Taigi kiek ir seniau esu matęs,ir pačiam reikėjo,kad po refreshinimo pasikeicia headeris.
Kodas:
/*

 * Name your images 1.jpg, 2.jpg etc.

 *

 * Add this line to your page where you want the images to

 * appear: <?php include "randomimage.php"; ?>

 */



// Change this to the total number of images in the folder

$total = "11";



// Change to the type of files to use eg. .jpg or .gif

$file_type = ".jpg";



// Change to the location of the folder containing the images

$image_folder = "images/random";



// You do not need to edit below this line



$start = "1";



$random = mt_rand($start, $total);



$image_name = $random . $file_type;



echo "<img src=\"$image_folder/$image_name\" alt=\"$image_name\" />";





Instrukcija:


$total = "11";


Šitoje eilutėje parašote kiek turite headerių kurie keičiasi...

$file_type = ".jpg";


Čia nustatote kokio tipo jūsų paveiksliukai.

Paveiksliukai kurie turi keistis turi būti root/images/random aplankale.

Na tikiuosi visi suprato,nes labai lengva tik pabandykit.

Ʋalesniems:
Visą kodą jau su nustatymais reikia pakeisti theme.php faile po
function render_header($header_content)



Na gal nevisai tiksliai po ja čia jau pagal theme pažiūrėkite kur randasi headerio informacija,ja istrinkite ir iklijuokite sita koda.Sėkmes...