• 2012-07-28

    ideawu’s Paged Thread Comments Plugin

    Views: 10728 | 3 Comments

    ideawu’s Paged Thread Comments, this plugin will not load all comments into memory, it will use MySQL’s LIMIT.

    Download

    Install

    Edit you theme files,

    1. Replace <?php comments_template(); ?> with

    <?php
    if(function_exists('wptc_comments_template')){wptc_comments_template();}
    else{comments_template();}
    ?>
    

    2. Add pagination numbers

    add this code to the comments.php file where you want the pagination numbers to be shown:

    <?php if(function_exists('wptc_comments_pages')): ?>
    	<p class="wptc_comments_pages"><?php wptc_comments_pages(); ?></p>
    <?php endif; ?>
    
    Posted by ideawu at 2012-07-28 00:36:01
  • 2012-07-27

    Simple and clean WordPress theme- ideablog

    Views: 13636 | No Comments

    Features:

    • simple and clean
    • top link – at the top of the whole page
    • bottom link – at the footer
    • paged thread comments – needs wptc plugin

    Help:

    • http://www.ideawu.com/blog/

    License:

    • You may use the theme for free.
    • You may NOT resell this theme
    • The text “Theme by ideawu” and a link back to http://www.ideawu.com/blog/ must be retained in the footer, you may style it look smaller.

    Download

    Posted by ideawu at 2012-07-27 22:41:38 Tags:
|<<<1>>>| 1/1 Pages, 2 Results.