It's not that I'm so smart, it's just that I stay with problems longer.

Friday, 21 June 2013

  • Download Performance Optimizer Plugin For Wordpress


    The plugin will help you increase the performance of your Wordpress website. We aim to do this by optimizing key features of the website’s loading process thus increasing the loading speed and limiting the bandwidth consumption.

    Demo:
    http://codecanyon.net/item/performance-optimizer-plugin-for-wordpress/2413770

    Download: 
    http://www60.zippyshare.com/v/94935776/file.html


    http://ul.to/9khu5p4t




  • Wednesday, 19 June 2013

  • Clarion - Rockettheme Template v.1.5 + Resp - Joomla 2.5 & 3.x Download


    Clarion, the February 2012 template release, is a subtle theme, primed for business use or as a platform for extensive individual customization.

    Built on the Gantry Framework, Clarion has a range of powerful, flexible and intuitive features and functions. The administrative interface offers a user friendly control panel for intricately customizing the template layouts.

    Clarion has styled support for a variety of RocketTheme Addons, such as RokNewsPager, as well as K2, the advanced content extension.

    DEMO:http://demo.rockettheme.com/joomla/clarion/

    DOWNLOAD:

  • http://www.upl.me/aeEw4G
  • http://www42.zippyshare.com/v/14183731/file.html
  • http://freakshare.com/files/lx51vqnv/rt_clarion_j25_j30_j31_v.1.5_inc.responsive.zip.html
  • http://www.hipfile.com/ldqw4gl18dc7/rt_clarion_j25_j30_j31_v.1.5_inc.responsive.zip.html
  • http://netload.in/datei7te6VcxwDL.htm
  • http://www.solidfiles.com/d/22ea94d604
  • http://www3.zippyshare.com/v/20508081/file.html

  • Download Restrict Content Pro Wordpress Plugin V1.5.5 Download


    Restrict Content Pro is a complete subscription and premium content manager plugin for WordPress. Create an unlimited number of subscription levels, including free, trial and premium. Manage member’s and their subscriptions, track payments, offer discounts with a complete discount code system, and provide premium, members only content to your subscribers.

    Demo: http://codecanyon.net/item/restrict-content-pro-premium-content-plugin/1256753


    Download:

    http://www65.zippyshare.com/v/43861332/file.html

    http://ul.to/eu39i7jf

    http://www.nowdownload.eu/dl/rw6dqdyk78fiq

  • Download Milk v5.5.9 - Yootheme Wordpress Theme Download Free



    Fresh and friendly design and a good choice if you are looking for a clean and lightweight template, that presents you and your content in the best light. We took all the best from previous business like releases like Enterprise, Studio, Way Beyond or Phoenix, to combine them to a exciting new experience. Its shiny look and feel fits perfectly to our Iconsets available.

    Demo:http://www.yootheme.com/demo/wordpress/milk


    Download:

    http://www38.zippyshare.com/v/32010278/file.html

    http://ul.to/2ank3epm

    http://www.nowdownload.eu/dl/jf8g9pis9s06j

  • Saturday, 15 June 2013

  • How to List most recent comments


    There’s plugins and widgets that allows you to list recent comments on your WordPress blog. But you know it, I like to avoid using many plugins and enjoy understand how things works. Here’s a nice code to display recent comments on your blog.

    <?php
      global $wpdb;
      $sql = "SELECT DISTINCT ID, post_title, post_password, comment_ID, comment_post_ID, comment_author, comment_date_gmt, comment_approved, comment_type,comment_author_url, SUBSTRING(comment_content,1,30) AS com_excerpt FROM $wpdb->comments LEFT OUTER JOIN $wpdb->posts ON ($wpdb->comments.comment_post_ID = $wpdb->posts.ID) WHERE comment_approved = '1' AND comment_type = '' AND post_password = '' ORDER BY comment_date_gmt DESC LIMIT 10";
    
      $comments = $wpdb->get_results($sql);
      $output = $pre_HTML;
      $output .= "\n<ul>";
      foreach ($comments as $comment) {
        $output .= "\n<li>".strip_tags($comment->comment_author) .":" . "<a href=\"" . get_permalink($comment->ID)."#comment-" . $comment->comment_ID . "\" title=\"on ".$comment->post_title . "\">" . strip_tags($comment->com_excerpt)."</a></li>";
      }
      $output .= "\n</ul>";
      $output .= $post_HTML;
      echo $output;
    ?>

  • Xing - Business / ecommerce WordPress Theme v.1.0.4 Download Free


    Xing is a clean and modern WordPress theme designed for corporate websites and e-commerce ventures. The theme can be used for small to large business setups, online shopping stores, personal portfolio, or as an editorial blog. Supported with custom templates, widgets, short codes, and customization options; the theme can be a suitable choice for your business/ecommerce projects.

    DEMO:http://themeforest.net/item/xing-business-ecommerce-wordpress-theme/full_screen_preview/2953363


    DOWNLOAD:

  • Older Posts Load More Posts

    Copyright @ 2013 Wordpress Joomla Fans.