Calendar

2008年二月
« 一   三 »
 123
45678910
11121314151617
18192021222324
2526272829  

Translator

WordPress 全面ajax插件: AJAXed

译者:eric.wang  转貼请注明出处:http://ericbess.com  原文:http://anthologyoi.com/awp/ajaxd-wordpress-readme

全面AJAX WordPress套件: WP AJAXed [load]

基本说明  

安装AWP

  1. 下载AWP。
  2. 解压,并上传AWP到你的wordpress插件文件夹( / wp-content/plugins / )。
  3. 启动插件。
  4. 如果你正在使用的WordPress 2.1 ,并计划使用jquery.js您必须下载jquery.js上传jquery.js档案到wp-includes/js文件夹。

展示内嵌页

进入presentation管理面板,确保“Inline Posts”是active的,进入“POST”标签。勾选“Simple Posts”,Save。

要显示内嵌评论

打开你的主题的index.php (也可能是page,single)
更换: <?php comments_template(); ?> 用:

<?php do_action(‘awp_commentform_link’);?> (留言框)
<?php do_action(‘awp_commentform’); ?>
<?php do_action(‘awp_comments_link’);?> (留言内容)
<?php do_action(‘awp_comments’); ?>

页内嵌套

用标记<!–embed=XXX–> XXX是要嵌套的日志ID .

高阶

待续..

  1. NsYta posted the following on 2010-01-18 at 6:58 上午.

    这个插件看起来没有继续更新了?

    Reply
  2. chancat posted the following on 2009-11-06 at 12:32 上午.

    我想知道 怎么卸载,会不会有残留!

    Reply
  3. fa posted the following on 2009-09-08 at 4:30 下午.

    搞不明白

    Reply
  4. LV posted the following on 2009-07-11 at 9:41 上午.

    AJAX太难弄,用JQUERY.

    Reply
  5. LV posted the following on 2009-06-06 at 11:19 上午.

    拿走试试,谢了

    Reply
  6. 疣迪 posted the following on 2009-05-27 at 11:14 上午.

    试用

    Reply
  7. 林晨 posted the following on 2009-01-12 at 9:08 上午.

    先试试

    Reply
  8. guojian posted the following on 2009-01-11 at 3:59 下午.

    这个插件好用么?

    Reply
  9. DDFiberglass posted the following on 2009-01-10 at 3:05 下午.

    嗯 。好的。。

    Reply
  10. shamas posted the following on 2008-09-26 at 2:05 下午.

    我试下先

    Reply
  11. Zakka posted the following on 2008-03-29 at 5:54 下午.

    是不是这里的评论效果就是ajax啊?

    Reply
    1. guojian posted the following on 2009-01-11 at 3:59 下午.

      评论效果很好。

      Reply

Leave a reply

  1. You will post the following soon.
    Go ahead and start typing.