Archive for October, 2008

Share a little code

My friend asked me a question long before, how can use sliding doors CSS for list pages? I told him, use function wp_list_pages(). I later found that can’t do it.

I’ve written a litter function code to support it.

How to use?

  1. Download source code get_list_pages.zip;
  2. copy code content in your theme functions.php;
  3. Add anywhere:

<ul>
<?php get_list_pages(); ?>
</ul>

Advanced

  1. $index_title – index title
  2. $format – show display format
  3. $currentCSS – current class name

get_list_pages('Home', '<li{current}><a href="{link}"><span>{name}</span></a></li>', 'current_page_item');

A new start

new theme is my 7th theme!

Hm… just my new works….

太久没写东西了, 一下子变得很木纳, 请谅解…

人长大了! 没这么多东西可写了! 请各位谅解…