• SEO Optimization Techniques & WordPress Plugins Subscribe to RSS
    • Blog
    • Archives
    • Scheduled Posts
    • WordPress Plugins
    • Directory
    • List of Blog Authors
      • Spunky Jones > 
        • Introducing, the Open Post plugin for WordPress

        • - Allow anonymous users to comment on a register only blog -

        • open-post-pluginIntroducing the "Open Post plugin for WordPress", another plugin creation from Naif Amoodi and Spunky Jones. If you require your users to register in order to leave post comments, this WordPress plug will be of special interest to you.

          The "Open Post" plugin for WordPress was written for websites and blogs that are powered by WordPress, that choose to enable the commenting feature to registered users only. That's great but sometimes these owners might want to allow anonymous users to post comments on selected posts and pages. This is where the simple and basic Open Post plugin comes into play. On a website or blog where comments can only be posted by registered users, you can use this plugin to override this on posts and pages of your choice. The plugin is very simple to install. Once installed, a few things have to be taken care of first before it can work. The instructions are as follows.

          First of all, install and activate the plugin and then edit the file /wp-comments-post.php located under the root of your WordPress installation and find:

          get_option('comment_registration')

          Replace it with:

          (get_post_meta($comment_post_ID, 'openpost_allow', true) != true && get_option('comment_registration'))

          Save and close the file.

          Then open the comments.php file located under your theme's folder and find:

          get_option('comment_registration')

          Replace it with:

          get_post_meta($post->ID, 'openpost_allow', true) != true && get_option('comment_registration')

          Save and close the file.

          - You are done. Now you can allow comments on posts and pages of your choice from the WordPress administration panel. -

          Open Post Plugin

          Download, the Open Post plugin for WordPress.

          Hope this blog post was helpful to you, “Open Post plugin for WordPress”

          Spunky Jones.





          If You Enjoyed, Please Share:
          • Digg
          • del.icio.us
          • StumbleUpon
          • Technorati
          • NewsVine
          • Reddit
          • Twitter
          Related Posts:
          1. How to Remove, “Comments are Closed” Message in WordPress
          2. Introducing Our Newest WordPress Plugin, Display Scheduled Posts!
          3. Sub Title Plus Plugin for WordPress
          4. Introducing our newest plugin for WordPress – Ping List Checker!
          5. Introducing, the Keyword Optimizer WordPress SEO Plugin
          Top Incoming Search Queries:
          1. open post
          2. post
          3. wordpress open post
          4. wordpress allow anonymous post
          5. allow posting on pages plugin wordpress
        • Posted on 2nd December 2009 by Spunky Jones in WordPress
      • Google Custom Search
      • Navigation

        • About
        • Archives
        • Blog
        • Contact
        • Directory
        • List of Blog Authors
        • Privacy Policy
        • SEO Optimization
        • SEO Strategy
        • Upcoming Scheduled Posts
        • What are RSS Feeds?
        • WordPress Plugins
      • WordPress Plugins

        Keyword Optimizer
        SEO Top Tip
        Display Scheduled Posts
        User Resolution Logger
        Ping List Checker
        Bump the Schedule
        Sub Title Plus
        Open Post
      • Topics

      • Optimization Tools

        Canonical Duplicate Fixer
  • Copyright © Spunky Jones - SEO Optimization Techniques
    Designed by MadMouse Blog | Coded by PSD to HTML