Posts Tagged ‘WordPress’

WP theme O-Box release

woo… just release another WordPress theme, thanks for everyone supporting. Click this picture, you can get demo.

Installing:

  1. Upload the O-Box directory and its content to your wp-content/themes/ directory.
  2. Visit the Appearance page once to activate the theme.

Plugins:

  • Trackping Separator – This plugin provide useful template functions to separate trackbacks and pingbacks from comments.
  • Related Posts – Generate a related posts list via tags.
  • WP-PageNavi – A more advanced paging navigation.
  • flickrRSS – Integrate the photos from a flickr rss feed.

Download: O-Box for WordPress

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');

SaBlog export WordPress eXtended RSS

经过不懈的努力终于出来了.

它能将你的文章评论分类Tags全部导出为WordPress eXtended RSS格式.

SaBlog转WordPress

  1. 必须将SaBlog升级为2.0版本;
  2. 下载并解压exportwpformat.zip;
  3. 将文件”exportWPFormat.php“上传到你的SaBlog的根目录;
  4. 打开地址http://your-site/exportWPFormat.php;
  5. 点击”Export WordPress eXtended RSS“;
  6. 登录你的WordPress后台管理;
  7. Manage” » “Import” » “WordPress
  8. 上传你刚导出的格式文件;
  9. 最后SaBlog附件目录”attachments“移动到”WordPress“根目录.

已知问题:

附件还是存在一些问题, 除图片外其他文件的后缀都不正常

WP theme U-Box release

a long time! this theme is sharing now.

You can download U-Box.

U-BOX

Demo:

Plugins:

Related Posts:

Download:

U-Box

The theme is my 6th theme!

I named the theme U-Box.

U-Box Screenshot