| Post |
|
Aaron - Admin
3:03 pm - January 11, 2009
posts 382 |
| |
|
There are two ways to display comments. The first is for pages that already display the comments. It does not require any theme edits. The second way is for all other pages.
To display Inline Comments on single post pages.
- Open the aWP Admin Panel (it is listed under the “Presentation” or “Display” tab)
- Ensure “Inline Comments” module is active, and activate it if it isn’t.
- Go to the comments tab.
- Ensure that Inline Comments are enabled
- Check the option that says “Use Simple Comments”.
- Click the save button at the bottom of the Admin Panel.
To display Inline Comments on any page.
- Open your theme’s index.php or archive.php file.
- Find the WordPress loop. All edits will take place inside the loop.
- Add <?php do_action('awp_comments_link');?> where you want the show/hide comments link to appear.
- Add <?php do_action('awp_comments'); ?> where you want the comments to appear when they are loaded
- Save and Upload
- Optionally repeat this for single.php, page.php, archives.php etc.
|
|
|
Maggie - Guest
11:23 am - November 18, 2009
|
| |
|
Post Awaiting Approval by Forum Administrator
|
|
|
Beau
- Guest
11:17 pm - December 22, 2010
|
| |
|
Post Awaiting Approval by Forum Administrator
|
|