Eric @ EricBess WebHome

Thinking blindly without action, it will be unknowingly become meaningless

Chinese (Simplified) flagItalian flagKorean flagPortuguese flagEnglish flagGerman flagFrench flagSpanish flagJapanese flagArabic flagRussian flagGreek flagDutch flagBulgarian flagCzech flagCroat flagDanish flagFinnish flagHindi flagPolish flagRumanian flagSwedish flagNorwegian flagCatalan flagFilipino flagHebrew flagIndonesian flagLatvian flagLithuanian flagSerbian flagSlovak flagSlovenian flagUkrainian flagVietnamese flag
By N2H

WordPress full ajax plug: AJAXed

  Translator: eric.wang posted please specify the source: http://ericbess.com Original: http://anthologyoi.com/awp/ajaxd-wordpress-readme 

AJAX WordPress comprehensive package: WP AJAXed [load]

Basic instructions

The installation of AWP

  1. Download AWP.
  2. Decompression and AWP upload to your wordpress plugin folder (/ wp-content/plugins /).
  3. Start plug.
  4. If you're using WordPress 2.1, and plans to use jquery.js you must download jquery.js From jquery.js file to wp-includes/js folder.

Display embedded page

Management panel to enter the presentation to ensure that the "Inline Posts" is active, and enter the "POST" label. Check the "Simple Posts", Save.

To display the embedded comments

Open your theme index.php (it may be page, single)
Replacement: <? Php comments_template ();?> With:

<? php do_action ( 'awp_commentform_link');?> (message box)
<? php do_action ( 'awp_commentform');?>
<? php do_action ( 'awp_comments_link');?> (Message)
<? php do_action ( 'awp_comments');?>

Nested page

Markers <!-Embed = XXX-> XXX is to nested Log ID.

High-end

To be continued ..

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 3 out of 5)
Loading ... Loading ...
- Welcome rating for this article

Related Log

In this paper, readers are also concerned about the following:

  • N / A

February 5th, 2008 Author: eric | WordPress | Trackback? | 2 comments | Email This Post Print This Post | 428 views

Add a Comment

Leave a reply

Hide Post Comments
  1. shamas posted the following on 2008-09-26 at 2:05 pm.

    I tried under the first

    Reply
  2. Zakka posted the following on 2008-03-29 at 5:54 pm.

    Is it the effect is that the comments here ajax ah?

    Reply