Pastetool #292

URL: , Paste another

<div id="mainPoints">
<a class="<?=is_home()?'mainButton':'mainButtonLow';?>" href="<?=bloginfo('url');?>"><span>Home</span></a>
<?php
$sep = '|';
	$spages = wp_list_pages('sort_column=menu_order&depth=1&echo=0');
	preg_match_all('@<a href="(.*)".*>(.*)</a>@iU', $spages, $out);
	
	$cnt_pages = count($out[0]);
	$bhome = get_bloginfo('url');
	for($i=0;$i<=$cnt_pages;++$i){
		$lnk = $out[1][$i];
		if(! $lnk){ continue;}
		
		$cap = $out[2][$i];
		$bspage = str_replace($bhome,'',$lnk);
		$bspage = str_replace('/','',$bspage);
?>
<a class="<?=is_page($bspage)?'mainButton':'mainButtonLow';?>" href="<?=$lnk;?>"><span><?=$cap;?></span></a>
<?

	}
	
?>			   
<div class="searchbox">

Download code

This php code was pasted on February 2, 2010




Protected with advance Anti-SPAM techniques :)
Coded and designed by Fedmich
Follow us on Twitter