Wordpress Theme Desk Space

It comes with a robust set of built in features and plugins, including the ability to switch out the background wood finish color to one you like.

Everything you see in this demo is using built in plugins.

Feature List

  • Built in plugins for Twitter, Flickr, Recent Comments, WMD Editor, and Shadowbox.
  • Built in strip. Just paste in your client ID in the theme options page.
  • Built in feedburner linkage. Just paste in your feedburner ID in the theme options page.
  • Comments and are seperated. (example)
  • Gravatar support.
  • Widget ready.
  • Background image wood finish color choice. See screenshots below.
  • jQuery fancy pants effects like smooth scrolling
  • Page template that includes comments.
  • Attractive Printed Pages via print.css
  • Sidebar profile with info that is pulled from the admin user account like the gravatar.
  • IE6 compatible.

Live Demo | Download Desk Space

Share/Save/Bookmark

从评论中分离Trackbacks引用

默认情况下,是作为一条评论显示在评论列表中的. 如果把它们从评论中分离出来,看上去会更加的直观和漂亮,下面我们来看下是如何实现应用是如何从评论中分离的。

打开主题里的comments.php 文件,并搜索以下行:

<?php foreach ($comments as $comment) : ?>

在后面加上如下代码:

<?php $comment_type = get_comment_type(); ?>
<?php if($comment_type == 'comment') { ?>
Read more »

Share/Save/Bookmark

Page 1 of 11