Wordpress显示分类作者插件:Author Complete Post List

三 6th, 2008  
2

Comments

Wordpress显示分类作者插件:Author Complete Post List

插件信息
  • 插件名称:Author Complete Post List
  • 插件版本:2.0
  • 适用平台:
  • 功能简介:Provides an easy way to display the complete list of the an author’s posts, including the posts where he’s also co-author. It solves two problems with the author page:
下载介绍
使用教程
    1. Upload author-complete-post-list.php to the /wp-content/plugins/ directory.
    2. Activate the plugin through the ‘Plugins’ menu of WordPress.
    3. Place in your templates:
      1. For the total of posts: <?php totalposts($author, $curauth->userlogin); ?>
      2. For the list of posts: <?php fullpostlist($author, $curauth->user_login); ?>

离线写博工具—-Zoundry

三 6th, 2008  ,
5

Comments

主流的离线写博工具就是windows live writer 和Zoundry Blog Writer了。感觉还是Zoundry Blog Writer功能上更好一些:

1、Zoundry不仅能离线书写、发布日志,而且还是一个很好的博客备份工具。因为Zoundry会把博客的文章,包括图片等,都下载到本地,相当于本地备份。

2、远程管理Blog方便、速度快。Zoundry支持各种标准的Blog相关API接口(对WordPress是XML-RPC接口),你只要预先填写好用户名、密码,用它发布Blog速度很快。Zoundry可以删除服务器上的博客帖子、编辑帖子、重新发布,比你登录Web后台管理界面再进行相应修改要快的多。
3、如果拥有多个博客,想把博客同期发布在多个站点上,用Zoundry,只要你配置好相应网站的用户名密码,不用一个一个的登录到博客后台,选择不同的网站即可,只要再点击发布按钮即可。

1、Zoundry -

下载地址 | 精彩教程

2、Window Live Blog Writter -

下载地址 | 精彩教程

另,顺便发现一个在线获得网站截屏的网站 http://www.superscreenshot.com/

[有问题找google]添加日志显示作者到模板

三 6th, 2008  
0

Comments

在single.php和index.php这两个模版文件中添加命令 <?php the_author(); ?>,两侧添加div标签,可模仿其他的div标签在CSS中的参数设置进行设置

Page 1 of 11