Submit Your Article Forum Rules

Results 1 to 4 of 4

Thread: how many plug-ins in your wordpress server?

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jul 2011
    Posts
    1

    Red face how many plug-ins in your wordpress server?

    there are many useful plug-ins that can improve the quality of websites. so what's your plug-ins in your wordpress.

  2. #2
    Junior Member
    Join Date
    Nov 2010
    Posts
    21
    Here are some of the wordpress plugins I use in our blog:

    All-in-One SEO Pack
    Akismet - for moderating spam comments
    Facebook Like Button For Wordpress
    FaceBook Share (New)
    Limit Posts
    Sharebar
    TweetMeme Retweet Button
    wordpress plugin - Google +1 Button
    Professional Australian SEO Company that provides Result-Oriented SEO Services and Cost-Effective SEO Packages

  3. #3
    Junior Member
    Join Date
    Apr 2010
    Posts
    10
    NoSpamNX - for keeping your spam folder clean (no access to autocommenting robots)
    NextGEN Gallery - gallery management
    Contextual Related Posts - for getting visits on your older articles
    BWP Google XML Sitemaps - for automatically creating really good XML sitemaps

  4. #4
    Senior Member Optic's Avatar
    Join Date
    Aug 2010
    Location
    Spokane, Wa
    Posts
    184
    My blog is currently running 9 regular plugins.

    * Akismet - Catches spam
    * Batcache Manager - Improves Batcache Object Caching
    * Gisted - New plugin I wrote that displays Github Gists as HTML - http://jeffsebring.com/wordpress/plugins/gisted/
    * Gravity Forms - Dynamic forms - **Premum Dev License
    * Markdown on Save - Allows the use of Markdown to write posts, saves a separate version to parse.
    * Pictos Server - Another plugin I wrote to use Pictos Server icon fonts - http://jeffsebring.com/wordpress/plu...for-wordpress/
    * TentBlogger Feedburner RSS Reidrect
    * Yoast wordpress SEO
    * WP-Database Manager - Scheduled backups and optimization.

    I use 2 Drop in plugins that reside in the content directory for cacheing:

    * Advanced Cache
    * APC Object Cache

    And 2 Must Use plugins:

    * Disable plugins when doing local dev - Does just that.
    * My blog's MU Plugin - contains code that my blog needs regardless of other plugins or the theme. Contains custom content functions, and admin modifications.

    For local development, I activate the following:

    * Core Control - Gives more control of what WP core does like cron jobs etc.
    * Debug Bar + it's 4 addons - The official WP debugging plugin. Does pretty much everything you need to debugg and ensure error free code, or optimize.
    * Plugin Check - Checks plugins for problems, still in beta
    * Theme Check - The plugin used to review themes, will ensure your theme is doing things correctly.

    My theme framework contains a plugin/class that allows me to suggest or require particular plugins to be used with themes I build. I've made a small debugging contribution to it.

    You can fork or clone it here on github - https://github.com/thomasgriffin/TGM-Plugin-Activation
    I build custom WordPress themes and plugins with love, and occasionally post on my stupid blog about related topics. Contact me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •